14 stdenv.mkDerivation rec {
18 src = fetchFromGitHub {
21 rev = "release-${version}";
22 sha256 = "0b1cq0c810j1xr2x9y9996p894571sdxng5h74py17c6nr8c6dmk";
26 (import ./fix-const-weights-clang-patch.nix fetchpatch)
29 enableParallelBuilding = true;
30 dontWrapQtApps = true;
31 nativeBuildInputs = [ bison flex ];
32 buildInputs = [ perl gmp mpfr ]
33 ++ lib.optional enableGist qtbase;
36 license = licenses.mit;
37 homepage = "https://www.gecode.org";
38 description = "Toolkit for developing constraint-based systems";
39 platforms = platforms.all;