3
0
Fork 0
forked from mirrors/nixpkgs

bombono: fix build after boost upgrade (#151574)

context: https://github.com/NixOS/nixpkgs/issues/151469
This commit is contained in:
Guillaume Girol 2021-12-21 16:41:26 +00:00 committed by GitHub
parent 0810294d6f
commit fad107ba43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
, pkg-config
, fetchpatch
, scons
, boost
, boost172
, dvdauthor
, dvdplusrwtools
, enca
@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ wrapGAppsHook scons pkg-config gettext ];
buildInputs = [
boost
boost172
dvdauthor
dvdplusrwtools
enca