From e1f8f477de518979edae46de03ae2f69cbe512b7 Mon Sep 17 00:00:00 2001 From: Nikita Karetnikov Date: Mon, 21 Jan 2013 03:06:54 +0000 Subject: Update 'HACKING'. * HACKING (When the platform is supported by Nixpkgs): Update the example. --- HACKING | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'HACKING') diff --git a/HACKING b/HACKING index c604af8404..1000a6e748 100644 --- a/HACKING +++ b/HACKING @@ -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 -- cgit v1.2.3