mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: jupyter-guile-kernel: Fix build.
* gnu/packages/guile-xyz.scm (jupyter-guile-kernel)[arguments]: Don't refer to nonexistent 'install' phase. Change-Id: I3a59cb9d740fa6e3cb17b8e8a69dae82169a9b65
This commit is contained in:
parent
e160833f66
commit
7e605983de
1 changed files with 1 additions and 1 deletions
|
@ -1551,7 +1551,7 @@ (define-public jupyter-guile-kernel
|
|||
(add-after 'build 'chdir-back
|
||||
(lambda _ (chdir "..") #t))
|
||||
|
||||
(add-after 'install 'install-kernel
|
||||
(add-after 'chdir-back 'install-kernel
|
||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||
(let* ((out (assoc-ref outputs "out"))
|
||||
(json (assoc-ref inputs "guile-json"))
|
||||
|
|
Loading…
Reference in a new issue