-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
pup: rename attr, go-pup -> pup, clean up, 20160425-e76307d -> 0.4.0, add meta #32872
Conversation
e2b4713
to
6b3f049
Compare
pkgs/top-level/all-packages.nix
Outdated
@@ -4136,6 +4134,8 @@ with pkgs; | |||
libXNVCtrl = linuxPackages.nvidia_x11.settings.libXNVCtrl; | |||
}; | |||
|
|||
pup = callPackage ../development/tools/pup { }; |
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.
Please move it to the development/tools (### DEVELOPMENT / TOOLS
) section.
homepage = "https://${goPackagePath}"; | ||
license = licenses.mit; | ||
maintainers = with maintainers; [ yegortimoshenko ]; | ||
platforms = platforms.all; |
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.
FYI buildGoPackage
automatically sets platforms, but setting it explicitly is also fine. (I checked again to see if it automatically sets homepage, but it does not. You may as well make it do in pkgs/development/go-modules/generic/default.nix
.)
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.
Sure!
6b3f049
to
40702af
Compare
All fixed! |
Motivation for this change
pup is a very popular tool (4084 stars on GitHub) and in my opinion deserves a three-letter attrname and an update to a stable version :-)
Things done
build-use-sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)