summaryrefslogtreecommitdiffstats
path: root/pkgs/servers/http/myserver/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/http/myserver/default.nix')
-rw-r--r--pkgs/servers/http/myserver/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/http/myserver/default.nix b/pkgs/servers/http/myserver/default.nix
index fa3b57a0b22e..a18ac202a4a2 100644
--- a/pkgs/servers/http/myserver/default.nix
+++ b/pkgs/servers/http/myserver/default.nix
@@ -1,5 +1,5 @@
{ lib, fetchurl, stdenv, libgcrypt, libevent, libidn, gnutls
-, libxml2, zlib, guile, texinfo, cppunit, psmisc }:
+, libxml2, zlib, guile, texinfo, cppunit, killall }:
let version = "0.11"; in
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
# On GNU/Linux the `test_suite' process sometimes stays around, so
# forcefully terminate it.
- postCheck = lib.optionalString stdenv.isLinux "${psmisc}/bin/killall test_suite || true";
+ postCheck = "${killall}/bin/killall test_suite || true";
meta = {
description = "GNU MyServer, a powerful and easy to configure web server";