2009-10-28 15:06:56 +01:00
|
|
|
args: with args;
|
|
|
|
|
|
|
|
stdenv.mkDerivation {
|
|
|
|
name = "icewm-1.2.32";
|
2007-10-24 04:01:54 +02:00
|
|
|
|
|
|
|
buildInputs = [ gettext libX11 libXft libXext libXinerama libXrandr libjpeg libtiff libungif libpng imlib ];
|
|
|
|
|
|
|
|
src = fetchurl {
|
|
|
|
url = http://mesh.dl.sourceforge.net/sourceforge/icewm/icewm-1.2.32.tar.gz;
|
|
|
|
sha256 = "c2fe6ef0bdc0a9f841ae6fe214c06a15d666f90df027d105305f3e0dc109a667";
|
|
|
|
};
|
|
|
|
|
|
|
|
meta = {
|
2009-10-28 15:06:56 +01:00
|
|
|
description = "A window manager for the X Window System";
|
|
|
|
homepage = http://www.icewm.org/;
|
2007-10-24 04:01:54 +02:00
|
|
|
};
|
|
|
|
}
|