Merge pull request #61890 from expipiplus1/joe-armv7l-dconf

dconf: Disable tests on armv7l-linux
This commit is contained in:
Matthew Bauer
2019-05-23 17:35:43 -05:00
committed by GitHub
+1 -1
View File
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
"-Dgtk_doc=true" "-Dgtk_doc=true"
]; ];
doCheck = !stdenv.isAarch64 && !stdenv.isDarwin; doCheck = !stdenv.isAarch32 && !stdenv.isAarch64 && !stdenv.isDarwin;
passthru = { passthru = {
updateScript = gnome3.updateScript { updateScript = gnome3.updateScript {