aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/shell.scm
diff options
context:
space:
mode:
authorpjotrp2021-08-07 10:50:33 +0200
committerpjotrp2021-08-07 10:50:33 +0200
commitcdf65fa27f7be6d0a2da5f72da023e6342b86244 (patch)
tree71e2e3cb8b4fed1dff74dee98fe6fe1aba75096d /gn/packages/shell.scm
parent8fd543b68726a5fd68a7cf49c78d4abc3df60f97 (diff)
downloadguix-bioinformatics-cdf65fa27f7be6d0a2da5f72da023e6342b86244.tar.gz
shunit2: rename to shunit2-old, so as not to conflict with upstream
Diffstat (limited to 'gn/packages/shell.scm')
-rw-r--r--gn/packages/shell.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/packages/shell.scm b/gn/packages/shell.scm
index eb9178f..bef3ad4 100644
--- a/gn/packages/shell.scm
+++ b/gn/packages/shell.scm
@@ -8,10 +8,10 @@
#:use-module ((guix licenses) #:prefix license:)
)
-(define-public shunit2
+(define-public shunit2-old ;; maintain old version for gemma and sambamba, for now
(let ((commit "60dd60bcd1573befe38465010263ab242e55811d"))
(package
- (name "shunit2")
+ (name "shunit2-old")
(version (string-append "2.0.4-" (string-take commit 7)))
(source (origin
(method git-fetch)