diff options
-rw-r--r-- | .guix-channel | 2 | ||||
-rw-r--r-- | gn/packages/bioinformatics.scm | 2 | ||||
-rw-r--r-- | gn/packages/ocaml.scm | 2 | ||||
-rw-r--r-- | gn/packages/static.scm | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/.guix-channel b/.guix-channel index e7e9a9a..4bbc28a 100644 --- a/.guix-channel +++ b/.guix-channel @@ -14,7 +14,7 @@ (name guix) (url "https://git.savannah.gnu.org/git/guix.git") (branch "master") - (commit "b0b988c41c9e0e591274495a1b2d6f27fcdae15a") + (commit "2394a7f5fbf60dd6adc0a870366adb57166b6d8b") (introduction (channel-introduction (version 0) diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index 13bb00e..397b38f 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -3637,7 +3637,7 @@ let before_space s = #:findlib ocaml4.07-findlib)) (inputs (list (list zlib "static") - gsl-static + (list gsl "static") (package-with-ocaml4.07 ocaml-ounit) (package-with-ocaml4.07 ocaml-batteries) (package-with-ocaml4.07 camlzip) diff --git a/gn/packages/ocaml.scm b/gn/packages/ocaml.scm index 1f284e9..cb97868 100644 --- a/gn/packages/ocaml.scm +++ b/gn/packages/ocaml.scm @@ -40,7 +40,7 @@ "0nzp43hp8pbjqkrxnwp5lgjrabxayf61h18fjaydi0s5faq6f3xh")))) (build-system ocaml-build-system) (inputs - (list gsl-static)) + (list (list gsl "static"))) (native-inputs (list ocamlbuild)) (arguments '()) diff --git a/gn/packages/static.scm b/gn/packages/static.scm index 8b43cdb..67b4873 100644 --- a/gn/packages/static.scm +++ b/gn/packages/static.scm @@ -64,7 +64,7 @@ (string-append all " atomic pthread"))))))))) (inputs (list atomic-queue - gsl-static + (list gsl "static") htslib-minimal jemalloc (list zlib "static") |