20 stdenv.mkDerivation (finalAttrs: {
24 src = fetchFromGitHub {
27 rev = finalAttrs.version;
28 hash = "sha256-ZY+kyimLzAeEgvDaflXM7MbyzsGgivOnG1aBD9/ozbk=";
57 "-DPODOFO_BUILD_STATIC=${if stdenv.hostPlatform.isStatic then "ON" else "OFF"}"
58 "-DCMAKE_BUILD_WITH_INSTALL_NAME_DIR=ON"
62 homepage = "https://github.com/podofo/podofo";
63 description = "Library to work with the PDF file format";
64 platforms = lib.platforms.all;
65 license = with lib.licenses; [