gnome3.dconf: disable tests on arch64
This commit is contained in:
parent
06f059f908
commit
5d52ba8e61
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
|
||||
"-Dgtk_doc=true"
|
||||
];
|
||||
|
||||
doCheck = true;
|
||||
doCheck = !stdenv.isAarch64;
|
||||
|
||||
passthru = {
|
||||
updateScript = gnome3.updateScript {
|
||||
|
Loading…
Reference in New Issue
Block a user