Skip to content

Commit d741f1f

Browse files
authored
Merge pull request #8556 from widlarizer/emil/nix-yaml-cpp
Add yaml-cpp to nix
2 parents 965bb20 + bdf8cea commit d741f1f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
stdenv,
3939
overrideSDK,
4040
git,
41+
yaml-cpp,
4142
}: let
4243
or-tools' =
4344
(or-tools.override {
@@ -111,6 +112,7 @@
111112
cbc
112113
re2
113114
gtest
115+
yaml-cpp
114116
];
115117

116118
nativeBuildInputs = [

0 commit comments

Comments
 (0)