mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
Merge pull request #303148 from callahad/fix-unfree-predicate-message
stdenv/check-meta: Fix error message for disallowed unfree packages
This commit is contained in:
commit
f46237b072
@ -189,7 +189,7 @@ let
|
||||
|
||||
Alternatively you can configure a predicate to allow specific packages:
|
||||
{ nixpkgs.config.${predicateConfigAttr} = pkg: builtins.elem (lib.getName pkg) [
|
||||
"${getName attrs}"
|
||||
"${lib.getName attrs}"
|
||||
];
|
||||
}
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user