mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
python3Packages.img2pdf: disable tests on aarch64 (#154148)
https://gitlab.mister-muffin.de/josch/img2pdf/issues/128
This commit is contained in:
parent
0cd9bb5dc1
commit
dd9685f7e8
@ -4,6 +4,7 @@
|
||||
, fetchPypi
|
||||
, pikepdf
|
||||
, pillow
|
||||
, stdenv
|
||||
, exiftool
|
||||
, ghostscript
|
||||
, imagemagick
|
||||
@ -30,6 +31,9 @@ buildPythonPackage rec {
|
||||
pillow
|
||||
];
|
||||
|
||||
# https://gitlab.mister-muffin.de/josch/img2pdf/issues/128
|
||||
doCheck = !stdenv.isAarch64;
|
||||
|
||||
checkInputs = [
|
||||
exiftool
|
||||
ghostscript
|
||||
|
Loading…
Reference in New Issue
Block a user