lsp-plugins: migrate to by-name
This commit is contained in:
+5
-1
@@ -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";
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user