Skip to content

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

Closed
wants to merge 5 commits into from
Closed

Conversation

remche
Copy link

@remche remche commented Jun 16, 2017

Motivation for this change
Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

Sorry, something went wrong.

Unverified

The committer email address is not verified.
@joachifm joachifm added the 8.has: package (new) This PR adds a new package label Jun 16, 2017
name = "minieigen";

src = pkgs.fetchurl {
url = "https://github.com/eudoxos/minieigen/archive/master.zip";
Copy link
Member

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 {
Copy link
Member

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.

remche added 3 commits June 19, 2017 12:05

Unverified

The committer email address is not verified.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
in


minieigen = minieigen;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use inherit minieigen; instead

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@Mic92
Copy link
Member

Mic92 commented Jun 25, 2017

The pull request targets branch 17.03. We only accept new packages on master first, then back-port them maybe.

@joachifm
Copy link
Contributor

I expect #26873 supercedes this PR, please re-open if I'm mistaken.

@joachifm joachifm closed this Jun 27, 2017
@Janik-Haag Janik-Haag added the 12. first-time contribution This PR is the author's first one; please be gentle! label Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.has: package (new) This PR adds a new package 12. first-time contribution This PR is the author's first one; please be gentle!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants