Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Fix evaluation. (licenses, not licences)

Thanks Domen.

(cherry picked from commit 0c98b52816bfa4f064bdadfcb026144fd5cece6d)
Signed-off-by: Domen Kožar <domen@dev.si>

authored by

Lluís Batlle i Rossell and committed by
Domen Kožar
4254bb98 e59d4141

+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 }