3
0
Fork 0
forked from mirrors/nixpkgs

haskellng: disable safecopy's broken tests.

This commit is contained in:
Tom Hunger 2015-01-13 18:00:01 +00:00
parent ffe05e7476
commit 381ba6b22f

View file

@ -38,6 +38,8 @@ self: super: {
# release: bumped language-ecmascript's limit in git already.
elm-compiler = doJailbreak super.elm-compiler;
safecopy = dontCheck super.safecopy;
# "curl" means pkgs.curl
git-annex = super.git-annex.override { inherit (pkgs) git rsync gnupg1 curl lsof openssh which bup perl wget; };