lsp-plugins: migrate to by-name

This commit is contained in:
seth
2025-01-14 17:42:15 -05:00
parent 6f56a9ceee
commit aa112c8757
2 changed files with 5 additions and 3 deletions
@@ -11,10 +11,14 @@
libXrandr,
libsndfile,
lv2,
php,
php82,
pkg-config,
}:
let
php = php82;
in
stdenv.mkDerivation (finalAttrs: {
pname = "lsp-plugins";
version = "1.2.20";
-2
View File
@@ -14278,8 +14278,6 @@ with pkgs;
portaudio = null;
};
lsp-plugins = callPackage ../applications/audio/lsp-plugins { php = php82; };
luminanceHDR = libsForQt5.callPackage ../applications/graphics/luminance-hdr { };
luddite = with python3Packages; toPythonApplication luddite;