13 stdenv.mkDerivation rec {
17 src = fetchFromGitHub {
21 hash = "sha256-4QJxYxLELBDg5GZISdO2xKzJej8F21BY+GD+KkrGXws=";
32 propagatedBuildInputs = [
40 dontWrapQtApps = true;
44 # Use bundled LibAesgm
45 "-DUSE_UNBUNDLED_FALLBACK_BUNDLED=ON"
49 description = "A Fast and Free C++ Library for Creating, Parsing an Manipulating PDF Files and Streams";
50 homepage = "https://www.pdfhummus.com";
51 license = licenses.asl20;
52 platforms = platforms.linux;
53 maintainers = with maintainers; [ rewine ];