mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 05:31:22 +00:00
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
|
||||
, 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
|
||||
|
|
Loading…
Reference in a new issue