We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9f7dd9 commit 1de4691Copy full SHA for 1de4691
1 file changed
pkgs/development/libraries/science/math/or-tools/default.nix
@@ -39,6 +39,12 @@ stdenv.mkDerivation rec {
39
url = "https://github.com/google/or-tools/commit/a26602f24781e7bfcc39612568aa9f4010bb9736.patch";
40
hash = "sha256-gM0rW0xRXMYaCwltPK0ih5mdo3HtX6mKltJDHe4gbLc=";
41
})
42
+ # Backport fix in cmake test configuration where pip installs newer version from PyPi over local build,
43
+ # breaking checkPhase: https://github.com/google/or-tools/issues/3260
44
+ (fetchpatch {
45
+ url = "https://github.com/google/or-tools/commit/edd1544375bd55f79168db315151a48faa548fa0.patch";
46
+ hash = "sha256-S//1YM3IoRCp3Ghg8zMF0XXgIpVmaw4gH8cVb9eUbqM=";
47
+ })
48
];
49
50
cmakeFlags = [
0 commit comments