14 stdenv.mkDerivation (finalAttrs: {
18 src = fetchFromGitHub {
21 rev = finalAttrs.version;
22 hash = "sha256-rADPC7SVwzjUN5jb7Wt341oGfr6+LszIaBUe8QgmpRU=";
25 nativeBuildInputs = [ cmake ];
37 description = "Approximate Model Counter";
38 homepage = "https://github.com/meelgroup/approxmc";
39 license = licenses.mit;
40 maintainers = with maintainers; [ t4ccer ];
41 platforms = platforms.linux;
42 mainProgram = "approxmc";