-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
jetbrains.rider is marked unfree but can be installed #107250
Copy link
Copy link
Closed
Labels
0.kind: bugSomething is brokenSomething is broken2.status: stalehttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.mdhttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
0.kind: bugSomething is brokenSomething is broken2.status: stalehttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.mdhttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md