mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
Merge pull request #279022 from qbit/elm-language-server
elmPackages: update node-packages.nix
This commit is contained in:
commit
9ff61712cb
@ -282,8 +282,11 @@ in lib.makeScope pkgs.newScope (self: with self; {
|
||||
}
|
||||
);
|
||||
|
||||
elm-land = nodePkgs."elm-land".overrideAttrs (
|
||||
old: {
|
||||
elm-land =
|
||||
let
|
||||
patched = patchNpmElm nodePkgs.elm-land;
|
||||
in
|
||||
patched.override (old: {
|
||||
meta = with lib; nodePkgs."elm-land".meta // {
|
||||
description = "A production-ready framework for building Elm applications.";
|
||||
homepage = "https://elm.land/";
|
||||
|
1172
pkgs/development/compilers/elm/packages/node-packages.nix
generated
1172
pkgs/development/compilers/elm/packages/node-packages.nix
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user