Tobias Hammerschmidt has contributed this expression via mailinglist.
svn path=/nixpkgs/trunk/; revision=9516
This commit is contained in:
parent
02f39c0210
commit
107368f5c2
15
pkgs/applications/window-managers/icewm/default.nix
Normal file
15
pkgs/applications/window-managers/icewm/default.nix
Normal 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";
|
||||||
|
};
|
||||||
|
}
|
@ -3591,6 +3591,11 @@ rec {
|
|||||||
inherit fetchurl stdenv perl;
|
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 {
|
imagemagick = import ../applications/graphics/ImageMagick {
|
||||||
inherit stdenv fetchurl bzip2 freetype graphviz
|
inherit stdenv fetchurl bzip2 freetype graphviz
|
||||||
ghostscript libjpeg libpng libtiff libxml2 zlib;
|
ghostscript libjpeg libpng libtiff libxml2 zlib;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user