bug#23874: duplicates in manifests are “installed” more than once

2020-09-14 Thread zimoun
Dear, Reminder: the manifest containing duplicates packages, such that: --8<---cut here---start->8--- (use-package-modules admin) ;; so stressed! (packages->manifest (list stress stress stress)) --8<---cut here---end--->8--

bug#23874: duplicates in manifests are “installed” more than once

2016-06-30 Thread Ludovic Courtès
Hi! Ricardo Wurmus skribis: > No conflicts are reported, so no harm is done, but seemingly having the > very same package more than once in a profile might be confusing. > > Should Guix issue a warning when the same variable is referenced more > than once (I don’t like this because there really

bug#23874: duplicates in manifests are “installed” more than once

2016-06-30 Thread Ricardo Wurmus
When there are duplicate references to package variables in a manifest, the same package will appear to be installed into the same profile multiple times. Here’s a manitest: ~~ (use-package-modules admin) ;; so stressed! (packages->manifest (list stress stress stress)) ~