Fix evaluation. (licenses, not licences)

Thanks Domen.

+1 -1
+1 -1
pkgs/development/libraries/cl/default.nix
··· 28 meta = { 29 homepage = https://github.com/tonyrog/cl; 30 description = "OpenCL binding for Erlang"; 31 - license = stdenv.lib.licences.mit; 32 }; 33 }
··· 28 meta = { 29 homepage = https://github.com/tonyrog/cl; 30 description = "OpenCL binding for Erlang"; 31 + license = stdenv.lib.licenses.mit; 32 }; 33 }