idris: update overrides for new 1.1.1 default version
This commit is contained in:
parent
8737c9668b
commit
c722252251
|
@ -730,14 +730,9 @@ self: super: {
|
|||
'';
|
||||
});
|
||||
|
||||
# test suite cannot find its own "idris" binary
|
||||
# The standard libraries are compiled separately
|
||||
idris = doJailbreak (dontCheck super.idris);
|
||||
|
||||
idris_1_1_1 = overrideCabal (doJailbreak (dontCheck super.idris_1_1_1)) (drv: {
|
||||
# The standard libraries are compiled separately
|
||||
configureFlags = (drv.configureFlags or []) ++ [ "-fexeconly" ];
|
||||
});
|
||||
|
||||
# https://github.com/bos/math-functions/issues/25
|
||||
math-functions = dontCheck super.math-functions;
|
||||
|
||||
|
|
|
@ -5951,7 +5951,6 @@ with pkgs;
|
|||
overrides = self: super: {
|
||||
binary = lib.dontCheck self.binary_0_8_5_1;
|
||||
cheapskate = self.cheapskate_0_1_1;
|
||||
idris = self.idris_1_1_1;
|
||||
parsers = lib.dontCheck super.parsers;
|
||||
semigroupoids = lib.dontCheck super.semigroupoids;
|
||||
trifecta = lib.dontCheck super.trifecta;
|
||||
|
|
Loading…
Reference in New Issue