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.nix7
1 files changed, 2 insertions, 5 deletions
diff --git a/pkgs/tools/X11/xwinwrap/default.nix b/pkgs/tools/X11/xwinwrap/default.nix
index 00ee7413189..3921df9fffa 100644
--- a/pkgs/tools/X11/xwinwrap/default.nix
+++ b/pkgs/tools/X11/xwinwrap/default.nix
@@ -1,11 +1,8 @@
 { lib, stdenv, fetchbzr, xlibsWrapper }:
 
-let
-  version = "4";
-in
-stdenv.mkDerivation {
+stdenv.mkDerivation rec {
   pname = "xwinwrap";
-  inherit version;
+  version = "4";
 
   src = fetchbzr {
     url = "https://code.launchpad.net/~shantanu-goel/xwinwrap/devel";