treewide: installTargets is a list

This commit is contained in:
Robin Gloster
2019-12-31 00:17:42 +01:00
committed by Jan Tojnar
parent 313da176d3
commit 65712df184
+1 -1
View File
@@ -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";