mirror of
https://github.com/unclechu/gRPC-haskell.git
synced 2024-11-16 16:19:42 +01:00
Excise c2hs references
`cabal` seems to want to download a newer c2hs than what is available on path at the current nixpkgs pin, and I haven't been able to figure out how to force it to do otherwise (open to suggestions). For now, we just cabal slurp it from Hackage rather than using the nixpkgs version. /shrug
This commit is contained in:
parent
b7c0b7552b
commit
c76656f9c4
1 changed files with 0 additions and 7 deletions
|
@ -126,12 +126,6 @@ let
|
|||
|
||||
buildDepends = [
|
||||
pkgsNew.makeWrapper
|
||||
# Give our nix-shell its own cabal so we don't pick up one
|
||||
# from the user's environment by accident.
|
||||
haskellPackagesNew.cabal-install
|
||||
|
||||
# And likewise for c2hs
|
||||
haskellPackagesNew.c2hs
|
||||
];
|
||||
|
||||
patches = [ tests/tests.patch ];
|
||||
|
@ -186,7 +180,6 @@ let
|
|||
nativeBuildInputs = [
|
||||
(with pkgsNew.haskellPackages; [
|
||||
cabal-install
|
||||
c2hs
|
||||
(ghcWithPackages (pkgs: with pkgs; [
|
||||
grpc-haskell-core
|
||||
# No need to guard nix-shell entry on passing package tests
|
||||
|
|
Loading…
Reference in a new issue