diff options
author | Pjotr Prins | 2015-12-26 16:04:03 +0300 |
---|---|---|
committer | Pjotr Prins | 2015-12-26 16:04:03 +0300 |
commit | 1e0843ac892e8a63ee538ac0a5b3fc1485164730 (patch) | |
tree | 62eb094bc3b8ad0ba4363f0ace33c875876ccd46 | |
parent | d6b360666f8f04507fbf8b13a5bb9700c4420deb (diff) | |
download | guix-bioinformatics-1e0843ac892e8a63ee538ac0a5b3fc1485164730.tar.gz |
Patches
-rw-r--r-- | gn/packages/dlanguage.scm | 6 | ||||
-rw-r--r-- | ldc-disable-tests.patch (renamed from gn/packages/patches/ldc-disable-tests.patch) | 0 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gn/packages/dlanguage.scm b/gn/packages/dlanguage.scm index 52641b3..3d0ea90 100644 --- a/gn/packages/dlanguage.scm +++ b/gn/packages/dlanguage.scm @@ -18,6 +18,7 @@ (define-module (gn packages dlanguage) #:use-module ((guix licenses) #:prefix license:) + #:use-module (gnu packages) #:use-module (guix packages) #:use-module (guix download) #:use-module (guix build-system cmake) @@ -27,6 +28,8 @@ #:use-module (gnu packages zip) #:use-module (guix git-download)) + + (define-public ldc (package (name "ldc") @@ -37,7 +40,8 @@ "https://github.com/ldc-developers/ldc/archive/v" version ".tar.gz")) (sha256 (base32 - "1jvilxx0rpqmkbja4m69fhd5g09697xq7vyqp2hz4hvxmmmv4j40")))) + "1jvilxx0rpqmkbja4m69fhd5g09697xq7vyqp2hz4hvxmmmv4j40")) + (patches (list (search-patch "ldc-disable-tests.patch"))))) (build-system cmake-build-system) (supported-systems '("x86_64-linux" "i686-linux")) (arguments `( diff --git a/gn/packages/patches/ldc-disable-tests.patch b/ldc-disable-tests.patch index c24ff2a..c24ff2a 100644 --- a/gn/packages/patches/ldc-disable-tests.patch +++ b/ldc-disable-tests.patch |