qiv: add version 2.2.4
This commit is contained in:
parent
5626c5cdfb
commit
5d1296b03f
19
pkgs/applications/graphics/qiv/default.nix
Normal file
19
pkgs/applications/graphics/qiv/default.nix
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
{ stdenv, fetchurl, pkgconfig, gtk, imlib2, file } :
|
||||||
|
|
||||||
|
stdenv.mkDerivation (rec {
|
||||||
|
name = "qiv-2.2.4";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = "http://spiegl.de/qiv/download/${name}.tgz";
|
||||||
|
sha256 = "ed6078dc550c1dc2fe35c1e0f46463c13589a24b83d4f7101b71a7485e51abb7";
|
||||||
|
};
|
||||||
|
|
||||||
|
buildInputs = [ pkgconfig gtk imlib2 file ];
|
||||||
|
|
||||||
|
preBuild=''substituteInPlace Makefile --replace /usr/local "$out"'';
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "qiv (quick image viewer)";
|
||||||
|
homepage = http://spiegl.de/qiv/;
|
||||||
|
};
|
||||||
|
})
|
@ -7693,6 +7693,8 @@ let
|
|||||||
|
|
||||||
pqiv = callPackage ../applications/graphics/pqiv { };
|
pqiv = callPackage ../applications/graphics/pqiv { };
|
||||||
|
|
||||||
|
qiv = callPackage ../applications/graphics/qiv { };
|
||||||
|
|
||||||
# perhaps there are better apps for this task? It's how I had configured my preivous system.
|
# perhaps there are better apps for this task? It's how I had configured my preivous system.
|
||||||
# And I don't want to rewrite all rules
|
# And I don't want to rewrite all rules
|
||||||
procmail = callPackage ../applications/misc/procmail { };
|
procmail = callPackage ../applications/misc/procmail { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user