mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: guix-jupyter: Avoid 'specification->package'.
* gnu/packages/package-management.scm (guix-jupyter)[native-inputs]: Avoid 'specification->package'.
This commit is contained in:
parent
8f02e5ac81
commit
d3650775e0
1 changed files with 3 additions and 3 deletions
|
@ -835,9 +835,9 @@ (define-public guix-jupyter
|
|||
("pkg-config" ,pkg-config)
|
||||
|
||||
;; For testing.
|
||||
("jupyter" ,(specification->package "jupyter"))
|
||||
("python-ipython" ,(specification->package "python-ipython"))
|
||||
("python-ipykernel" ,(specification->package "python-ipykernel"))))
|
||||
("jupyter" ,jupyter)
|
||||
("python-ipython" ,python-ipython)
|
||||
("python-ipykernel" ,python-ipykernel)))
|
||||
(inputs
|
||||
`(("guix" ,guix)
|
||||
("guile" ,guile-2.2)))
|
||||
|
|
Loading…
Reference in a new issue