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

View File

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