Revert "pop"

This reverts commit 724e243159.

This (clearly) should never have been committed, and is probably due to a failed stash pop
on my part.
This commit is contained in:
Jude Taylor
2015-09-28 09:41:02 -07:00
parent 638f24cc93
commit 6367e48225
2 changed files with 1 additions and 10 deletions

View File

@@ -57,15 +57,6 @@ self: super: {
# Link the proper version.
zeromq4-haskell = super.zeromq4-haskell.override { zeromq = pkgs.zeromq4; };
WordNet = pkgs.stdenv.lib.overrideDerivation super.WordNet (drv: {
src = ~/.dev/Haskell/WordNet-1.1.0;
postPatch = (drv.postPatch or "") + ''
substituteInPlace NLP/WordNet/Consts.hs \
--replace /usr/local/WordNet-2.0 ${pkgs.wordnet} \
--replace 'defined (MAC)' 0
'';
});
# This package needs a little help compiling properly on Darwin. Furthermore,
# Stackage compiles git-annex without the Assistant, supposedly because not
# all required dependencies are part of Stackage. To comply with Stackage, we