summary refs log tree commit diff
path: root/pkgs/applications/window-managers/icewm/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/window-managers/icewm/default.nix')
-rw-r--r--pkgs/applications/window-managers/icewm/default.nix10
1 files changed, 6 insertions, 4 deletions
diff --git a/pkgs/applications/window-managers/icewm/default.nix b/pkgs/applications/window-managers/icewm/default.nix
index 7acd9f82785..7a8d12dee50 100644
--- a/pkgs/applications/window-managers/icewm/default.nix
+++ b/pkgs/applications/window-managers/icewm/default.nix
@@ -1,5 +1,7 @@
-args: with args; stdenv.mkDerivation {
-  name = "icewm";
+args: with args;
+
+stdenv.mkDerivation {
+  name = "icewm-1.2.32";
 
   buildInputs = [ gettext libX11 libXft libXext libXinerama libXrandr libjpeg libtiff libungif libpng imlib ];
 
@@ -9,7 +11,7 @@ args: with args; stdenv.mkDerivation {
   };
 
   meta = {
-    description = "IceWM is a window manager for the X Window System.";
-    homepage = "http://www.icewm.org";
+    description = "A window manager for the X Window System";
+    homepage = http://www.icewm.org/;
   };
 }