From 381ba6b22f7a947c382ed7b60361ed98a0c61ee1 Mon Sep 17 00:00:00 2001 From: Tom Hunger Date: Tue, 13 Jan 2015 18:00:01 +0000 Subject: [PATCH] haskellng: disable safecopy's broken tests. --- pkgs/development/haskell-modules/configuration-common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 3be34a38bbf..fc2fd874dd9 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -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; };