qiv: 2.3.1 -> 2.3.2 (#57729)
This commit is contained in:
parent
44b5166f91
commit
4b00757206
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, gtk2, imlib2, file, lcms2, libexif } :
|
{ stdenv, fetchurl, pkgconfig, gtk2, imlib2, file, lcms2, libexif } :
|
||||||
|
|
||||||
stdenv.mkDerivation (rec {
|
stdenv.mkDerivation (rec {
|
||||||
version = "2.3.1";
|
version = "2.3.2";
|
||||||
name = "qiv-${version}";
|
name = "qiv-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://spiegl.de/qiv/download/${name}.tgz";
|
url = "https://spiegl.de/qiv/download/${name}.tgz";
|
||||||
sha256 = "1rlf5h67vhj7n1y7jqkm9k115nfnzpwngj3kzqsi2lg676srclv7";
|
sha256 = "1mc0f2nnas4q0d7zc9r6g4z93i32xlx0p9hl4fn5zkyml24a1q28";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
@ -15,6 +15,7 @@ stdenv.mkDerivation (rec {
|
|||||||
preBuild=''
|
preBuild=''
|
||||||
substituteInPlace Makefile --replace /usr/local "$out"
|
substituteInPlace Makefile --replace /usr/local "$out"
|
||||||
substituteInPlace Makefile --replace /man/ /share/man/
|
substituteInPlace Makefile --replace /man/ /share/man/
|
||||||
|
substituteInPlace Makefile --replace /share/share/ /share/
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user