Merge pull request #238018 from BattleCh1cken/master
zrythm: fix failing build in qtPreHook phase
This commit is contained in:
commit
73768b43bc
@ -85,7 +85,8 @@ let
|
|||||||
hash = "sha256-yfVzZV8G4AUDM8+yS9finzobpOb1PUEPgBWFhEY4nFQ=";
|
hash = "sha256-yfVzZV8G4AUDM8+yS9finzobpOb1PUEPgBWFhEY4nFQ=";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
in stdenv.mkDerivation rec {
|
in
|
||||||
|
stdenv.mkDerivation rec {
|
||||||
pname = "zrythm";
|
pname = "zrythm";
|
||||||
version = "1.0.0-beta.4.9.1";
|
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.
|
# Zrythm uses meson to build, but requires cmake for dependency detection.
|
||||||
dontUseCmakeConfigure = true;
|
dontUseCmakeConfigure = true;
|
||||||
|
|
||||||
|
dontWrapQtApps = true;
|
||||||
|
|
||||||
mesonFlags = [
|
mesonFlags = [
|
||||||
"-Db_lto=false"
|
"-Db_lto=false"
|
||||||
"-Dcarla=enabled"
|
"-Dcarla=enabled"
|
||||||
|
Loading…
Reference in New Issue
Block a user