summary refs log tree commit diff
path: root/pkgs/applications/window-managers/sawfish
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2015-04-28 11:06:56 +0200
committerJoachim Fasting <joachifm@fastmail.fm>2015-04-28 11:53:02 +0200
commitdb5623fd3edfa2ea3af0c534429b2d187e00d77b (patch)
tree1bd744113f3430d5873a4b7811fee1314f9559ad /pkgs/applications/window-managers/sawfish
parent0e7e91030f2833471d6ab50a5827c0c4b9600daa (diff)
downloadnixpkgs-db5623fd3edfa2ea3af0c534429b2d187e00d77b.tar
nixpkgs-db5623fd3edfa2ea3af0c534429b2d187e00d77b.tar.gz
nixpkgs-db5623fd3edfa2ea3af0c534429b2d187e00d77b.tar.bz2
nixpkgs-db5623fd3edfa2ea3af0c534429b2d187e00d77b.tar.lz
nixpkgs-db5623fd3edfa2ea3af0c534429b2d187e00d77b.tar.xz
nixpkgs-db5623fd3edfa2ea3af0c534429b2d187e00d77b.tar.zst
nixpkgs-db5623fd3edfa2ea3af0c534429b2d187e00d77b.zip
sawfish: git -> 1.11.90
This is the latest release (more recent than the GIT revision
previously pointed to). There is no release tarball, however.
Diffstat (limited to 'pkgs/applications/window-managers/sawfish')
-rw-r--r--pkgs/applications/window-managers/sawfish/default.nix20
1 files changed, 14 insertions, 6 deletions
diff --git a/pkgs/applications/window-managers/sawfish/default.nix b/pkgs/applications/window-managers/sawfish/default.nix
index 4281eb99dd0..f3b19e84610 100644
--- a/pkgs/applications/window-managers/sawfish/default.nix
+++ b/pkgs/applications/window-managers/sawfish/default.nix
@@ -1,17 +1,25 @@
-{ stdenv, fetchgit, pkgconfig, which, autoreconfHook, rep-gtk, pango, gdk_pixbuf, libXinerama, libXrandr, libXtst, imlib, gettext, texinfo, makeWrapper }:
+{ stdenv, fetchgit, pkgconfig, which, autoreconfHook, rep-gtk, pango
+, gdk_pixbuf, libXinerama, libXrandr, libXtst, imlib, gettext, texinfo
+, makeWrapper
+}:
 
 with stdenv.lib;
+
 stdenv.mkDerivation rec {
 
-  name = "sawfish-git-2015-02-15";
+  name = "sawfish-${version}";
+  version = "1.11.90";
 
   src = fetchgit {
     url = "https://github.com/SawfishWM/sawfish.git";
-    rev = "44729f44017e6779b4b66a7ecdbd63a98731f668";
-    sha256 = "bd3f42f1604f37ecb2515008341cac4f6965840b2d6a6639dd1f3f2459f68e73";
+    rev = "b121f832571c9aebd228691c32604146e49f5e55";
+    sha256 = "0y7rmjzp7ha5qj9q1dasw50gd6jiaxc0qsjbvyfzxvwssl3i9hsc";
   };
 
-  buildInputs = [ pkgconfig which autoreconfHook rep-gtk pango gdk_pixbuf libXinerama libXrandr libXtst imlib gettext texinfo makeWrapper ];
+  buildInputs =
+    [ pkgconfig which autoreconfHook rep-gtk pango gdk_pixbuf libXinerama
+      libXrandr libXtst imlib gettext texinfo makeWrapper
+    ];
 
   patchPhase = ''
     sed -e 's|REP_DL_LOAD_PATH=|REP_DL_LOAD_PATH=$(REP_DL_LOAD_PATH):|g' -i Makedefs.in
@@ -25,7 +33,7 @@ stdenv.mkDerivation rec {
 	--set REP_LOAD_PATH "$out/share/sawfish/lisp"
     done
   '';
-  
+
   meta = {
     description = "An extensible, Lisp-based window manager";
     longDescription = ''