mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-05 17:56:46 +01:00
Merge pull request #170567 from a-m-joseph/goffice-disable-tests-on-powerpc64le
goffice: disable tests on powerpc64le
This commit is contained in:
commit
ff769e6d53
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = [ libxslt librsvg ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
doCheck = true;
|
||||
doCheck = !stdenv.hostPlatform.isPower64;
|
||||
|
||||
passthru = {
|
||||
updateScript = gnome.updateScript {
|
||||
|
|
Loading…
Reference in a new issue