Mark H Weaver <m...@netris.org> skribis: > From 6c8582bc41c8935b8e9d63146595e87d9b92fa95 Mon Sep 17 00:00:00 2001 > From: Mark H Weaver <m...@netris.org> > Date: Thu, 3 Apr 2014 17:49:20 -0400 > Subject: [PATCH] union: Ensure that the output is always a directory. > MIME-Version: 1.0 > Content-Type: text/plain; charset=UTF-8 > Content-Transfer-Encoding: 8bit > > Fixes the creation of single-package profiles, reported by Ludovic Courtès. > > * guix/build/union.scm (union-build): Add new internal procedure > 'union-of-directories' that always creates a directory, containing the code > previously used only to merge multiple directories. Call it from the > multiple-directory case in 'union' and from the top-level 'union-build'.
Looks good to me. Can you run ‘make check TESTS=tests/guix-package.sh’, and push if it’s OK? (Actually that test was catching the problem.) Thanks for the quick fix! Ludo’.