Skip to content

Commit 48b44f2

Browse files
authored
Merge pull request #8926 from antmicro/nix-fetch-lemon-from-orfs
nix: fetch lemon-graph from ORP fork
2 parents 4760737 + a7054fd commit 48b44f2

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

default.nix

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,15 @@
6262
url = "https://github.com/google/googletest/archive/refs/tags/v1.14.0.zip";
6363
sha256 = "sha256-t0RchAHTJbuI5YW4uyBPykTvcjy90JW9AOPNjIhwh6U=";
6464
};
65+
lemon-graph' =
66+
lemon-graph.overrideAttrs (finalAttrs: previousAttrs: {
67+
src = fetchFromGitHub {
68+
owner = "The-OpenROAD-Project";
69+
repo = "lemon-graph";
70+
rev = "f871b10396270cfd09ffddc4b6ead07722e9c232";
71+
sha256 = "snqjc82vtgKC5uGu7V6Hhcf7YzRk0xHJDEOCN91iywI=";
72+
};
73+
});
6574
self = clangStdenv.mkDerivation (finalAttrs: {
6675
name = "openroad";
6776

@@ -104,7 +113,7 @@
104113
libffi
105114
llvmPackages.openmp
106115

107-
lemon-graph
116+
lemon-graph'
108117
or-tools'
109118
glpk
110119
zlib

0 commit comments

Comments
 (0)