summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/X11/xwinwrap
diff options
context:
space:
mode:
authorvolth <volth@volth.com>2019-08-13 21:52:01 +0000
committervolth <volth@volth.com>2019-08-17 10:54:38 +0000
commitc814d72b517bb201c8bbbfc64e386c7023352886 (patch)
tree3a7b3bb7326a2087a34e5333aa8dbc367ec2deb1 /pkgs/tools/X11/xwinwrap
parentfe9a3e3e63fa59c8014d454b0efd3231bdd19350 (diff)
treewide: name -> pname
Diffstat (limited to 'pkgs/tools/X11/xwinwrap')
-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;