treewide: installTargets is a list
This commit is contained in:
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
"--disable-checks"
|
||||
];
|
||||
|
||||
installTargets = "install-staged"; # install does also try to change permissions of /etc/* files
|
||||
installTargets = [ "install-staged" ]; # install does also try to change permissions of /etc/* files
|
||||
|
||||
# fcron tries to install pid into system directory on install
|
||||
installFlags = [
|
||||
|
||||
Reference in New Issue
Block a user