aboutsummaryrefslogtreecommitdiffstats
path: root/guix-env.scm
diff options
context:
space:
mode:
authorBen Sturmfels <ben@sturm.com.au>2021-03-06 00:19:06 +1100
committerBen Sturmfels <ben@sturm.com.au>2021-03-06 00:19:06 +1100
commit79cfd9794ddd5e669eb274a8701d7964a2ce0af5 (patch)
tree6c6afc2ade0f31961e797f001320385095d4b791 /guix-env.scm
parentf0d57e3bd8bd93f87b85e15e823878ca0e7c760a (diff)
downloadmediagoblin-79cfd9794ddd5e669eb274a8701d7964a2ce0af5.tar.lz
mediagoblin-79cfd9794ddd5e669eb274a8701d7964a2ce0af5.tar.xz
mediagoblin-79cfd9794ddd5e669eb274a8701d7964a2ce0af5.zip
Remove reference to --with-python3.
Diffstat (limited to 'guix-env.scm')
-rw-r--r--guix-env.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-env.scm b/guix-env.scm
index 58528195..856552cd 100644
--- a/guix-env.scm
+++ b/guix-env.scm
@@ -44,7 +44,7 @@
;;; git submodule init
;;; git submodule update
;;; ./bootstrap.sh
-;;; ./configure --with-python3 --without-virtualenv
+;;; ./configure --without-virtualenv
;;; make
;;; python3 -m venv --system-site-packages . && bin/python setup.py develop --no-deps
;;; bin/python -m pip install --force-reinstall PasteScript # workaround