x11/xorg: stdenv.lib -> lib in meta generator
The library does not depend on stdenv, that stdenv exposes lib is an artifact of the ancient origins of nixpkgs. I didn’t run the generator since it takes quite a while, but it should be automatically done the next time somebody updates a package.
This commit is contained in:
parent
2497553b23
commit
8ec2c88110
@ -311,7 +311,7 @@ foreach my $pkg (sort (keys %pkgURLs)) {
|
|||||||
hardeningDisable = [ "bindnow" "relro" ];
|
hardeningDisable = [ "bindnow" "relro" ];
|
||||||
nativeBuildInputs = [ pkgconfig $nativeBuildInputsStr];
|
nativeBuildInputs = [ pkgconfig $nativeBuildInputsStr];
|
||||||
buildInputs = [ $buildInputsStr];$extraAttrsStr
|
buildInputs = [ $buildInputsStr];$extraAttrsStr
|
||||||
meta.platforms = stdenv.lib.platforms.unix;
|
meta.platforms = lib.platforms.unix;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user