forked from mirrors/nixpkgs
Merge pull request #223133 from wegank/bombono-fix
bombono: migrate to scons_latest
This commit is contained in:
commit
fd66b6cdc9
|
@ -53,6 +53,11 @@ stdenv.mkDerivation rec {
|
|||
{name="fix_ffmpeg30.patch"; sha256="sha256-vKEbvbjYVRzEaVYC8XOJBPmk6FDXI/WA0X/dldRRO8c=";}
|
||||
]);
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace src/mbase/SConscript \
|
||||
--replace "lib_mbase_env['CPPDEFINES']" "list(lib_mbase_env['CPPDEFINES'])"
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ wrapGAppsHook scons pkg-config gettext ];
|
||||
|
||||
buildInputs = [
|
||||
|
@ -84,5 +89,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://www.bombono.org/";
|
||||
license = licenses.gpl2Only;
|
||||
maintainers = with maintainers; [ symphorien ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -28896,9 +28896,7 @@ with pkgs;
|
|||
|
||||
bombadillo = callPackage ../applications/networking/browsers/bombadillo { };
|
||||
|
||||
bombono = callPackage ../applications/video/bombono {
|
||||
scons = sconsPackages.scons_4_1_0;
|
||||
};
|
||||
bombono = callPackage ../applications/video/bombono { };
|
||||
|
||||
bonzomatic = callPackage ../applications/editors/bonzomatic { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue