Fix evaluation. (licenses, not licences)
Thanks Domen.
This commit is contained in:
parent
f38d620d59
commit
0c98b52816
@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = https://github.com/tonyrog/cl;
|
homepage = https://github.com/tonyrog/cl;
|
||||||
description = "OpenCL binding for Erlang";
|
description = "OpenCL binding for Erlang";
|
||||||
license = stdenv.lib.licences.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user