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:
宋文武 2024-06-19 14:52:22 +08:00 committed by Ludovic Courtès
parent e160833f66
commit 7e605983de
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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"))