Skip to content

Commit

Permalink
windowmaker: 0.95.8 -> 0.95.9
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonTorres committed Sep 12, 2020
1 parent 4a559f8 commit 1890b22
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pkgs/applications/window-managers/windowmaker/default.nix
Expand Up @@ -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 ];
Expand All @@ -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; {
Expand All @@ -40,5 +41,3 @@ stdenv.mkDerivation rec {
maintainers = [ maintainers.AndersonTorres ];
};
}

# TODO: investigate support for WEBP (its autodetection is failing)

0 comments on commit 1890b22

Please sign in to comment.