qpdf: nitpicks after update
I read the release notes. http://qpdf.sourceforge.net/files/qpdf-manual.html#ref.release-notes
This commit is contained in:
parent
b6fd7bfd04
commit
6255e95a3d
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, libjpeg, pcre, zlib, perl }:
|
{ stdenv, fetchurl, libjpeg, zlib, perl }:
|
||||||
|
|
||||||
let version = "7.0.0";
|
let version = "7.0.0";
|
||||||
in
|
in
|
||||||
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ perl ];
|
nativeBuildInputs = [ perl ];
|
||||||
|
|
||||||
buildInputs = [ pcre zlib libjpeg ];
|
buildInputs = [ zlib libjpeg ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
patchShebangs qpdf/fix-qdf
|
patchShebangs qpdf/fix-qdf
|
||||||
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://qpdf.sourceforge.net/;
|
homepage = http://qpdf.sourceforge.net/;
|
||||||
description = "A C++ library and set of programs that inspect and manipulate the structure of PDF files";
|
description = "A C++ library and set of programs that inspect and manipulate the structure of PDF files";
|
||||||
license = licenses.artistic2;
|
license = licenses.asl20; # as of 7.0.0, people may stay at artistic2
|
||||||
maintainers = with maintainers; [ abbradar ];
|
maintainers = with maintainers; [ abbradar ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user