mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
opencl-headers: rename name to pname&version
This commit is contained in:
parent
007c8d9011
commit
b7aac2ab11
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "opencl-headers-${version}";
|
pname = "opencl-headers";
|
||||||
version = "2021.06.30";
|
version = "2021.06.30";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
|
|
Loading…
Reference in a new issue