guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#32192] [PATCH 0/7] Remove duplicated packages.


From: Christopher Baines
Subject: [bug#32192] [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?

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]