1 { lib, stdenv, fetchFromGitHub, cmake }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "0i1498h2i6zq3fn3zf3iw7glv6brn597165hnibgwccqa8sh3ich";
14 nativeBuildInputs = [ cmake ];
17 description = "Smart pointer constructs for the (GNU) C programming language";
18 homepage = "https://github.com/Snaipe/libcsptr";
19 license = licenses.mit;
20 platforms = platforms.all;
21 maintainers = [ maintainers.fragamus ];