bombono: fix build after boost upgrade (#151574)

context: https://github.com/NixOS/nixpkgs/issues/151469
main
Guillaume Girol 2 years ago committed by GitHub
parent 0810294d6f
commit fad107ba43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/applications/video/bombono/default.nix

@ -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…
Cancel
Save