We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6af3a5 + fc2cd2b commit f848539Copy full SHA for f848539
pkgs/by-name/mo/monitoring-plugins/package.nix
@@ -35,11 +35,6 @@ let
35
net-snmp
36
procps
37
];
38
-
39
- mailq = runCommand "mailq-wrapper" { preferLocalBuild = true; } ''
40
- mkdir -p $out/bin
41
- ln -s /run/wrappers/bin/sendmail $out/bin/mailq
42
- '';
43
in
44
stdenv.mkDerivation rec {
45
pname = "monitoring-plugins";
@@ -72,7 +67,7 @@ stdenv.mkDerivation rec {
72
67
73
68
configureFlags = [
74
69
"--libexecdir=${placeholder "out"}/bin"
75
- "--with-mailq-command=${mailq}/bin/mailq"
70
+ "--with-mailq-command=/run/wrappers/bin/mailq"
76
71
"--with-sudo-command=/run/wrappers/bin/sudo"
77
78
0 commit comments