mirror of
https://github.com/unclechu/gRPC-haskell.git
synced 2025-02-05 07:45:03 +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 = [
|
buildDepends = [
|
||||||
pkgsNew.makeWrapper
|
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 ];
|
patches = [ tests/tests.patch ];
|
||||||
|
@ -186,7 +180,6 @@ let
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
(with pkgsNew.haskellPackages; [
|
(with pkgsNew.haskellPackages; [
|
||||||
cabal-install
|
cabal-install
|
||||||
c2hs
|
|
||||||
(ghcWithPackages (pkgs: with pkgs; [
|
(ghcWithPackages (pkgs: with pkgs; [
|
||||||
grpc-haskell-core
|
grpc-haskell-core
|
||||||
# No need to guard nix-shell entry on passing package tests
|
# No need to guard nix-shell entry on passing package tests
|
||||||
|
|
Loading…
Add table
Reference in a new issue