about summary refs log tree commit diff
path: root/pkgs/tools/X11/xwinwrap/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/X11/xwinwrap/default.nix')
-rw-r--r--pkgs/tools/X11/xwinwrap/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/X11/xwinwrap/default.nix b/pkgs/tools/X11/xwinwrap/default.nix
index dbbdb0c04e91..b9d48f545749 100644
--- a/pkgs/tools/X11/xwinwrap/default.nix
+++ b/pkgs/tools/X11/xwinwrap/default.nix
@@ -4,7 +4,8 @@ let
   version = "4";
 in
 stdenv.mkDerivation {
-  name = "xwinwrap-${version}";
+  pname = "xwinwrap";
+  inherit version;
 
   src = fetchbzr {
     url = https://code.launchpad.net/~shantanu-goel/xwinwrap/devel;