haskellPackages.Euterpea: jailbreak

Compiles with random 1.2.0, but bounds are too strict. Just fully
jailbreak instead of patching the bounds like before (upstream
maintenance seems poor at this point, so this is futile work
unfortunately).
launchpad/nixpkgs/master
sternenseemann 3 years ago
parent fa700b55d1
commit a16119c325
  1. 5
      pkgs/development/haskell-modules/configuration-common.nix

@ -541,10 +541,7 @@ self: super: {
elm-yesod = markBroken super.elm-yesod;
# https://github.com/Euterpea/Euterpea2/issues/40
Euterpea = appendPatch super.Euterpea (pkgs.fetchpatch {
url = "https://github.com/Euterpea/Euterpea2/pull/38.patch";
sha256 = "13g462qmj8c7if797gnyvf8h0cddmm3xy0pjldw48w8f8sr4qsj0";
});
Euterpea = doJailbreak super.Euterpea;
# Install icons, metadata and cli program.
bustle = overrideCabal super.bustle (drv: {

Loading…
Cancel
Save