diff options
author | Efraim Flashner | 2019-09-22 04:39:45 -0500 |
---|---|---|
committer | Efraim Flashner | 2019-09-22 04:39:45 -0500 |
commit | 06b058d5ce728acab79113a4d6c697e9210499be (patch) | |
tree | a5f49bc1cf9c23bf6e9a75bd6700cefed9bd4eb5 /gn/packages/web.scm | |
parent | c41be5cc951781de0052ae3d74729734c24e77bd (diff) | |
download | guix-bioinformatics-06b058d5ce728acab79113a4d6c697e9210499be.tar.gz |
gn: web-bootstrap-3: Correct input source.
* gn/packages/web.scm (web-bootstrap-3)[native-inputs]: Use the source
from thie package, not the inherited one.
Diffstat (limited to 'gn/packages/web.scm')
-rw-r--r-- | gn/packages/web.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gn/packages/web.scm b/gn/packages/web.scm index 8c11d50..633982a 100644 --- a/gn/packages/web.scm +++ b/gn/packages/web.scm @@ -95,7 +95,8 @@ extensive prebuilt components, and powerful plugins built on jQuery.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1wsv79rvzaacyf740mwmhxadpwf28pad711jhbxl26zgqjrpzcbp")))))) + (base32 "1wsv79rvzaacyf740mwmhxadpwf28pad711jhbxl26zgqjrpzcbp")))) + (native-inputs `(("source" ,source))))) (define-public web-bootstrap-3.3 (package |