11 stdenv.mkDerivation rec {
15 src = fetchFromGitHub {
19 hash = "sha256-PdRfpmH7zF5dn+feoijtzdSUjaYhjHwyAUfuYoWCL9E=";
23 cp ${catch2}/include/catch2/catch.hpp libcudf/tests/catch.hpp
26 nativeBuildInputs = [ cmake ];
27 buildInputs = [ boost clingo re2c ];
30 "-DASPCUD_GRINGO_PATH=${clingo}/bin/gringo"
31 "-DASPCUD_CLASP_PATH=${clingo}/bin/clasp"
37 description = "Solver for package problems in CUDF format using ASP";
38 homepage = "https://potassco.org/aspcud/";
39 platforms = platforms.all;
40 maintainers = [ maintainers.hakuch ];
41 license = licenses.gpl3Plus;