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:
parent
638f24cc93
commit
6367e48225
2 changed files with 1 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -54,7 +54,7 @@ rec {
|
|||
if system == "armv7l-linux" then stdenvLinux else
|
||||
if system == "mips64el-linux" then stdenvLinux else
|
||||
if system == "powerpc-linux" then /* stdenvLinux */ stdenvNative else
|
||||
if system == "x86_64-darwin" then stdenvDarwinPure else
|
||||
if system == "x86_64-darwin" then stdenvDarwin else
|
||||
if system == "x86_64-solaris" then stdenvNix else
|
||||
if system == "i686-cygwin" then stdenvNative else
|
||||
if system == "x86_64-cygwin" then stdenvNative else
|
||||
|
|
Loading…
Reference in a new issue