diff options
author | pjotrp | 2022-12-05 11:57:04 -0600 |
---|---|---|
committer | pjotrp | 2022-12-05 11:57:19 -0600 |
commit | 76235c74e81305ca95696ea3f8b6231ea620de8c (patch) | |
tree | 00c9a168629d904d6e31193144bcd7c791a93d84 /gn/packages | |
parent | 3aecad6fb8812ef79d1464f72a6a23c298e72734 (diff) | |
download | guix-bioinformatics-76235c74e81305ca95696ea3f8b6231ea620de8c.tar.gz |
Commented Julia inputs that no longer work
Diffstat (limited to 'gn/packages')
-rw-r--r-- | gn/packages/julia.scm | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/gn/packages/julia.scm b/gn/packages/julia.scm index 6dddd4b..3b5def1 100644 --- a/gn/packages/julia.scm +++ b/gn/packages/julia.scm @@ -73,10 +73,12 @@ (replace 'precompile (lambda _ (invoke "julia" "-e" "\"import Pkg; Pkg.instantiate(); Pkg.status(); Pkg.precompile()\"")))))) - (propagated-inputs - `(;; from setup.py - ("python-jupyter-server-proxy" - ,(@ (gn packages python) python-jupyter-server-proxy-1)))) + ;; + ;; (propagated-inputs + ;; `( ;; from setup.py + ;; ("python-jupyter-server-proxy" + ;; ,(@ (gn packages python) python-jupyter-server-proxy-1))) + ) (inputs `(("julia-distributions" ,julia-distributions) ("julia-latexstrings" ,julia-latexstrings) |