diff options
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -29,7 +29,7 @@ ;; (gnu packages perl6) (gnu packages ruby) (gnu packages pkg-config) - (pjotr packages openblas) ;; we use this for the static builds + ;; (pjotr packages openblas) ;; we use this for the static builds ;; (gnu packages shell) ;; for shunit2 (srfi srfi-1) (ice-9 popen) @@ -53,7 +53,7 @@ `( ("catch" ,catch2) ("gdb" ,gdb) - ("gsl-static" ,gsl-static) + ; ("gsl-static" ,gsl-static) ("gsl" ,gsl) ("openblas" ,openblas) ("ruby" ,ruby) ;; for testing |