Fix evaluation. (licenses, not licences)

Thanks Domen.
This commit is contained in:
Lluís Batlle i Rossell 2016-03-29 17:47:07 +02:00
parent f38d620d59
commit 0c98b52816

View file

@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
meta = {
homepage = https://github.com/tonyrog/cl;
description = "OpenCL binding for Erlang";
license = stdenv.lib.licences.mit;
license = stdenv.lib.licenses.mit;
};
}