9 stdenv.mkDerivation rec {
13 src = fetchFromGitHub {
17 sha256 = "0sfmn5pd7k5kyhbxnd689xmsa5v843r7sska96dlysqpljd691jc";
21 # Fix pkgconfig file with absolute CMAKE_INSTALL_*DIR
22 # https://github.com/danfis/libccd/pull/76
24 url = "https://github.com/danfis/libccd/commit/cd16c4f168ae308e4c77db66ac97a2eaf47e059e.patch";
25 sha256 = "02wj21c185kwf8bn4qi4cnna0ypzqm481xw9rr8jy1i0cb1r9idg";
29 nativeBuildInputs = [ cmake ];
32 description = "Library for collision detection between two convex shapes";
33 homepage = "https://github.com/danfis/libccd";
34 license = licenses.bsd3;
35 maintainers = with maintainers; [ lopsided98 ];
36 platforms = platforms.unix;