haskell-uhc: Remove explicit dependency on binary
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
{ stdenv, coreutils, fetchgit, m4, libtool, clang, ghcWithPackages,
|
{ stdenv, coreutils, fetchgit, m4, libtool, clang, ghcWithPackages,
|
||||||
shuffle,
|
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 {
|
in stdenv.mkDerivation rec {
|
||||||
version = "1.1.8.7";
|
version = "1.1.8.7";
|
||||||
name = "uhc-${version}";
|
name = "uhc-${version}";
|
||||||
|
|||||||
@@ -3514,7 +3514,7 @@ let
|
|||||||
uhc = callPackage ../development/compilers/uhc/default.nix ({
|
uhc = callPackage ../development/compilers/uhc/default.nix ({
|
||||||
stdenv = clangStdenv;
|
stdenv = clangStdenv;
|
||||||
ghcWithPackages = haskellngPackages.ghcWithPackages;
|
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 {
|
gcc-arm-embedded-4_7 = callPackage_i686 ../development/compilers/gcc-arm-embedded {
|
||||||
|
|||||||
Reference in New Issue
Block a user