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
commit b49c060ae2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {