mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
Fcron: Disable checks for root{name,group} and others.
This fixes building fcron. It was complaining it couldn't check root's user name and the suggested flag (--with-rootname) didn't do anything. Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
This commit is contained in:
parent
bed5514a6e
commit
65e5dd8f99
@ -22,6 +22,9 @@ stdenv.mkDerivation rec {
|
||||
# fcron would have been default user/grp
|
||||
"--with-username=root"
|
||||
"--with-groupname=root"
|
||||
"--with-rootname=root"
|
||||
"--with-rootgroup=root"
|
||||
"--disable-checks"
|
||||
];
|
||||
|
||||
installTargets = "install-staged"; # install does also try to change permissions of /etc/* files
|
||||
|
Loading…
Reference in New Issue
Block a user