Tobias Hammerschmidt has contributed this expression via mailinglist.

svn path=/nixpkgs/trunk/; revision=9516
This commit is contained in:
Marc Weber 2007-10-24 02:01:54 +00:00
parent 02f39c0210
commit 107368f5c2
2 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,15 @@
args: with args; stdenv.mkDerivation {
name = "icewm";
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 = {
description = "IceWM is a window manager for the X Window System.";
homepage = "http://www.icewm.org";
};
}

View file

@ -3590,6 +3590,11 @@ rec {
hello = import ../applications/misc/hello/ex-1 {
inherit fetchurl stdenv perl;
};
icewm = import ../applications/window-managers/icewm {
inherit fetchurl stdenv gettext libjpeg libtiff libungif libpng imlib;
inherit (xlibs) libX11 libXft libXext libXinerama libXrandr;
};
imagemagick = import ../applications/graphics/ImageMagick {
inherit stdenv fetchurl bzip2 freetype graphviz