-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
Yade: init at 2017.01a #26651
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
Yade: init at 2017.01a #26651
Conversation
name = "minieigen"; | ||
|
||
src = pkgs.fetchurl { | ||
url = "https://github.com/eudoxos/minieigen/archive/master.zip"; |
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 not a stable url. Either refer to a commit or a release. Also use fetchFromGitHub
.
|
||
minieigen = minieigen; | ||
|
||
yade = stdenv.mkDerivation rec { |
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 attribute needs to be referenced somewhere. For example in ./pkgs/top-level/all-packages.nix
.
in | ||
|
||
|
||
minieigen = minieigen; |
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.
use inherit minieigen;
instead
The pull request targets branch |
I expect #26873 supercedes this PR, please re-open if I'm mistaken. |
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/
)