diff options
author | pjotrp | 2021-08-07 10:50:33 +0200 |
---|---|---|
committer | pjotrp | 2021-08-07 10:50:33 +0200 |
commit | cdf65fa27f7be6d0a2da5f72da023e6342b86244 (patch) | |
tree | 71e2e3cb8b4fed1dff74dee98fe6fe1aba75096d /gn/packages/sambamba.scm | |
parent | 8fd543b68726a5fd68a7cf49c78d4abc3df60f97 (diff) | |
download | guix-bioinformatics-cdf65fa27f7be6d0a2da5f72da023e6342b86244.tar.gz |
shunit2: rename to shunit2-old, so as not to conflict with upstream
Diffstat (limited to 'gn/packages/sambamba.scm')
-rw-r--r-- | gn/packages/sambamba.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/sambamba.scm b/gn/packages/sambamba.scm index 31ec54f..dd8fbfa 100644 --- a/gn/packages/sambamba.scm +++ b/gn/packages/sambamba.scm @@ -89,7 +89,7 @@ data. It also provides the @command{bgzip}, @command{htsfile}, and )) (native-inputs `(("ldc" ,ldc) - ("shunit2" ,shunit2) + ("shunit2-old" ,shunit2-old) ("coreutils" ,coreutils) ; for env ("perl" ,perl) ; Needed for building htslib ("ruby" ,ruby) ; Needed for building htslib |