12 stdenv.mkDerivation rec {
16 src = fetchFromGitHub {
20 hash = "sha256-PdRfpmH7zF5dn+feoijtzdSUjaYhjHwyAUfuYoWCL9E=";
24 cp ${catch2}/include/catch2/catch.hpp libcudf/tests/catch.hpp
27 nativeBuildInputs = [ cmake ];
28 buildInputs = [ boost clasp gringo re2c ];
31 "-DCMAKE_BUILD_TYPE=Release"
32 "-DASPCUD_GRINGO_PATH=${gringo}/bin/gringo"
33 "-DASPCUD_CLASP_PATH=${clasp}/bin/clasp"
39 description = "Solver for package problems in CUDF format using ASP";
40 homepage = "https://potassco.org/aspcud/";
41 platforms = platforms.all;
42 maintainers = [ maintainers.hakuch ];
43 license = licenses.gpl3Plus;