-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
dart: 0.4 -> 1.16.1 #15947
dart: 0.4 -> 1.16.1 #15947
Conversation
By analyzing the blame information on this pull request, we identified @zefhemel, @gridaphobe and @jwiegley to be potential reviewers |
d3d9e6b
to
9597487
Compare
|
@groxxda default unpackPhase does not unzip it for me,
Looking at https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh#L497 suggests that it does not know about zips. |
Sorry - you have to add |
So much magic ;) I fixed it according to your suggestions. |
chmod +x $out/bin/dart2js | ||
''; | ||
|
||
name = "dart-1.16.1"; |
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.
To make updating more convenient, you could add a separate version
attribute and re-use it both in the name
and in the source urls below.
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.
done
Motivation for this change
Things done
(nix.useSandbox on NixOS,
or option
build-use-sandbox
innix.conf
on non-NixOS)
nix-shell -p nox --run "nox-review wip"
./result/bin/
)Update to the original PR #468. Package is still based on binary release.
I've been working with it for a day and it seems to be working. It is my first package,
so if you have any comments and suggestions for improvements, would be
glad to hear them.