summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-11-21 12:04:48 +0100
committerPeter Simons <simons@cryp.to>2012-11-21 12:04:48 +0100
commit775dd5b7d53216775ab7b594c3d016b014f7d1e9 (patch)
tree0f4fae127cb0065eda702213d159d85ffcbc72fe
parent40aa82192de1c2eea4e78e9009c4b5dbc5ea9756 (diff)
downloadnixlib-775dd5b7d53216775ab7b594c3d016b014f7d1e9.tar
nixlib-775dd5b7d53216775ab7b594c3d016b014f7d1e9.tar.gz
nixlib-775dd5b7d53216775ab7b594c3d016b014f7d1e9.tar.bz2
nixlib-775dd5b7d53216775ab7b594c3d016b014f7d1e9.tar.lz
nixlib-775dd5b7d53216775ab7b594c3d016b014f7d1e9.tar.xz
nixlib-775dd5b7d53216775ab7b594c3d016b014f7d1e9.tar.zst
nixlib-775dd5b7d53216775ab7b594c3d016b014f7d1e9.zip
haskell-graphviz: update to version 2999.14.1.0
-rw-r--r--pkgs/development/libraries/haskell/graphviz/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/graphviz/default.nix b/pkgs/development/libraries/haskell/graphviz/default.nix
index 7986ef07c1ee..e48f92e5b818 100644
--- a/pkgs/development/libraries/haskell/graphviz/default.nix
+++ b/pkgs/development/libraries/haskell/graphviz/default.nix
@@ -9,6 +9,7 @@ cabal.mkDerivation (self: {
   buildDepends = [
     colour dlist fgl filepath polyparse text transformers wlPprintText
   ];
+  patchPhase = "sed -i -e 's|bytestring.*,|bytestring,|' graphviz.cabal";
   meta = {
     homepage = "http://projects.haskell.org/graphviz/";
     description = "Bindings to Graphviz for graph visualisation";