From 728f5f6b9c90d33c95f511684957057f87c08d73 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Fri, 18 Oct 2019 06:47:02 -0500 Subject: fixup repo for guix pull * gn/packages/cwl.scm: GN's python-setuptools renamed to python-setuptools-old,re-enable import. * gn/packages/genenetwork.scm (my-deploy)[inputs]: Replace search-bootstrap-binary with bootstrap-executable. --- gn/packages/genenetwork.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gn/packages/genenetwork.scm') diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 836da8d..3ca1456 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -31,7 +31,7 @@ #:use-module (gn packages gemma) #:use-module (gn packages javascript) #:use-module (gn packages phewas) - #:use-module (gn packages python) + #:use-module (gn packages python) #:use-module (gn packages python24) #:use-module (gn packages statistics)) @@ -60,14 +60,14 @@ ;; wrap-program uses `which' to find bash for the wrapper ;; shebang, but it can't know about the bootstrap bash in ;; the store, since it's not named "bash". Help it out a - ;; bit by providing a symlink it this package's output. + ;; bit by providing a symlink to this package's output. (symlink bash (string-append out "/bash")) (setenv "PATH" out) (wrap-program foo `("GUIX_FOO" prefix ("hello"))) (wrap-program foo `("GUIX_BAR" prefix ("world"))) #t)))) - (inputs `(("bash" ,(search-bootstrap-binary "bash" - (%current-system))))) + (inputs `(("bash" ,(bootstrap-executable "bash" + (%current-system))))) (home-page #f) (synopsis #f) -- cgit v1.2.3