Fix evaluation. (licenses, not licences)

Thanks Domen.

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