From 2eacaa856b71035607041587641037b58914546a Mon Sep 17 00:00:00 2001 From: Philipp Hausmann Date: Tue, 10 Mar 2015 00:19:10 +0100 Subject: [PATCH] haskell-uhc: Remove explicit dependency on binary --- pkgs/development/compilers/uhc/default.nix | 4 ++-- pkgs/top-level/all-packages.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/compilers/uhc/default.nix b/pkgs/development/compilers/uhc/default.nix index b3126c6604b..ce3f805bec3 100644 --- a/pkgs/development/compilers/uhc/default.nix +++ b/pkgs/development/compilers/uhc/default.nix @@ -1,9 +1,9 @@ { stdenv, coreutils, fetchgit, m4, libtool, clang, ghcWithPackages, shuffle, - binary, hashable, mtl, network, uhc-util, uulib + hashable, mtl, network, uhc-util, uulib }: -let wrappedGhc = ghcWithPackages ( self: [binary hashable mtl network uhc-util uulib] ); +let wrappedGhc = ghcWithPackages ( self: [hashable mtl network uhc-util uulib] ); in stdenv.mkDerivation rec { version = "1.1.8.7"; name = "uhc-${version}"; diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 79423f3f4d6..cdd2318a670 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -3514,7 +3514,7 @@ let uhc = callPackage ../development/compilers/uhc/default.nix ({ stdenv = clangStdenv; ghcWithPackages = haskellngPackages.ghcWithPackages; - inherit (haskellngPackages) shuffle binary hashable mtl network uhc-util uulib; + inherit (haskellngPackages) shuffle hashable mtl network uhc-util uulib; }); gcc-arm-embedded-4_7 = callPackage_i686 ../development/compilers/gcc-arm-embedded {