bug#43585: Order in manifest and command-line differs

2021-06-09 Thread zimoun
Hi, On Fri, 25 Sep 2020 at 13:54, Mathieu Othacehe wrote: > It would be nice if the `guix package -i` command could also operate > from left to right then. Would you like to give it a try? I will not do. I am not interested any more. Closing? Cheers, simon

bug#43585: Order in manifest and command-line differs

2020-09-25 Thread Mathieu Othacehe
Hey zimoun, Oh I see, thanks for explaining! It would be nice if the `guix package -i` command could also operate from left to right then. Would you like to give it a try? Thanks, Mathieu -- https://othacehe.org

bug#43585: Order in manifest and command-line differs

2020-09-24 Thread zimoun
Hi Mathieu, On Thu, 24 Sep 2020 at 15:08, Mathieu Othacehe wrote: > The order of what appears in "bin" depends on both the name of the > binaries provided by both packages and also how the "ls" command decides > to sort its output. I'm not sure that much can be done here. I have badly worded.

bug#43585: Order in manifest and command-line differs

2020-09-24 Thread Mathieu Othacehe
Hello zimoun, > $ guix package -i busybox diffutils -p /tmp/foo > $ ls -l /tmp/foo/bin > [..] > df -> /gnu/store/…-busybox-1.31.1/bin/df > diff -> /gnu/store/…-diffutils-3.7/bin/diff > diff3 -> /gnu/store/…-diffutils-3.7/bin/diff3 > dirname -> /gnu/store/…-busybox-1.31.1/bin/dirname > [..]

bug#43585: Order in manifest and command-line differs

2020-09-23 Thread zimoun
Dear, It is probably more a feature than a bug (and it is expected, I guess). However, it can be misleading. For example, --8<---cut here---start->8--- $ guix package -i busybox diffutils -p /tmp/foo $ ls -l /tmp/foo/bin [..] df -> /gnu/store/…-busybox-1.31.1