diff options
| author | Pjotr Prins | 2024-12-31 03:46:42 -0600 |
|---|---|---|
| committer | Pjotr Prins | 2024-12-31 03:46:42 -0600 |
| commit | 44632e17ab2f8575e97965e233f8b1b3c692368b (patch) | |
| tree | 1a9e4e00717a2720b3d68c3c9ae8a5b28ba6256f | |
| parent | 3638a1076e36dc404d8fe5212aa8d2d6c40a54ab (diff) | |
| download | pangemma-44632e17ab2f8575e97965e233f8b1b3c692368b.tar.gz | |
Make compilation work
| -rw-r--r-- | guix.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guix.scm b/guix.scm index 4eeb203..89268d6 100644 --- a/guix.scm +++ b/guix.scm @@ -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 |
