-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
flamegraph: 2017-07-01 -> 2019-02-16 #70876
Conversation
@GrahamcOfBorg build flamegraph |
@@ -21,7 +21,7 @@ stdenv.mkDerivation { | |||
|
|||
meta = with stdenv.lib; { | |||
license = licenses.cddl; |
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.
license = licenses.cddl; | |
license = with licenses; [ asl20 cddl gpl2Plus ]; |
Looking at some of the scripts' headers it seems they come under one of these licenses.
When overriding an entire phase, it's best practice to call pre- and post- hooks in case they are needed later on. installPhase = ''
runHook preInstall
[...]
runHook postInstall
''; |
@c0bw3b I implemented the proposed changes and updated the PR. |
@GrahamcOfBorg build flamegraph |
Thanks @cko |
Motivation for this change
Updating flamegraph
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)stackcollapse-perf.pl
andflamegraph.pl
nix path-info -S
before and after)