-
-
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
noise-repellent: init at unstable-29-12-2018 #74204
Conversation
|
||
stdenv.mkDerivation rec { | ||
pname = "noise-repellent"; | ||
version = "unstable-29-12-2018"; |
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.
the date format is YYYY-MM-DD https://nixos.org/nixpkgs/manual/#sec-package-naming
version = "unstable-29-12-2018"; | |
version = "unstable-29-12-2018"; |
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.
Thanks for the feedback. Done.
4daf240
to
6e64cc5
Compare
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.
nix-review
passes on NixOS
diff LGTM
no idea how to test
[3 built, 2 copied (1.3 MiB), 0.2 MiB DL]
https://github.com/NixOS/nixpkgs/pull/74204
1 package were built:
noise-repellent
@GrahamcOfBorg build noise-repellent |
looks like arch doesn't like some of the compiler flags (architecture extensions), if arch is not a supported architecture, then I would change meta.platforms to reflect just the x86_64 variants
|
6e64cc5
to
6c70f85
Compare
OK, platforms are updated. |
Motivation for this change
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers
cc @