summary refs log tree commit diff
path: root/pkgs/development/libraries/gecode/fix-const-weights-clang-patch.nix
blob: 77160283afee072fc508ee787aa40a74bd757f0c (plain) (blame)
1
2
3
4
5
6
7
fetchpatch:
# https://github.com/Gecode/gecode/pull/74
(fetchpatch {
  name = "fix-const-weights-clang.patch";
  url = "https://github.com/Gecode/gecode/commit/c810c96b1ce5d3692e93439f76c4fa7d3daf9fbb.patch";
  sha256 = "0270msm22q5g5sqbdh8kmrihlxnnxqrxszk9a49hdxd72736p4fc";
})