Loading pkgs/development/libraries/qpdf/default.nix +23 −1 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitHub, libjpeg, zlib, cmake, perl }: { lib , stdenv , fetchFromGitHub , cmake , libjpeg , perl , zlib # for passthru.tests , cups-filters , pdfmixtool , pdfslicer , python3 }: stdenv.mkDerivation rec { pname = "qpdf"; Loading @@ -24,6 +37,15 @@ stdenv.mkDerivation rec { doCheck = true; passthru.tests = { inherit (python3.pkgs) pikepdf; inherit cups-filters pdfmixtool pdfslicer ; }; meta = with lib; { homepage = "https://qpdf.sourceforge.io/"; description = "A C++ library and set of programs that inspect and manipulate the structure of PDF files"; Loading Loading
pkgs/development/libraries/qpdf/default.nix +23 −1 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitHub, libjpeg, zlib, cmake, perl }: { lib , stdenv , fetchFromGitHub , cmake , libjpeg , perl , zlib # for passthru.tests , cups-filters , pdfmixtool , pdfslicer , python3 }: stdenv.mkDerivation rec { pname = "qpdf"; Loading @@ -24,6 +37,15 @@ stdenv.mkDerivation rec { doCheck = true; passthru.tests = { inherit (python3.pkgs) pikepdf; inherit cups-filters pdfmixtool pdfslicer ; }; meta = with lib; { homepage = "https://qpdf.sourceforge.io/"; description = "A C++ library and set of programs that inspect and manipulate the structure of PDF files"; Loading