--- Begin Message ---
Subject: |
[PATCH 0/7] Remove duplicated packages. |
Date: |
Tue, 17 Jul 2018 21:27:45 +0100 |
User-agent: |
mu4e 1.0; emacs 26.1 |
As part of messing up packaging Ruby on Rails, I ended up duplicating
some packages, and this prompted me to look if any duplicates made it in
to guix. I ran the following command, it produces a few false positives.
grep define-public -R | sort | uniq -d
The following patches attempt to remove the duplicates, favouring the
original package definition.
Is there any way of guarding against adding these, or more accurately
checking for duplicate definitions?
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Subject: |
Re: [bug#32192] [PATCH 0/7] Remove duplicated packages. |
Date: |
Sun, 29 Jul 2018 18:04:37 +0100 |
User-agent: |
mu4e 1.0; emacs 26.1 |
Leo Famulari <address@hidden> writes:
> On Tue, Jul 17, 2018 at 09:27:45PM +0100, Christopher Baines wrote:
>> The following patches attempt to remove the duplicates, favouring the
>> original package definition.
>
> I sent one comment, otherwise the patches LGTM.
Thanks, I've now fixed that issue and pushed :)
signature.asc
Description: PGP signature
--- End Message ---