summary refs log tree commit diff
path: root/pkgs/tools/system/undaemonize/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/undaemonize/default.nix')
-rw-r--r--pkgs/tools/system/undaemonize/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/tools/system/undaemonize/default.nix b/pkgs/tools/system/undaemonize/default.nix
index 45e7a8d6d62..50ae366d10b 100644
--- a/pkgs/tools/system/undaemonize/default.nix
+++ b/pkgs/tools/system/undaemonize/default.nix
@@ -1,7 +1,9 @@
 { lib, stdenv, fetchFromGitHub }:
 
 stdenv.mkDerivation {
-  name = "undaemonize-2017-07-11";
+  pname = "undaemonize";
+  version = "unstable-2017-07-11";
+
   src = fetchFromGitHub {
     repo = "undaemonize";
     owner = "nickstenning";