diff options
author | Jesús <heckyel@hyperbola.info> | 2022-02-28 07:51:38 +0800 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-02-28 07:51:38 +0800 |
commit | 1079d1cee4a1389a6b697ae7e08a1c6835adcd52 (patch) | |
tree | 23937d314af363b5c60ed06a02ba8a997350792e /guix-env.scm | |
parent | 958aea082131b4e8bda224d0bba36e56df400a18 (diff) | |
download | mediagoblin-1079d1cee4a1389a6b697ae7e08a1c6835adcd52.tar.lz mediagoblin-1079d1cee4a1389a6b697ae7e08a1c6835adcd52.tar.xz mediagoblin-1079d1cee4a1389a6b697ae7e08a1c6835adcd52.zip |
Add plyr as player default and remove NodeJS, npm and videojs
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 |