Merge pull request #238054 from NetaliDev/vbam-build-fix

vbam: fix build with openal 1.23.1
This commit is contained in:
Lassulus
2023-06-16 10:26:16 +02:00
committed by GitHub
@@ -43,6 +43,13 @@ stdenv.mkDerivation rec {
gtk3
];
patches = [
(fetchpatch {
url = "https://github.com/visualboyadvance-m/visualboyadvance-m/commit/1d7e8ae4edc53a3380dfea88329b8b8337db1c52.patch";
sha256 = "sha256-SV1waz2JSKiM6itwkqwlE3aOZCcOl8iyBr06tyYlefo=";
})
];
cmakeFlags = [
"-DCMAKE_BUILD_TYPE='Release'"
"-DENABLE_FFMPEG='true'"