diff options
author | Nikita Karetnikov <nikita@karetnikov.org> | 2013-01-21 03:06:54 +0000 |
---|---|---|
committer | Nikita Karetnikov <nikita@karetnikov.org> | 2013-01-21 03:11:10 +0000 |
commit | e1f8f477de518979edae46de03ae2f69cbe512b7 (patch) | |
tree | 5ced57793507a60eb7ac4301b6f3072a155d3f2b /HACKING | |
parent | 7f08437bd8a4452b42a0ed68eea5e4b59c3f93d5 (diff) | |
download | patches-e1f8f477de518979edae46de03ae2f69cbe512b7.tar patches-e1f8f477de518979edae46de03ae2f69cbe512b7.tar.gz |
Update 'HACKING'.
* HACKING (When the platform is supported by Nixpkgs): Update the example.
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -120,8 +120,8 @@ GCC, libc, etc. need to be built. To that end, run the following commands: #+BEGIN_SRC sh - ./pre-inst-env guix-build \ - -e '(@ (distro packages make-bootstrap) bootstrap-tarballs)' \ + ./pre-inst-env guix-build -K \ + -e '(@ (gnu packages make-bootstrap) %bootstrap-tarballs)' \ --system=i686-linux #+END_SRC |