Added ratpoison window manager
svn path=/nixpkgs/trunk/; revision=9039
This commit is contained in:
parent
135e6b1b14
commit
908786f816
1 changed files with 14 additions and 0 deletions
14
pkgs/applications/window-managers/ratpoison/default.nix
Normal file
14
pkgs/applications/window-managers/ratpoison/default.nix
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
{stdenv, fetchurl, libX11, inputproto, libXt, libXpm, libXft, fontconfig,
|
||||||
|
libXtst, xextproto, readline}:
|
||||||
|
stdenv.mkDerivation {
|
||||||
|
name = "RatPoison-1.4.1";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = http://download.savannah.gnu.org/releases/ratpoison/ratpoison-1.4.1.tar.gz;
|
||||||
|
md5 = "fcbdcc84cfad9b18518074f676eba270";
|
||||||
|
};
|
||||||
|
|
||||||
|
buildInputs = [libX11 inputproto libXt
|
||||||
|
libXpm libXft fontconfig libXtst
|
||||||
|
xextproto readline];
|
||||||
|
}
|
Loading…
Reference in a new issue