aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/perl.scm
blob: faaac13bf1dbe3c98ffa713007d7cf38f6d1355a (about) (plain)
blob size (491KB) exceeds display size limit (100KB).
pan>Maxim Cournoyer 2024-08-31build-systems: gnu: Export %default-gnu-imported-modules and %default-gnu-mod......Until now users would have to cargo cult or inspect the private %default-modules variable of (guix build-systems gnu) to discover which modules to include when extending the used modules via the #:modules argument. The renaming was automated via the command: $ git grep -l %gnu-build-system-modules | xargs sed 's/%gnu-build-system-modules/%default-gnu-imported-modules/' -i * guix/build-system/gnu.scm (%gnu-build-system-modules): Rename to... (%default-gnu-imported-modules): ... this. (%default-modules): Rename to... (%default-gnu-modules): ... this. Export. (dist-package, gnu-build, gnu-cross-build): Adjust accordingly. Change-Id: Idef307fff13cb76f3182d782b26e1cd3a5c757ee Maxim Cournoyer 2024-04-11gnu: gdb: Update to 14.2....* gnu/packages/gdb.scm (gdb-14): Update to 14.2. Change-Id: Iddf941655fe5550f6cd01978fd7998f193957ee1 Ludovic Courtès 2024-02-27gnu: gdb: Update to 14.1....* gnu/packages/gdb.scm (gdb-12): Rename to ... (gdb-14): ... and update to 14.1. (avr-gdb, gdb-minimal, gdb-multiarch): Inherit from GDB-14. Change-Id: I1396ba885fc97a8b0387a4b8e4c04ff018eba23f Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan