From 7e605983dea4256ed4f4dcade4b72534e9f3c1a9 Mon Sep 17 00:00:00 2001 From: 宋文武 Date: Wed, 19 Jun 2024 14:52:22 +0800 Subject: 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 --- gnu/packages/guile-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 29947fb8e2..a5214f5eab 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -1551,7 +1551,7 @@ messaging library.") (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")) -- cgit v1.2.3