1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-24 19:21:24 +02:00
Files
guix/guix
Maxim Cournoyer f59df1aa3c build-systems: gnu: Export %default-gnu-imported-modules and %default-gnu-modules.
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
2024-08-31 10:42:16 +02:00
..
2023-03-13 15:08:33 +01:00
2023-09-26 17:36:58 +02:00
2024-03-07 13:04:27 +02:00
2024-04-15 22:36:42 +02:00
2024-04-15 22:36:42 +02:00
2024-01-08 21:04:44 +03:00
2024-04-15 22:36:42 +02:00
2023-08-25 14:24:43 +02:00
2023-03-13 15:08:33 +01:00
2022-07-10 23:57:14 +02:00
2024-04-15 22:36:42 +02:00
2023-03-13 15:08:33 +01:00
2023-03-13 15:08:33 +01:00
2024-04-15 22:36:42 +02:00
2024-07-02 10:19:52 +02:00