Skip to content

Commit b5c3d9e

Browse files
renovate[bot]sgt0
andauthored
Lock file maintenance (#55)
Co-authored-by: sgt0 <140186177+sgt0@users.noreply.github.com>
1 parent 9dc2c98 commit b5c3d9e

3 files changed

Lines changed: 33 additions & 19 deletions

File tree

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.nix

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,11 @@ buildPythonPackage {
7777
vapoursynth
7878
];
7979

80-
env.MESON_ARGS = lib.optionalString withBoostCharconv "-Dboost-charconv=true";
80+
env = lib.optionalAttrs withBoostCharconv {
81+
MESON_ARGS = "-Dboost-charconv=true";
82+
BOOST_LIBRARYDIR = "${boost.out}/lib";
83+
BOOST_INCLUDEDIR = "${boost.dev}/include";
84+
};
8185

8286
buildInputs =
8387
[

uv.lock

Lines changed: 25 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)