treewide: installTargets is a list
This commit is contained in:
@@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
makeFlags = [ "PREFIX=$(out)/bin" ] ++ lib.optional enableStatic "LDFLAGS=--static";
|
||||
|
||||
installTargets = "install_flat";
|
||||
installTargets = [ "install_flat" ];
|
||||
|
||||
# tests currently (as of 0.8.0) get stuck in an infinite loop...
|
||||
# ...this is fixed in latest git, so doCheck can likely be enabled for next release
|
||||
|
||||
Reference in New Issue
Block a user