mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
idris: disable failing test suite
This commit is contained in:
parent
806d96b6a3
commit
2b1fea120c
@ -989,6 +989,8 @@ self: super: {
|
||||
preBuild = "export LD_LIBRARY_PATH=$PWD/dist/build:$LD_LIBRARY_PATH";
|
||||
# https://github.com/idris-lang/Idris-dev/issues/2499
|
||||
librarySystemDepends = (drv.librarySystemDepends or []) ++ [pkgs.gmp];
|
||||
# test suite cannot find its own "idris" binary
|
||||
doCheck = false;
|
||||
});
|
||||
|
||||
# https://github.com/pontarius/pontarius-xmpp/issues/105
|
||||
|
Loading…
Reference in New Issue
Block a user