aboutsummaryrefslogtreecommitdiff
path: root/guix/build/gnu-bootstrap.scm
Commit message (Collapse)AuthorAge
* gnu-bootstrap: Allow multiple module directories.Timothy Sample2022-03-19
| | | | | | | | * guix/build/gnu-bootstrap.scm (bootstrap-configure, bootstrap-build, bootstrap-install): Treat the 'modules' argument as a list of directories. * gnu/packages/commencement.scm (bootar, gash-boot, gash-utils-boot): Adjust call sites.
* gnu-bootstrap: Configure PACKAGE_NAME.Timothy Sample2022-03-19
| | | | | | | * guix/build/gnu-bootstrap.scm (bootstrap-configure): Add a 'name' argument and use it to configure the PACKAGE_NAME variable. * gnu/packages/commencement.scm (bootar, gash-boot, gash-utils-boot): Use the new argument.
* Add (guix build gnu-bootstrap).Timothy Sample2020-02-17
* guix/build/gnu-bootstrap.scm: New file. * Makefile.am (MODULES): Add it.