Skip to content

Commit

Permalink
feh: 2.24 -> 2.25
Browse files Browse the repository at this point in the history
  • Loading branch information
dywedir authored and obadz committed Mar 4, 2018
1 parent 7b056a3 commit fffd3c4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/applications/graphics/feh/default.nix
Expand Up @@ -6,11 +6,11 @@ with stdenv.lib;

stdenv.mkDerivation rec {
name = "feh-${version}";
version = "2.24";
version = "2.25";

src = fetchurl {
url = "https://feh.finalrewind.org/${name}.tar.bz2";
sha256 = "148qbxkk5m7i3cxymnfwi7aikqjyfxr306dlqm9ndp6x932js5wq";
sha256 = "102rwi30n09l8rih6kv6bb7lhv3djklgzill4p2zag0h700yqfq6";
};

outputs = [ "out" "man" "doc" ];
Expand All @@ -20,9 +20,9 @@ stdenv.mkDerivation rec {

buildInputs = [ xorg.libX11 xorg.libXinerama imlib2 libjpeg libpng curl libexif ];

preBuild = ''
makeFlags="PREFIX=$out exif=1"
'';
makeFlags = [
"PREFIX=$(out)" "exif=1"
] ++ optional stdenv.isDarwin "verscmp=0";

postBuild = ''
pushd man
Expand Down

0 comments on commit fffd3c4

Please sign in to comment.