diff options
author | pjotrp | 2016-12-24 10:42:14 +0000 |
---|---|---|
committer | pjotrp | 2016-12-24 10:42:14 +0000 |
commit | 71efaf76c17b1cb5155d3402ce78c93365ba73e3 (patch) | |
tree | adeb87f8eed8c0e6bf1e0463618ffe8e415f42a8 /gn/packages | |
parent | a501a19b63bffbab84ff37588e03e42413efeee4 (diff) | |
download | guix-bioinformatics-71efaf76c17b1cb5155d3402ce78c93365ba73e3.tar.gz |
Fixd ldc package
Diffstat (limited to 'gn/packages')
-rw-r--r-- | gn/packages/ldc.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/packages/ldc.scm b/gn/packages/ldc.scm index 470ea54..f425c11 100644 --- a/gn/packages/ldc.scm +++ b/gn/packages/ldc.scm @@ -155,6 +155,7 @@ (native-inputs `(("llvm" ,llvm-3.7) ("ldc" ,ldc-0.17.2) + ("zlib" ,zlib) ("phobos-src" ,(origin (method url-fetch) |