mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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" ];
|
||||
nativeBuildInputs = [ pkgconfig $nativeBuildInputsStr];
|
||||
buildInputs = [ $buildInputsStr];$extraAttrsStr
|
||||
meta.platforms = stdenv.lib.platforms.unix;
|
||||
meta.platforms = lib.platforms.unix;
|
||||
}) {};
|
||||
|
||||
EOF
|
||||
|
Loading…
Reference in New Issue
Block a user