icewm: 1.6.3 -> 1.6.5
This commit is contained in:
parent
df62bb79cb
commit
ad867fbce4
@ -8,13 +8,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "icewm";
|
pname = "icewm";
|
||||||
version = "1.6.3";
|
version = "1.6.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bbidulock";
|
owner = "bbidulock";
|
||||||
repo = "icewm";
|
repo = "icewm";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0h3w718x28fd4sz36ka9wpgcb98scna6qpycxzls4cjji3rjgm0l";
|
sha256 = "1glzpkpl0vl5sjn1d9jlvwd9ch16dvxvsf2n310kb0ycpfkl84vs";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkgconfig perl asciidoc ];
|
nativeBuildInputs = [ cmake pkgconfig perl asciidoc ];
|
||||||
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
|
|||||||
IceWM is a window manager for the X Window System. The goal of
|
IceWM is a window manager for the X Window System. The goal of
|
||||||
IceWM is speed, simplicity, and not getting in the user's way.
|
IceWM is speed, simplicity, and not getting in the user's way.
|
||||||
'';
|
'';
|
||||||
homepage = http://www.icewm.org/;
|
homepage = "http://www.icewm.org/";
|
||||||
license = licenses.lgpl2;
|
license = licenses.lgpl2;
|
||||||
maintainers = [ maintainers.AndersonTorres ];
|
maintainers = [ maintainers.AndersonTorres ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
Loading…
Reference in New Issue
Block a user