diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-08-17 21:19:53 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-09-02 00:23:17 +0100 |
| commit | 7c4c9e6cb436761c340374d2449c7ea4c550064f (patch) | |
| tree | 0b647f40af9851579d18281bcd3abd0590c6fc0f /gnu/packages | |
| parent | ae31ac80f7f4c7a66800ab6c78c432e368a22cea (diff) | |
gnu: Add python-snakemake-software-deployment-plugin-envmodules-bootstrap.
* gnu/packages/python-science.scm (python-snakemake-software-deployment-plugin-envmodules-bootstrap): New variable.
Relates-to: guix/guix!10625
Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/python-science.scm | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 167b11f680d..45e39268ba8 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm | |||
| @@ -6103,6 +6103,20 @@ implementing snakemake's software-deployment interface.") | |||
| 6103 | using environment modules.") | 6103 | using environment modules.") |
| 6104 | (license license:expat))) | 6104 | (license license:expat))) |
| 6105 | 6105 | ||
| 6106 | (define-public python-snakemake-software-deployment-plugin-envmodules-bootstrap | ||
| 6107 | (package/inherit python-snakemake-software-deployment-plugin-envmodules | ||
| 6108 | (arguments | ||
| 6109 | (substitute-keyword-arguments | ||
| 6110 | (package-arguments python-snakemake-software-deployment-plugin-envmodules) | ||
| 6111 | ((#:tests? tests #t) #f) | ||
| 6112 | ((#:phases phases #~%standard-phases) | ||
| 6113 | #~(modify-phases #$phases | ||
| 6114 | (delete 'sanity-check))))) | ||
| 6115 | (propagated-inputs | ||
| 6116 | (modify-inputs | ||
| 6117 | (package-propagated-inputs python-snakemake-software-deployment-plugin-envmodules) | ||
| 6118 | (delete "python-snakemake-interface-software-deployment-plugins"))))) | ||
| 6119 | |||
| 6106 | (define-public python-sparse | 6120 | (define-public python-sparse |
| 6107 | (package | 6121 | (package |
| 6108 | (name "python-sparse") | 6122 | (name "python-sparse") |
