paperless-ng: fix slow_write_pdf test

main
Johannes Schleifenbaum 2 years ago
parent ca9a6b1ce8
commit dc16356f77
No known key found for this signature in database
GPG Key ID: 059093B1A278BCD0
  1. 10
      pkgs/applications/office/paperless-ng/default.nix

@ -1,5 +1,6 @@
{ lib
, fetchurl
, fetchpatch
, nixosTests
, python3
, ghostscript
@ -54,6 +55,15 @@ py.pkgs.pythonPackages.buildPythonApplication rec {
sha256 = "oVSq0AWksuWC81MF5xiZ6ZbdKKtqqphmL+xIzJLaDMw=";
};
patches = [
# Fix the `slow_write_pdf` test:
# https://github.com/NixOS/nixpkgs/issues/136626
(fetchpatch {
url = "https://github.com/paperless-ngx/paperless-ngx/commit/4fbabe43ea12811864e9676b04d82a82b38e799d.patch";
sha256 = "sha256-8ULep5aeW3wJAQGy2OEAjFYybELNq1DzCC1uBrZx36I=";
})
];
format = "other";
# Make bind address configurable

Loading…
Cancel
Save