ladspaPlugins: migrate to by-name

Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
This commit is contained in:
phanirithvij
2026-05-30 16:04:04 +05:30
parent dc3e5a21f8
commit 8fc99ff7a4
2 changed files with 3 additions and 6 deletions
@@ -4,7 +4,7 @@
fetchFromGitHub,
autoreconfHook,
automake,
fftw,
fftwSinglePrec,
ladspa-header,
libxml2,
pkg-config,
@@ -39,8 +39,9 @@ stdenv.mkDerivation (finalAttrs: {
perlPackages.perl
perlPackages.XMLParser
];
buildInputs = [
fftw
fftwSinglePrec
ladspa-header
libxml2
];
-4
View File
@@ -9426,10 +9426,6 @@ with pkgs;
callPackage ../applications/networking/cluster/helm/plugins { }
);
ladspaPlugins = callPackage ../applications/audio/ladspa-plugins {
fftw = fftwSinglePrec;
};
lemonbar = callPackage ../applications/window-managers/lemonbar { };
lemonbar-xft = callPackage ../applications/window-managers/lemonbar/xft.nix { };