[Nix-dev] Re: [Nix-commits] SVN commit: nix - r26826 - nixpkgs/trunk/pkgs/applications/version-management/git-and-tools
Ludovic Courtès
ludo at gnu.org
Thu Apr 14 11:53:10 CEST 2011
Hi Peter,
Peter Simons <simons at cryp.to> writes:
> + gitFull = appendToName "full" (git.override {
‘appendToName’ shouldn’t be used here because it produces names like
“git-1.7.1-full”, which don’t work well with ‘nix-env -i’ and ‘nix-env -u’.
Instead it should be “git-full-1.7.1”, etc.
What do you think?
Thanks,
Ludo’.
More information about the nix-dev
mailing list