diff --git a/pkgs/applications/audio/zrythm/default.nix b/pkgs/applications/audio/zrythm/default.nix index c3b6f37b4de8..4817f63adf73 100644 --- a/pkgs/applications/audio/zrythm/default.nix +++ b/pkgs/applications/audio/zrythm/default.nix @@ -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"