gnome3.dconf: disable tests on arch64

This commit is contained in:
Tor Hedin Brønner 2019-03-15 16:01:17 +01:00 committed by Jan Tojnar
parent 06f059f908
commit 5d52ba8e61
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
"-Dgtk_doc=true" "-Dgtk_doc=true"
]; ];
doCheck = true; doCheck = !stdenv.isAarch64;
passthru = { passthru = {
updateScript = gnome3.updateScript { updateScript = gnome3.updateScript {