Re: [PATCH] Inhibit duplicates in fold-packages

2013-02-13 Thread Ludovic Courtès
Mark H Weaver skribis: > Here's a patch to inhibit the same package (in the sense of eq?) from > being traversed more than once by fold-packages. One example where this > helps is the guile-2.0 package in (gnu packages guile), which is > exported in two different variables: guile-2.0 and guile-2

Re: [PATCH] Inhibit duplicates in fold-packages

2013-02-13 Thread Mark H Weaver
inary version of my upgrade patch. Here's a fixed version. Mark >From fcb78e4af6d4f7304582fa2ad44eb99236b6ae23 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Tue, 12 Feb 2013 20:29:30 -0500 Subject: [PATCH] Inhibit duplicates in fold-packages. * gnu/packages.scm (fold2):

[PATCH] Inhibit duplicates in fold-packages

2013-02-12 Thread Mark H Weaver
inherited from one package to another. For example this happens with the 'gcc-boot0' and 'gcc-4.7' packages in (gnu packages base). What do you think? Mark >From 1d30931a28af4ed6aa747a05bc3540e335ce1b32 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Tue, 12 Feb 2013