haskell-uri-bytestring: drop obsolete patch to fix the build
This commit is contained in:
parent
b712543128
commit
4445d50de3
@ -1142,11 +1142,6 @@ self: super: {
|
|||||||
# Jailbreak tasty < 1.2: https://github.com/phadej/tdigest/issues/30
|
# Jailbreak tasty < 1.2: https://github.com/phadej/tdigest/issues/30
|
||||||
tdigest = doJailbreak super.tdigest; # until tdigest > 0.2.1
|
tdigest = doJailbreak super.tdigest; # until tdigest > 0.2.1
|
||||||
|
|
||||||
uri-bytestring = appendPatch super.uri-bytestring (pkgs.fetchpatch {
|
|
||||||
url = "https://github.com/Soostone/uri-bytestring/commit/e5c5602a97160a6a6304a24947e33e47c9155460.patch";
|
|
||||||
sha256 = "1qwy8bj6vywhp0075dza8j90zrzsm3144qz3c703s9c4n6pg3gw4";
|
|
||||||
});
|
|
||||||
|
|
||||||
# Requires pg_ctl command during tests
|
# Requires pg_ctl command during tests
|
||||||
beam-postgres = overrideCabal super.beam-postgres (drv: {
|
beam-postgres = overrideCabal super.beam-postgres (drv: {
|
||||||
testToolDepends = (drv.testToolDepends or []) ++ [pkgs.postgresql];
|
testToolDepends = (drv.testToolDepends or []) ++ [pkgs.postgresql];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user