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