haskell-diagrams-lib: build has been fixed upstream
This commit is contained in:
parent
ee90f707a6
commit
cba0f43304
@ -186,12 +186,6 @@ self: super: {
|
|||||||
prePatch = "sed -i 's|4\.8|4.9|' diagrams-core.cabal";
|
prePatch = "sed -i 's|4\.8|4.9|' diagrams-core.cabal";
|
||||||
});
|
});
|
||||||
|
|
||||||
# diagrams/diagrams-core#83
|
|
||||||
diagrams-lib = overrideCabal super.diagrams-lib (drv: {
|
|
||||||
prePatch = "sed -i 's|4\.8|4.9|' diagrams-lib.cabal";
|
|
||||||
patches = [ ./diagrams-lib-flexible-contexts.patch ];
|
|
||||||
});
|
|
||||||
|
|
||||||
# https://github.com/mokus0/misfortune/pull/1
|
# https://github.com/mokus0/misfortune/pull/1
|
||||||
misfortune = appendPatch super.misfortune (pkgs.fetchpatch {
|
misfortune = appendPatch super.misfortune (pkgs.fetchpatch {
|
||||||
url = "https://patch-diff.githubusercontent.com/raw/mokus0/misfortune/pull/1.patch";
|
url = "https://patch-diff.githubusercontent.com/raw/mokus0/misfortune/pull/1.patch";
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
diff -Naur diagrams-lib-1.2.0.9-orig/src/Diagrams/TwoD/Polygons.hs diagrams-lib-1.2.0.9/src/Diagrams/TwoD/Polygons.hs
|
|
||||||
--- diagrams-lib-1.2.0.9-orig/src/Diagrams/TwoD/Polygons.hs 2015-04-02 22:13:26.000000000 -0400
|
|
||||||
+++ diagrams-lib-1.2.0.9/src/Diagrams/TwoD/Polygons.hs 2015-04-11 18:17:28.095156620 -0400
|
|
||||||
@@ -4,6 +4,7 @@
|
|
||||||
{-# LANGUAGE TemplateHaskell #-}
|
|
||||||
{-# LANGUAGE TypeFamilies #-}
|
|
||||||
{-# LANGUAGE ViewPatterns #-}
|
|
||||||
+{-# LANGUAGE FlexibleContexts #-}
|
|
||||||
|
|
||||||
-----------------------------------------------------------------------------
|
|
||||||
-- |
|
|
Loading…
x
Reference in New Issue
Block a user