Merge pull request #238018 from BattleCh1cken/master

zrythm: fix failing build in qtPreHook phase
This commit is contained in:
Weijia Wang 2023-06-16 14:18:57 +03:00 committed by GitHub
commit 73768b43bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,8 @@ let
hash = "sha256-yfVzZV8G4AUDM8+yS9finzobpOb1PUEPgBWFhEY4nFQ=";
};
});
in stdenv.mkDerivation rec {
in
stdenv.mkDerivation rec {
pname = "zrythm";
version = "1.0.0-beta.4.9.1";
@ -172,6 +173,8 @@ in stdenv.mkDerivation rec {
# Zrythm uses meson to build, but requires cmake for dependency detection.
dontUseCmakeConfigure = true;
dontWrapQtApps = true;
mesonFlags = [
"-Db_lto=false"
"-Dcarla=enabled"