summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2020-09-11 16:22:33 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2020-09-12 15:16:13 -0300
commit1890b22296b26c9e93ea6176f1eb2087ba6a3fb1 (patch)
treeac3244597c92c6e9d531e9a115c480045e8a52f3 /pkgs/applications/window-managers
parent4a559f8fee64bf8dc6017d66667eb42e778f819e (diff)
windowmaker: 0.95.8 -> 0.95.9
Diffstat (limited to 'pkgs/applications/window-managers')
-rw-r--r--pkgs/applications/window-managers/windowmaker/default.nix9
1 files changed, 4 insertions, 5 deletions
diff --git a/pkgs/applications/window-managers/windowmaker/default.nix b/pkgs/applications/window-managers/windowmaker/default.nix
index 64783ac5fbe8..9f5d2e2539df 100644
--- a/pkgs/applications/window-managers/windowmaker/default.nix
+++ b/pkgs/applications/window-managers/windowmaker/default.nix
@@ -4,12 +4,12 @@
stdenv.mkDerivation rec {
pname = "windowmaker";
- version = "0.95.8";
+ version = "0.95.9";
srcName = "WindowMaker-${version}";
src = fetchurl {
url = "http://windowmaker.org/pub/source/release/${srcName}.tar.gz";
- sha256 = "12p8kljqgx5hnic0zvs5mxwp7kg21sb6qjagb2qw8ydvf5amrgwx";
+ sha256 = "055pqvlkhipyjn7m6bb3fs4zz9rd1ynzl0mmwbhp05ihc3zmh8zj";
};
nativeBuildInputs = [ pkgconfig ];
@@ -21,7 +21,8 @@ stdenv.mkDerivation rec {
"--with-x"
"--enable-modelock"
"--enable-randr"
- "--enable-magick"
+ "--enable-webp"
+ "--disable-magick" # Many distros reported imagemagick fails to be found
];
meta = with stdenv.lib; {
@@ -40,5 +41,3 @@ stdenv.mkDerivation rec {
maintainers = [ maintainers.AndersonTorres ];
};
}
-
-# TODO: investigate support for WEBP (its autodetection is failing)