-
-
Notifications
You must be signed in to change notification settings - Fork 15.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
miniscript: init at unstable-20201104 #102808
Conversation
|
||
stdenv.mkDerivation rec { | ||
pname = "miniscript"; | ||
version = "unstable-20201104"; |
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.
version = "unstable-20201104"; | |
version = "unstable-2020-11-04"; |
''; | ||
|
||
meta = with stdenv.lib; { | ||
description = "Miniscript is a language for writing (a subset of) Bitcoin Scripts in a structured way, enabling analysis, composition, generic signing and more."; |
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.
This is description is quite long. It should probably be moved to longDescription
and a shorter one for the short should be used.
2c89e92
to
c52b54f
Compare
@SuperSandro2000 appreciate the quick review, updated |
Result of 1 package built:
|
Fails to build on darwin with:
|
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.
also please mark it broken on darwin.
runHook postInstall | ||
''; | ||
|
||
meta = with stdenv.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.
meta = with stdenv.lib; { | |
meta = with lib; { |
Closes NixOS#102808 Co-authored-by: William Casarin <jb55@jb55.com>
Motivation for this change
Miniscript is a tool to compile and work with the miniscript Bitcoin policy language.
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)