summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2016-05-15 19:12:41 -0400
committerDavid Thompson <dthompson2@worcester.edu>2016-05-15 19:12:41 -0400
commit32ccb02a57dbb989503f85591a0b8f4d67e6598b (patch)
tree773a5979731c5446315c45867efab217d7a036e0
parentac31bdf8772c6b67a7721c760ce02c60126c6f98 (diff)
guix: Update explanatory comment.
* guix.scm: Remove outdated configure flags.
-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:
;;