zrythm: fix failing build in qtPreHook phase
This commit is contained in:
parent
7a53daed2a
commit
5dc6884610
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue