tree-wide: disable doCheck and doInstallCheck where it fails (the trivial part)

This commit is contained in:
Jan Malakhovski
2018-04-25 04:18:46 +00:00
parent f07f0c6009
commit 7438083a4d
135 changed files with 326 additions and 52 deletions
+9 -6
View File
@@ -33,12 +33,15 @@ stdenv.mkDerivation rec {
substituteInPlace ./configure --replace "test -d /var/run" "true"
'';
configureFlags =
''
--with-etcdir=/etc/at
--with-jobdir=/var/spool/atjobs --with-atspool=/var/spool/atspool
--with-daemon_username=atd --with-daemon_groupname=atd
'';
configureFlags = [
"--with-etcdir=/etc/at"
"--with-jobdir=/var/spool/atjobs"
"--with-atspool=/var/spool/atspool"
"--with-daemon_username=atd"
"--with-daemon_groupname=atd"
];
doCheck = false; # need "prove" tool
# Ensure that "batch" can invoke the setuid "at" wrapper, if it exists, or
# else we get permission errors (on NixOS). "batch" is a shell script, so