remove extra stuff again
This commit is contained in:
parent
c771e54325
commit
6bfac047d3
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,3 +4,4 @@ target
|
|||
*.sublime*
|
||||
*~
|
||||
*.pyc
|
||||
result
|
31
default2.nix
31
default2.nix
|
@ -1,31 +0,0 @@
|
|||
with import <nixpkgs> {};
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
name = "blockstream-electrs-${version}";
|
||||
version = "0.4.1";
|
||||
|
||||
# src = fetchFromGitHub {
|
||||
# owner = "blockstream";
|
||||
# repo = "electrs";
|
||||
# rev = "v0.4.1";
|
||||
# sha256 = "1lqhrcyd8hdaja5k01a2banvjcbxxcwvb2p7zh05984fpzzs02gr";
|
||||
# };
|
||||
src = fetchGit {
|
||||
url = "/home/mike/Projects/blockstream-electrs";
|
||||
rev = "5895ad906d32dc96fe2cc124b6c185dc587b1b2a";
|
||||
# sha256 = "5895ad906d32dc96fe2cc124b6c185dc587b1b2a";
|
||||
};
|
||||
|
||||
LIBCLANG_PATH="${llvmPackages.libclang.lib}/lib";
|
||||
|
||||
# cargoSha256 = "8db8bd87ffe7f31304a304bd9af0d98afccc418039239d7210481774992f3d0a";
|
||||
cargoSha256 = "sha256-x7yhK0IxYgSpn8Fbm8h79c2JSoUzS1Ir+TGk2/+9ixE=";
|
||||
nativeBuildInputs = [clang llvmPackages.libclang];
|
||||
|
||||
meta = with lib; {
|
||||
description = "An efficient re-implementation of Electrum Server in Rust ";
|
||||
homepage = https://github.com/blockstream/electrs;
|
||||
maintainers = [ maintainers.tailhook ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user