guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: guix-jupyter: Avoid 'specification->package'.


From: guix-commits
Subject: 02/04: gnu: guix-jupyter: Avoid 'specification->package'.
Date: Thu, 10 Oct 2019 11:27:36 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit d3650775e0e0c9a3f9340c5a0ee00773d967ce9f
Author: Ludovic Courtès <address@hidden>
Date:   Thu Oct 10 17:24:21 2019 +0200

    gnu: guix-jupyter: Avoid 'specification->package'.
    
    * gnu/packages/package-management.scm (guix-jupyter)[native-inputs]:
    Avoid 'specification->package'.
---
 gnu/packages/package-management.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/package-management.scm 
b/gnu/packages/package-management.scm
index b588c40..3963558 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -835,9 +835,9 @@ on top of GNU Guix.")
        ("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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]