mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
haskellng: disable safecopy's broken tests.
This commit is contained in:
parent
ffe05e7476
commit
381ba6b22f
@ -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; };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user