diff options
author | Mark H Weaver <[email protected]> | 2015-05-23 22:24:19 -0400 |
---|---|---|
committer | Mark H Weaver <[email protected]> | 2015-05-23 22:24:19 -0400 |
commit | 30f9cbb072755cf76fe942038420cfda2af29f3e (patch) | |
tree | 6c2c77a7a248390f1b1215840bca2cc0c90006cc /HACKING | |
parent | f28084285af289c4649457208c98dcc66566add2 (diff) | |
parent | 4a35a866be51361b80a5618e422d135959960c3d (diff) |
Merge branch 'master' into gtk-rebuild
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 14 |
1 files changed, 2 insertions, 12 deletions
@@ -2,7 +2,7 @@ #+TITLE: Hacking GNU Guix and Its Incredible Distro -Copyright © 2012, 2013, 2014 Ludovic Courtès <[email protected]> +Copyright © 2012, 2013, 2014, 2015 Ludovic Courtès <[email protected]> Copyright © 2013 Nikita Karetnikov <[email protected]> Copyright © 2014 Pierre-Antoine Rault <[email protected]> @@ -46,17 +46,7 @@ take a look at “info '(guix) Installation'” or send a message to * Running Guix before it is installed -Command-line tools can be used even if you have not run "make install". -To do that, prefix each command with ‘./pre-inst-env’, as in: - - ./pre-inst-env guix build --help - -Similarly, for a Guile session using the Guix modules: - - ./pre-inst-env guile -c '(use-modules (guix utils)) (pk (%current-system))' - -The ‘pre-inst-env’ script sets up all the environment variables -necessary to support this. +See the same-named section in the manual. * The Perfect Setup |