diff options
author | Efraim Flashner | 2019-10-18 06:47:02 -0500 |
---|---|---|
committer | Efraim Flashner | 2019-10-18 07:22:42 -0500 |
commit | 2623dfbd953aca4e70044ede68e2d0083f16c43c (patch) | |
tree | 7b101708e9bddf65210aa72cb14124056ffe2344 /gn/packages/genenetwork.scm | |
parent | c8009a204cf8c049314b3dda94ac9673fbbb7418 (diff) | |
download | guix-bioinformatics-2623dfbd953aca4e70044ede68e2d0083f16c43c.tar.gz |
fixup repo for guix pullfixup-guix-pull
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r-- | gn/packages/genenetwork.scm | 8 |
1 files changed, 4 insertions, 4 deletions
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) |