unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Order of manifest and overlapping binaries
@ 2023-05-16 20:41 Greg Hogan
  2023-05-16 20:51 ` Csepp
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Greg Hogan @ 2023-05-16 20:41 UTC (permalink / raw)
  To: guix-devel

I could not find documentation on this circumstance or how to resolve.
Both 'parallel' and 'moreutils' produce a 'bin/parallel' and only one
can go in the $GUIX_PROFILE.

Creating a container, the latter package overshadows the former
package, as below. Unclear if this is consistent. In my manifest the
former package overshadows the latter (I'd prefer to have parallel's
parallel, but by default I have sorted the listing alphabetically). Is
there a better way to fix this?

Greg

--8<---------------cut here---------------start------------->8---
$ guix shell --container moreutils parallel which coreutils
[env]$ readlink -f `which parallel`
/gnu/store/xd9kbadmrrbpkjs9vl1v9rhgayfxwgbc-parallel-20230422/bin/parallel

guix shell --container parallel moreutils which coreutils
[env]$ readlink -f $(which parallel)
/gnu/store/60zdm9zm0nqm5d97vs30sf4plb2ib5p9-moreutils-0.67/bin/parallel
--8<---------------cut here---------------end--------------->8---

This is operating from a recent guix pull:

--8<---------------cut here---------------start------------->8---
$ guix describe
Generation 44   May 11 2023 17:02:53    (current)
  guix d6f6b57
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: d6f6b57766e95d2fa8af63d4460a2b303ca4d867
--8<---------------cut here---------------end--------------->8---


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-10-31 17:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-16 20:41 Order of manifest and overlapping binaries Greg Hogan
2023-05-16 20:51 ` Csepp
2023-10-23 13:18   ` Greg Hogan
2023-10-23 14:39     ` Kaelyn
2023-10-31 17:29       ` Greg Hogan
2023-05-16 21:23 ` Attila Lendvai
2023-05-25  3:32   ` John Kehayias
2023-10-23 18:20 ` Simon Tournier

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).