diff options
author | Dennis E. Mungai | 2016-03-08 10:28:39 +0300 |
---|---|---|
committer | Dennis E. Mungai | 2016-03-08 10:28:39 +0300 |
commit | 576288fd4701279b4ca41a0c454dbe921e63e7d3 (patch) | |
tree | dc0ca607ecdd6506f96c2ee09c07f5b18d5e88a5 /gn/packages | |
parent | 61f02abdf4cac16077c573e8a3d013cae6160b0c (diff) | |
download | guix-bioinformatics-576288fd4701279b4ca41a0c454dbe921e63e7d3.tar.gz |
Package now builds on GNU Guix
All done.
Diffstat (limited to 'gn/packages')
-rw-r--r-- | gn/packages/opencl-headers.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gn/packages/opencl-headers.scm b/gn/packages/opencl-headers.scm index fa4f5c8..bddd136 100644 --- a/gn/packages/opencl-headers.scm +++ b/gn/packages/opencl-headers.scm @@ -41,7 +41,7 @@ (file-name (string-append name "-" commit)) (sha256 (base32 - "1sbxdd9vgl3m8j39kwvvk5cflyj7480pq0s307zg1ssidvj98v3g")))) + "0m9fkblqja0686i2jjqiszvq3df95gp01a2674xknlmkd6525rck")))) (propagated-inputs '()) (inputs '()) (native-inputs '()) @@ -54,10 +54,10 @@ (delete 'check) (replace 'install (lambda* (#:key outputs #:allow-other-keys) - (copy-recursively "*" (string-append + (copy-recursively "." (string-append (assoc-ref outputs "out") "/include/CL"))))))) (synopsis "The Khronos OpenCL headers") (description "This package provides the Khronos OpenCL headers") (home-page "https://www.khronos.org/registry/cl/") - (license license:gpl2)))) + (license gpl2)))) |