16 stdenv.mkDerivation rec {
20 src = fetchFromGitHub {
24 sha256 = "sha256-SVsLWcTP+PCIGDWLkadMpJPj4coLK9dJrW4sc2+HotE=";
42 homepage = "https://github.com/sphair/ClanLib";
43 description = "A cross platform toolkit library with a primary focus on game creation";
44 license = licenses.mit;
45 maintainers = with maintainers; [ nixinator ];
46 platforms = [ "x86_64-linux" ];