about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDennis E. Mungai2016-03-08 10:28:39 +0300
committerDennis E. Mungai2016-03-08 10:28:39 +0300
commit576288fd4701279b4ca41a0c454dbe921e63e7d3 (patch)
treedc0ca607ecdd6506f96c2ee09c07f5b18d5e88a5
parent61f02abdf4cac16077c573e8a3d013cae6160b0c (diff)
downloadguix-bioinformatics-576288fd4701279b4ca41a0c454dbe921e63e7d3.tar.gz
Package now builds on GNU Guix
All done.
-rw-r--r--gn/packages/opencl-headers.scm6
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))))