Skip to content

Commit

Permalink
Update feh from 2.11 to 2.12.
Browse files Browse the repository at this point in the history
The relevant source code of giblib was imported into feh,
therefore giblib is no longer a dependency.
  • Loading branch information
pSub authored and bjornfor committed Jun 7, 2014
1 parent 91b2021 commit b40ce8a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/graphics/feh/default.nix
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{ stdenv, makeWrapper, fetchurl, x11, imlib2, libjpeg, libpng, giblib
{ stdenv, makeWrapper, fetchurl, x11, imlib2, libjpeg, libpng
, libXinerama, curl }:

stdenv.mkDerivation rec {
name = "feh-2.11";
name = "feh-2.12";

src = fetchurl {
url = "http://feh.finalrewind.org/${name}.tar.bz2";
sha256 = "1y41ixsp5nhvb29hhiyh8g1g28lc0kki619skgxcv5iisc93dk4x";
sha256 = "0ckhidmsms2l5jycp0qf71jzmb3bpbhjq3bcgfpvfvszah7pmq30";
};

buildInputs = [makeWrapper x11 imlib2 giblib libjpeg libpng libXinerama curl ];
buildInputs = [makeWrapper x11 imlib2 libjpeg libpng libXinerama curl];

preBuild = ''
makeFlags="PREFIX=$out"
Expand Down

0 comments on commit b40ce8a

Please sign in to comment.