pkgs/development/libraries: stdenv.lib -> lib
This commit is contained in:
committed by
Jonathan Ringer
parent
046d24424e
commit
66e44425c6
@@ -1,4 +1,4 @@
|
||||
{stdenv, fetchFromGitHub, rebar, erlang, opencl-headers, ocl-icd }:
|
||||
{lib, stdenv, fetchFromGitHub, rebar, erlang, opencl-headers, ocl-icd }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "1.2.4";
|
||||
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||
cp -ruv c_src doc ebin include priv src $DIR
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/tonyrog/cl";
|
||||
description = "OpenCL binding for Erlang";
|
||||
license = licenses.mit;
|
||||
|
||||
Reference in New Issue
Block a user