aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/ldc.scm
diff options
context:
space:
mode:
authorpjotrp2017-02-26 19:13:31 +0000
committerpjotrp2017-02-26 19:13:31 +0000
commit7affda5295cb6bab9cd336be0fea70e1c2bf24d2 (patch)
tree8484a497a32d8d4919c44b64daef0e5f7585c279 /gn/packages/ldc.scm
parent699b05703c743baf51f720db22eb0a2438cb8cad (diff)
downloadguix-bioinformatics-7affda5295cb6bab9cd336be0fea70e1c2bf24d2.tar.gz
Added comments on guix viability
- removed r-wcna and r-preprocesscore as they are in Guix now
Diffstat (limited to 'gn/packages/ldc.scm')
-rw-r--r--gn/packages/ldc.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/packages/ldc.scm b/gn/packages/ldc.scm
index 438cfd3..e39d746 100644
--- a/gn/packages/ldc.scm
+++ b/gn/packages/ldc.scm
@@ -33,7 +33,7 @@
#:use-module (gnu packages textutils)
#:use-module (gnu packages zip))
-(define-public ldc-0.17.2
+(define-public ldc-0.17.2 ; guix in main line
(package
(inherit ldcmain:ldc)
(name "ldc")
@@ -116,7 +116,7 @@
(base32
"0n7gvalxwfmia4gag53r9qhcnk2cqrw3n4icj1yri0zkgc27pm60"))))))))
-(define-public ldc-1.1.0-patched
+(define-public ldc-1.1.0-patched ; guix in main line w.o. patch
(let ((version2 "1.1.0")) ; version for libraries
(package
(inherit ldcmain:ldc)