summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/guix.scm b/guix.scm
index 8f26a04..82649bf 100644
--- a/guix.scm
+++ b/guix.scm
@@ -22,9 +22,7 @@
;; To setup the development environment, run the following:
;;
;; guix environment -l guix.scm
-;; ./bootstrap && ./configure \
-;; --with-libfreeimage-prefix=$(guix build freeimage) \
-;; --with-libgslcblas-prefix=$(guix build gsl)
+;; ./bootstrap && ./configure
;;
;; To build the development snapshot, run:
;;