Update 'HACKING'.

* HACKING (When the platform is supported by Nixpkgs): Update the example.
master
Nikita Karetnikov 2013-01-21 03:06:54 +00:00
parent 7f08437bd8
commit e1f8f477de
1 changed files with 2 additions and 2 deletions

View File

@ -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