Skip to content

jetbrains.rider is marked unfree but can be installed #107250

@raboof

Description

@raboof

Describe the bug

I can install 'jetbrains.rider' (from configuration.nix or with nix-shell -p jetbrains.rider), even though I have allowUnfree = false.

Additional context

nix-shell -p spotify correctly shows an error message.

nix repl suggests the metadata is set correctly:

$ nix repl
Welcome to Nix version 2.3.9. Type :? for help.

nix-repl> :l <nixpkgs>                                     
Added 12845 variables.
nix-repl> pkgs.jetbrains.rider.meta.license
{ free = false; fullName = "Unfree"; shortName = "unfree"; }
nix-repl> pkgs.jetbrains.rider.meta.unfree
true

Adding checkMetaRecursively = true does not seem to help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    0.kind: bugSomething is broken2.status: stalehttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions