defaultPkgConfigPackages: fix eval
This commit is contained in:
@@ -125,9 +125,7 @@ with pkgs;
|
||||
|
||||
defaultPkgConfigPackages =
|
||||
# We don't want nix-env -q to enter this, because all of these are aliases.
|
||||
dontRecurseIntoAttrs (import ./pkg-config/defaultPkgConfigPackages.nix pkgs) // {
|
||||
__attrsFailEvaluation = true;
|
||||
};
|
||||
dontRecurseIntoAttrs (import ./pkg-config/defaultPkgConfigPackages.nix pkgs);
|
||||
|
||||
### Nixpkgs maintainer tools
|
||||
|
||||
|
||||
@@ -395,7 +395,7 @@
|
||||
},
|
||||
"javascriptcoregtk-4.0": {
|
||||
"attrPath": [
|
||||
"webkitgtk"
|
||||
"webkitgtk_4_0"
|
||||
]
|
||||
},
|
||||
"lapack": {
|
||||
@@ -837,12 +837,12 @@
|
||||
},
|
||||
"webkit2gtk-4.0": {
|
||||
"attrPath": [
|
||||
"webkitgtk"
|
||||
"webkitgtk_4_0"
|
||||
]
|
||||
},
|
||||
"webkit2gtk-web-extension-4.0": {
|
||||
"attrPath": [
|
||||
"webkitgtk"
|
||||
"webkitgtk_4_0"
|
||||
]
|
||||
},
|
||||
"x11": {
|
||||
|
||||
Reference in New Issue
Block a user