mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
treewide: installTargets is a list
This commit is contained in:
parent
313da176d3
commit
65712df184
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
"DNS=yes"
|
||||
];
|
||||
|
||||
installTargets = "install install-lib";
|
||||
installTargets = [ "install" "install-lib" ];
|
||||
|
||||
# Get rid of update-pciids as it won't work.
|
||||
postInstall = "rm $out/sbin/update-pciids $out/man/man8/update-pciids.8";
|
||||
|
Loading…
Reference in New Issue
Block a user