treewide: installTargets is a list

This commit is contained in:
Robin Gloster
2019-12-30 13:29:27 +01:00
committed by Jan Tojnar
parent 2157dcd141
commit 65395a7105
23 changed files with 25 additions and 27 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
makeFlags = [ "DESTDIR=${placeholder "out"}" ];
# we don't install python stuff as it borks up directories
installTargets = "install-bin install-devel";
installTargets = [ "install-bin" "install-devel" ];
meta = with stdenv.lib; {
homepage = https://github.com/rhinstaller/isomd5sum;