From 9da7482e87a44b41805765304e9cd1488274378b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 13 Jan 2015 20:22:07 +0100 Subject: [PATCH] haskell-configuration-common: minor cosmetic --- pkgs/development/haskell-modules/configuration-common.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 839c17191ac..7e2dc046bbf 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -38,11 +38,11 @@ self: super: { # release: bumped language-ecmascript's limit in git already. elm-compiler = doJailbreak super.elm-compiler; + # https://github.com/acid-state/safecopy/issues/17 safecopy = dontCheck super.safecopy; - zeromq4-haskell = super.zeromq4-haskell.override { - zeromq = pkgs.zeromq4; - }; + # Link the proper version. + zeromq4-haskell = super.zeromq4-haskell.override { zeromq = pkgs.zeromq4; }; # "curl" means pkgs.curl git-annex = super.git-annex.override { inherit (pkgs) git rsync gnupg1 curl lsof openssh which bup perl wget; };