Re: util-linux and perl rename

2018-11-26 Thread Alex Vong
Mark H Weaver writes: > Alex Vong writes: > >> Thorsten Wilms writes: >> >>> I already had a "rename" binary via util-linux. Then I installed the >>> package "rename", resulting in another "rename" binary, as I prefer >>> the Perl version. This was a success in that I got what I wanted. >>> >>>

Re: util-linux and perl rename

2018-11-26 Thread Mark H Weaver
Alex Vong writes: > Thorsten Wilms writes: > >> I already had a "rename" binary via util-linux. Then I installed the >> package "rename", resulting in another "rename" binary, as I prefer >> the Perl version. This was a success in that I got what I wanted. >> >> However, should this name clash b

Re: util-linux and perl rename

2018-11-26 Thread Thorsten Wilms
On 26/11/2018 06.12, Alex Vong wrote: To eliminate this conflict, I can think of 2 solutions: 1. Use 2 separate profiles where one has util-linux installed and the other has rename installed. 2. Install util-linux into the default profile, but invoke rename by "guix environment --ad

Re: util-linux and perl rename

2018-11-25 Thread Alex Vong
Hi Thorsten, Thorsten Wilms writes: > Hi Guix! > > I already had a "rename" binary via util-linux. Then I installed the > package "rename", resulting in another "rename" binary, as I prefer > the Perl version. This was a success in that I got what I wanted. > > However, should this name clash be

Re: util-linux and perl rename

2018-11-22 Thread Danny Milosavljevic
Hi, On Tue, 20 Nov 2018 22:10:24 +0100 Thorsten Wilms wrote: > I already had a "rename" binary via util-linux. Then I installed the > package "rename", resulting in another "rename" binary, as I prefer the > Perl version. This was a success in that I got what I wanted. > > However, should thi