aboutsummaryrefslogtreecommitdiff
path: root/HACKING
Commit message (Collapse)AuthorAge
* doc: Add "The Perfect Setup" in 'HACKING'.Ludovic Courtès2013-01-22
| | | | * HACKING (The Perfect Setup): New section.
* Update 'HACKING'.Nikita Karetnikov2013-01-21
| | | | * HACKING (When the platform is supported by Nixpkgs): Update the example.
* Update `HACKING'.Ludovic Courtès2013-01-18
| | | | | | * HACKING: Capitalize the title. (Running Guix before it is installed): New section. (Adding new packages): Update example.
* doc: Update porting instructions in `HACKING'.Ludovic Courtès2013-01-08
| | | | | * HACKING (When the platform is supported by Nixpkgs): Update instructions.
* doc: Document basic package definitions.Ludovic Courtès2012-11-21
| | | | | * doc/guix.texi (Programming Interface): Add introduction. (Defining Packages): Populate.
* Turn Guix into "GNU Guix".Ludovic Courtès2012-11-18
| | | | | | | | * configure.ac: Change package name to "GNU Guix", and bug-report address to `gnu-system-discuss@gnu.org'. * doc/guix.texi: Replace "Guix" by "GNU Guix" in some places. (Top, Introduction): Mention "for the GNU system". * HACKING, README: Use "GNU Guix" instead of "Guix" in some places.
* distro: Move bootstrap packages to (distro packages bootstrap).Ludovic Courtès2012-11-04
| | | | | | | | | | | | | | | | | | * distro/packages/base.scm (glibc-dynamic-linker, %bootstrap-guile, bootstrap-origin, package-from-tarball, %bootstrap-base-url, %bootstrap-coreutils&co, %bootstrap-binutils, %bootstrap-glibc, %bootstrap-gcc, %bootstrap-inputs, package-with-bootstrap-guile): Move to ... * distro/packages/bootstrap.scm: ... here. New file. * Makefile.am (MODULES): Add it. * tests/builders.scm: Use (distro packages bootstrap). (%bootstrap-guile): Remove. * tests/packages.scm: Likewise. * tests/union.scm: Likewise, and remove @@ to access %bootstrap-inputs. * tests/derivations.scm: Use (distro packages bootstrap) and remove @@ to access %bootstrap-coreutils&co. * HACKING (When the platform is supported by Nixpkgs): Update accordingly.
* doc: Add "Adding new packages" in `HACKING'.Ludovic Courtès2012-11-04
| | | | * HACKING (Adding new packages): New section.
* doc: Add `HACKING'.Ludovic Courtès2012-10-25
* HACKING: New file. * Makefile.am (EXTRA_DIST): Add it.