mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-10 07:00:37 +02:00
* gnu/packages/commencement.scm (unpack-and-symlink-other-tarballs-phase): New variable. (gcc-core-mesboot1)[inputs]: Drop input labels. [arguments]<#:make-flags, #:configure-flags>: Use G-expressions. <#:phases>: Replace phase 'unpack-gmp&co by injected phase unpack-and-symlink-other-tarballs-phase. In phase 'setenv, rewrite input locations to make drop labels. (gcc-mesboot1)[native-inputs]: Drop input labels. [arguments]<#:configure-flags>: Adapt accordingly. <#:phases>: Replace phase 'unpack-g++ by phase 'relocate-gcc-g++, unpacking is not necessary anymore since the above introduced phases are inherited. <#:modules>: Adapt accordingly. (gcc-mesboot)[arguments]<#:phases>: Rename removed phase accordingly. Change-Id: Id49ea3a22872bcda8cd6e3f732fd7b4bf252c2c9 Signed-off-by: Ludovic Courtès <ludo@gnu.org>