Merge pull request #61890 from expipiplus1/joe-armv7l-dconf
dconf: Disable tests on armv7l-linux
This commit is contained in:
commit
b49c060ae2
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user