diff options
Diffstat (limited to 'guix-env.scm')
-rw-r--r-- | guix-env.scm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/guix-env.scm b/guix-env.scm index b0c0a171..37a67359 100644 --- a/guix-env.scm +++ b/guix-env.scm @@ -52,12 +52,6 @@ ;;; ./configure --without-virtualenv ;;; make ;;; -;;; The devtools/update_extlib.sh script won't run on Guix due to missing -;;; "/usr/bin/env", so again for first time setup only, run: -;;; -;;; node node_modules/.bin/bower install -;;; ./devtools/update_extlib.sh -;;; ;;; For first time setup only with a regular `guix environment` or an ;;; `environment --pure`, but required EACH TIME you start an `environment ;;; --container` (because the generated profile goes away, breaking the links in |