windowmaker: 0.95.8 -> 0.95.9
This commit is contained in:
parent
4a559f8fee
commit
1890b22296
|
@ -4,12 +4,12 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "windowmaker";
|
pname = "windowmaker";
|
||||||
version = "0.95.8";
|
version = "0.95.9";
|
||||||
srcName = "WindowMaker-${version}";
|
srcName = "WindowMaker-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://windowmaker.org/pub/source/release/${srcName}.tar.gz";
|
url = "http://windowmaker.org/pub/source/release/${srcName}.tar.gz";
|
||||||
sha256 = "12p8kljqgx5hnic0zvs5mxwp7kg21sb6qjagb2qw8ydvf5amrgwx";
|
sha256 = "055pqvlkhipyjn7m6bb3fs4zz9rd1ynzl0mmwbhp05ihc3zmh8zj";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
@ -21,7 +21,8 @@ stdenv.mkDerivation rec {
|
||||||
"--with-x"
|
"--with-x"
|
||||||
"--enable-modelock"
|
"--enable-modelock"
|
||||||
"--enable-randr"
|
"--enable-randr"
|
||||||
"--enable-magick"
|
"--enable-webp"
|
||||||
|
"--disable-magick" # Many distros reported imagemagick fails to be found
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
@ -40,5 +41,3 @@ stdenv.mkDerivation rec {
|
||||||
maintainers = [ maintainers.AndersonTorres ];
|
maintainers = [ maintainers.AndersonTorres ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
# TODO: investigate support for WEBP (its autodetection is failing)
|
|
||||||
|
|
Loading…
Reference in New Issue