gnome3.gnome-keyring: disable test suite on i686 to fix the build
https://github.com/NixOS/nixpkgs/issues/51121 (cherry picked from commit 86d1ba34b4249d4403cedef8a2ee66b1409f6f01)
This commit is contained in:
parent
fc42a76d93
commit
00a8fdac61
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
|||||||
patchShebangs build
|
patchShebangs build
|
||||||
'';
|
'';
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = !stdenv.isi686; # https://github.com/NixOS/nixpkgs/issues/51121
|
||||||
# In 3.20.1, tests do not support Python 3
|
# In 3.20.1, tests do not support Python 3
|
||||||
checkInputs = [ dbus python2 ];
|
checkInputs = [ dbus python2 ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user