zrythm: fix failing build in qtPreHook phase

This commit is contained in:
BattleCh1cken 2023-06-15 19:45:16 -04:00
parent 7a53daed2a
commit 5dc6884610

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"