summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-05-20 09:56:42 +0200
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-05-20 09:56:42 +0200
commita16119c325ec385d54349d42759e38ee522c678b (patch)
tree10239eb7bbbcec60aa5b5801b85b085366b8e453 /pkgs/development/haskell-modules/configuration-common.nix
parentfa700b55d1282e90f23b36134476b0796abf33d5 (diff)
downloadnixpkgs-a16119c325ec385d54349d42759e38ee522c678b.tar
nixpkgs-a16119c325ec385d54349d42759e38ee522c678b.tar.gz
nixpkgs-a16119c325ec385d54349d42759e38ee522c678b.tar.bz2
nixpkgs-a16119c325ec385d54349d42759e38ee522c678b.tar.lz
nixpkgs-a16119c325ec385d54349d42759e38ee522c678b.tar.xz
nixpkgs-a16119c325ec385d54349d42759e38ee522c678b.tar.zst
nixpkgs-a16119c325ec385d54349d42759e38ee522c678b.zip
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).
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 09a1af083fb..af5711bc199 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/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: {