From b6e8a54407e9402a04553ffc12a83b0f6be9a346 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sun, 27 Apr 2025 19:54:55 +0100 Subject: [PATCH] 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 // fs::create_directories() | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- pkgs/by-name/bo/bombono/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/bo/bombono/package.nix b/pkgs/by-name/bo/bombono/package.nix index e309785aec6c..f10dd7a7c941 100644 --- a/pkgs/by-name/bo/bombono/package.nix +++ b/pkgs/by-name/bo/bombono/package.nix @@ -6,7 +6,7 @@ fetchpatch, fetchpatch2, scons, - boost, + boost183, dvdauthor, dvdplusrwtools, enca, @@ -60,7 +60,7 @@ stdenv.mkDerivation { ]; buildInputs = [ - boost + boost183 dvdauthor dvdplusrwtools enca