haskellPackages.superbuffer: fix build

This commit is contained in:
rnhmjoj 2019-03-24 10:54:44 +01:00
parent 0bf5c6acb4
commit 32ec718b57
No known key found for this signature in database
GPG Key ID: 91BE884FBA4B591A
3 changed files with 8 additions and 2 deletions

View File

@ -1217,6 +1217,14 @@ self: super: {
})]; })];
}); });
# Remove unecessary constraint:
# https://github.com/agrafix/superbuffer/pull/2
superbuffer = overrideCabal super.superbuffer (drv: {
postPatch = ''
sed -i 's#QuickCheck < 2.10#QuickCheck < 2.13#' superbuffer.cabal
'';
});
# Use latest pandoc despite what LTS says. # Use latest pandoc despite what LTS says.
# Test suite fails in both 2.5 and 2.6: https://github.com/jgm/pandoc/issues/5309. # Test suite fails in both 2.5 and 2.6: https://github.com/jgm/pandoc/issues/5309.
pandoc = doDistribute super.pandoc_2_7_1; pandoc = doDistribute super.pandoc_2_7_1;

View File

@ -8872,7 +8872,6 @@ broken-packages:
- sunroof-server - sunroof-server
- super-user-spark - super-user-spark
- superbubbles - superbubbles
- superbuffer
- supercollider-ht - supercollider-ht
- supercollider-midi - supercollider-midi
- superconstraints - superconstraints

View File

@ -214523,7 +214523,6 @@ self: {
description = "Efficiently build a bytestring from smaller chunks"; description = "Efficiently build a bytestring from smaller chunks";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none; hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {}; }) {};
"supercollider-ht" = callPackage "supercollider-ht" = callPackage