summary refs log tree commit diff
path: root/pkgs/development/libraries/opencl-headers
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2017-01-20 03:23:04 +0300
committerNikolay Amiantov <ab@fmap.me>2017-01-20 03:37:51 +0300
commit5c65546725ff308501dce17117ec640096de8829 (patch)
treeadc7f902db133e53e0ce0dcea54689c20e9addcf /pkgs/development/libraries/opencl-headers
parent221685aee9f59a6cfb1845b6b661fac2335881a4 (diff)
downloadnixpkgs-5c65546725ff308501dce17117ec640096de8829.tar
nixpkgs-5c65546725ff308501dce17117ec640096de8829.tar.gz
nixpkgs-5c65546725ff308501dce17117ec640096de8829.tar.bz2
nixpkgs-5c65546725ff308501dce17117ec640096de8829.tar.lz
nixpkgs-5c65546725ff308501dce17117ec640096de8829.tar.xz
nixpkgs-5c65546725ff308501dce17117ec640096de8829.tar.zst
nixpkgs-5c65546725ff308501dce17117ec640096de8829.zip
opencl-clhpp: init at 2.0.10
Diffstat (limited to 'pkgs/development/libraries/opencl-headers')
-rw-r--r--pkgs/development/libraries/opencl-headers/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/opencl-headers/default.nix b/pkgs/development/libraries/opencl-headers/default.nix
index 228e628aa19..34ccd75d9e7 100644
--- a/pkgs/development/libraries/opencl-headers/default.nix
+++ b/pkgs/development/libraries/opencl-headers/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, cmake }:
+{ stdenv, fetchFromGitHub }:
 
 stdenv.mkDerivation rec {
   name = "opencl-headers-2.1.0";