Skip to content

Commit

Permalink
Merge pull request #41308 from srhb/jailbreak-darcs-graphviz
Browse files Browse the repository at this point in the history
darcs: Allow newer graphviz
  • Loading branch information
peti authored May 31, 2018
2 parents 288ce0c + feaf65f commit f0ac006
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,8 @@ self: super: {
haddock-api = super.haddock-api.override { haddock-library = self.haddock-library_1_4_4; };

# Jailbreak "unix-compat >=0.1.2 && <0.5".
darcs = overrideCabal super.darcs (drv: { preConfigure = "sed -i -e 's/unix-compat .*,/unix-compat,/' -e 's/fgl .*,/fgl,/' darcs.cabal"; });
# Jailbreak "graphviz >=2999.18.1 && <2999.20".
darcs = overrideCabal super.darcs (drv: { preConfigure = "sed -i -e 's/unix-compat .*,/unix-compat,/' -e 's/fgl .*,/fgl,/' -e 's/graphviz .*,/graphviz,/' darcs.cabal"; });

# https://github.com/Twinside/Juicy.Pixels/issues/149
JuicyPixels = dontHaddock super.JuicyPixels;
Expand Down

0 comments on commit f0ac006

Please sign in to comment.