forked from mirrors/nixpkgs
bombono: fix build after boost upgrade (#151574)
context: https://github.com/NixOS/nixpkgs/issues/151469
This commit is contained in:
parent
0810294d6f
commit
fad107ba43
|
@ -3,7 +3,7 @@
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, fetchpatch
|
, fetchpatch
|
||||||
, scons
|
, scons
|
||||||
, boost
|
, boost172
|
||||||
, dvdauthor
|
, dvdauthor
|
||||||
, dvdplusrwtools
|
, dvdplusrwtools
|
||||||
, enca
|
, enca
|
||||||
|
@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
|
||||||
nativeBuildInputs = [ wrapGAppsHook scons pkg-config gettext ];
|
nativeBuildInputs = [ wrapGAppsHook scons pkg-config gettext ];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
boost
|
boost172
|
||||||
dvdauthor
|
dvdauthor
|
||||||
dvdplusrwtools
|
dvdplusrwtools
|
||||||
enca
|
enca
|
||||||
|
|
Loading…
Reference in a new issue