-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
blockstream-electrs: init at 0.4.1 #299761
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does not compile, see #332957
hash = "sha256-fQ1CQ+7mZF8zQBkH2ARcjlXuIdI+csSuxMS5ggTVgnA="; | ||
}; | ||
|
||
LIBCLANG_PATH = "${libclang.lib}/lib"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LIBCLANG_PATH = "${libclang.lib}/lib"; |
use rustPlatform.bindgenHook
instead
meta = with lib; { | ||
description = "Blockstream fork of Electrs specialized for high load"; | ||
homepage = "https://github.com/Blockstream/electrs"; | ||
license = with licenses; [mit]; | ||
maintainers = with maintainers; [delta1]; | ||
mainProgram = "electrs"; | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
meta = with lib; { | |
description = "Blockstream fork of Electrs specialized for high load"; | |
homepage = "https://github.com/Blockstream/electrs"; | |
license = with licenses; [mit]; | |
maintainers = with maintainers; [delta1]; | |
mainProgram = "electrs"; | |
}; | |
meta = { | |
description = "Blockstream fork of Electrs specialized for high load"; | |
homepage = "https://github.com/Blockstream/electrs"; | |
license = lib.licenses.mit; | |
maintainers = with lib.maintainers; [ delta1 ]; | |
mainProgram = "electrs"; | |
}; |
Obsolete by #318195 |
Description of changes
New package definition for the Blockstream fork of Electrs: https://github.com/Blockstream/electrs
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.