haskellPackages: remove obsolete overrides
sets: -dontCheck singletons: -dontCheck math-functions: -dontCheck
This commit is contained in:
parent
50ea9c2bca
commit
a39c1c6ac3
@ -578,9 +578,6 @@ self: super: {
|
|||||||
sha256 = "13g462qmj8c7if797gnyvf8h0cddmm3xy0pjldw48w8f8sr4qsj0";
|
sha256 = "13g462qmj8c7if797gnyvf8h0cddmm3xy0pjldw48w8f8sr4qsj0";
|
||||||
});
|
});
|
||||||
|
|
||||||
# https://github.com/athanclark/sets/issues/2
|
|
||||||
sets = dontCheck super.sets;
|
|
||||||
|
|
||||||
# Install icons, metadata and cli program.
|
# Install icons, metadata and cli program.
|
||||||
bustle = overrideCabal super.bustle (drv: {
|
bustle = overrideCabal super.bustle (drv: {
|
||||||
buildDepends = [ pkgs.libpcap ];
|
buildDepends = [ pkgs.libpcap ];
|
||||||
@ -664,9 +661,6 @@ self: super: {
|
|||||||
# https://github.com/pxqr/base32-bytestring/issues/4
|
# https://github.com/pxqr/base32-bytestring/issues/4
|
||||||
base32-bytestring = dontCheck super.base32-bytestring;
|
base32-bytestring = dontCheck super.base32-bytestring;
|
||||||
|
|
||||||
# https://github.com/goldfirere/singletons/issues/122
|
|
||||||
singletons = dontCheck super.singletons;
|
|
||||||
|
|
||||||
# Djinn's last release was 2014, incompatible with Semigroup-Monoid Proposal
|
# Djinn's last release was 2014, incompatible with Semigroup-Monoid Proposal
|
||||||
# https://github.com/augustss/djinn/pull/8
|
# https://github.com/augustss/djinn/pull/8
|
||||||
djinn = appendPatch super.djinn (pkgs.fetchpatch {
|
djinn = appendPatch super.djinn (pkgs.fetchpatch {
|
||||||
@ -691,9 +685,6 @@ self: super: {
|
|||||||
# The standard libraries are compiled separately.
|
# The standard libraries are compiled separately.
|
||||||
idris = generateOptparseApplicativeCompletion "idris" (dontCheck super.idris);
|
idris = generateOptparseApplicativeCompletion "idris" (dontCheck super.idris);
|
||||||
|
|
||||||
# https://github.com/bos/math-functions/issues/25
|
|
||||||
math-functions = dontCheck super.math-functions;
|
|
||||||
|
|
||||||
# build servant docs from the repository
|
# build servant docs from the repository
|
||||||
servant =
|
servant =
|
||||||
let
|
let
|
||||||
|
Loading…
x
Reference in New Issue
Block a user