-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
buildDotnetPackage/fetchNuGet: use pname
instead of name
and baseName
#145090
buildDotnetPackage/fetchNuGet: use pname
instead of name
and baseName
#145090
Conversation
pkgs/development/dotnet-modules/python-language-server/deps.nix
Outdated
Show resolved
Hide resolved
At some point we should cleanup all those extra fetchNugetDeps functions. |
f3c6c77
to
0f8d554
Compare
5f798b1
to
37910cb
Compare
43ef890
to
8f7e21a
Compare
8f7e21a
to
15dc4ac
Compare
can this be merged to |
Let's aim for master. There are not a lot of rebuilds (11-100). Please rebase and resolve the conflicts. @IvarWithoutBones can you please have a look? what do you think about this change? |
15dc4ac
to
8be6d94
Compare
I removed the two commits about |
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.
LGTM, i think this makes buildDotnetPackage
derivations look a lot cleaner, I just have 1 (kind of unrelated) suggestion :)
Thanks for the ping btw! I appreciate it.
60f1547
to
3b2b384
Compare
3b2b384
to
81eb599
Compare
Thanks! |
Motivation for this change
follow up of #144949
for
buildDotnetPackage
the variablebaseName
was renamed topname
.i found, the naming of
fetchNuGet
usename
andversion
. therefore i decided to rename it topname
&version
.sadly this PR turned out to be larger, then expected
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)