-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
Feature/gpup #76917
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
Feature/gpup #76917
Conversation
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.
- Add to
pkgs/top-level/all-packages.nix
- Please squash commits so there is only one commit in the PR
- Change PR title/commit message to
gpup: init at 1.6.1
repo = "gpup"; | ||
sha256 = "0nw9z96x1vk0gm09cz1yy2f870hyn4djb02qhn1f24m58s8mshqj"; | ||
}; | ||
|
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.
meta
section is missing
buildGoPackage rec { | ||
pname = "gpup"; | ||
version = "1.6.1"; | ||
rev = "95727c319393a0c7d2add7cc0f454f158989a966"; |
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.
Move to src.rev
Thank you for your contributions. This has been automatically marked as stale because it has had no activity for 180 days. If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity. Here are suggestions that might help resolve this more quickly:
|
Closing because @ryanpeach did not address the reviewer feedback in 10 months. |
Motivation for this change
It's my first nixpkg, and I need some help with it :)
Just want to install gpup from the given repo.
Things done
None of these yet, I'm trying to use nix-build and nix-env to try to install it on my pc.
When I run
nix-env -f . -qaP gpup
I don't see my package (from the root of my local nixpkgs).When I run
nix-build gpup
frompkgs/development/tools' I get
can not auto call a function that has an argument without a default vavlue ('stdenv')`sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers
cc @