Loading pkgs/by-name/pr/prisma-language-server/package.nix +0 −10 Original line number Diff line number Diff line Loading @@ -2,8 +2,6 @@ lib, buildNpmPackage, fetchFromGitHub, pkg-config, libsecret, }: buildNpmPackage (finalAttrs: { Loading @@ -18,16 +16,8 @@ buildNpmPackage (finalAttrs: { }; sourceRoot = "${finalAttrs.src.name}/packages/language-server"; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libsecret ]; npmDepsHash = "sha256-UAGz/qCYf+jsgCWqvR52mW6Ze3WWP9EHuE4k9wCbnH0="; npmPackFlags = [ "--ignore-scripts" ]; NODE_OPTIONS = "--openssl-legacy-provider"; meta = { description = "Language server for Prisma"; homepage = "https://github.com/prisma/language-tools"; Loading Loading
pkgs/by-name/pr/prisma-language-server/package.nix +0 −10 Original line number Diff line number Diff line Loading @@ -2,8 +2,6 @@ lib, buildNpmPackage, fetchFromGitHub, pkg-config, libsecret, }: buildNpmPackage (finalAttrs: { Loading @@ -18,16 +16,8 @@ buildNpmPackage (finalAttrs: { }; sourceRoot = "${finalAttrs.src.name}/packages/language-server"; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libsecret ]; npmDepsHash = "sha256-UAGz/qCYf+jsgCWqvR52mW6Ze3WWP9EHuE4k9wCbnH0="; npmPackFlags = [ "--ignore-scripts" ]; NODE_OPTIONS = "--openssl-legacy-provider"; meta = { description = "Language server for Prisma"; homepage = "https://github.com/prisma/language-tools"; Loading