treewide: installTargets is a list
This commit is contained in:
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
prefixKey = "PREFIX=";
|
||||
installTargets = "install-compiler";
|
||||
installTargets = [ "install-compiler" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "NSIS is a free scriptable win32 installer/uninstaller system that doesn't suck and isn't huge";
|
||||
|
||||
Reference in New Issue
Block a user