Skip to content

Commit

Permalink
lsp-plugins: migrate to by-name
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo committed Jan 14, 2025
1 parent 6f56a9c commit aa112c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit aa112c8

Please sign in to comment.