bombono: bin to boost183 to fix the build
Without the change `bombono` build fails on `master` as https://hydra.nixos.org/build/294719057: In file included from src/mbase/project/_extlibs_.h:61, from src/mgui/_extlibs_.h:31, from src/mgui/_pc_.h:29, from src/mgui/dialog.cpp:22: src/mlib/sdk/bfs.h:12:10: fatal error: boost/filesystem/convenience.hpp: No such file or directory 12 | #include <boost/filesystem/convenience.hpp> // fs::create_directories() | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This commit is contained in:
committed by
Bjørn Forsman
parent
bc48d5b9f6
commit
b6e8a54407
@@ -6,7 +6,7 @@
|
||||
fetchpatch,
|
||||
fetchpatch2,
|
||||
scons,
|
||||
boost,
|
||||
boost183,
|
||||
dvdauthor,
|
||||
dvdplusrwtools,
|
||||
enca,
|
||||
@@ -60,7 +60,7 @@ stdenv.mkDerivation {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
boost
|
||||
boost183
|
||||
dvdauthor
|
||||
dvdplusrwtools
|
||||
enca
|
||||
|
||||
Reference in New Issue
Block a user