easyeffects: 8.0.5 -> 8.0.6 (#467642)

This commit is contained in:
Aleksana
2025-12-04 02:07:40 +00:00
committed by GitHub
+7 -2
View File
@@ -36,6 +36,7 @@
webrtc-audio-processing,
zam-plugins,
zita-convolver,
wrapGAppsNoGuiHook,
}:
let
@@ -61,13 +62,13 @@ in
stdenv.mkDerivation rec {
pname = "easyeffects";
version = "8.0.5";
version = "8.0.6";
src = fetchFromGitHub {
owner = "wwmm";
repo = "easyeffects";
tag = "v${version}";
hash = "sha256-LBF8P512XeawlSgOz6AV03Q3ZGTwn+Gnqwh0xU0WEz4=";
hash = "sha256-5UPwCdpFU1SiD9nlQd99lAK7QdC9jcizj5X3BhBYJ4U=";
};
patches = [ ./qmlmodule-fix.patch ];
@@ -78,9 +79,12 @@ stdenv.mkDerivation rec {
intltool
ninja
pkg-config
wrapGAppsNoGuiHook
wrapQtAppsHook
];
dontWrapGApps = true;
buildInputs = [
appstream-qt
breeze
@@ -135,6 +139,7 @@ stdenv.mkDerivation rec {
in
''
qtWrapperArgs+=(
"''${gappsWrapperArgs[@]}"
--set LV2_PATH "${lib.makeSearchPath "lib/lv2" lv2Plugins}"
--set LADSPA_PATH "${lib.makeSearchPath "lib/ladspa" ladspaPlugins}"
)