mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
blockbook: use vend to simplify package
This commit is contained in:
parent
68248a9d13
commit
298c6a7df8
@ -23,7 +23,8 @@ buildGoModule rec {
|
||||
sha256 = "0da1kav5x2xcmwvdgfk1q70l1k0sqqj3njgx2xx885d40m6qbnrs";
|
||||
};
|
||||
|
||||
vendorSha256 = "1qjlvhizl8cy06cgf4phia70bgbm4lj57z5z2gyr8aglx98bnpdn";
|
||||
runVend = true;
|
||||
vendorSha256 = "0p7vyw61nwvmaz7gz2bdh9fi6wp62i2vnzw6iz2r8cims4sbz53b";
|
||||
|
||||
nativeBuildInputs = [ packr pkg-config ];
|
||||
|
||||
@ -36,20 +37,6 @@ buildGoModule rec {
|
||||
-X github.com/trezor/blockbook/common.buildDate=unknown
|
||||
'';
|
||||
|
||||
goethereum = fetchFromGitHub {
|
||||
owner = "ethereum";
|
||||
repo = "go-ethereum";
|
||||
rev = "v1.8.20";
|
||||
sha256 = "0m2q1nz6f39pyr2rk6vflkwi4ykganzwr7wndpwr9rliw0x8jgi0";
|
||||
};
|
||||
|
||||
overrideModAttrs = (_: {
|
||||
postBuild = ''
|
||||
rm -r vendor/github.com/ethereum/go-ethereum
|
||||
cp -r --reflink=auto ${goethereum} vendor/github.com/ethereum/go-ethereum
|
||||
'';
|
||||
});
|
||||
|
||||
preBuild = stdenv.lib.optionalString stdenv.isDarwin ''
|
||||
ulimit -n 8192
|
||||
'' + ''
|
||||
|
Loading…
Reference in New Issue
Block a user