nodePackages.pscid: drop
This commit is contained in:
@@ -287,6 +287,7 @@ mapAliases {
|
||||
prettier_d_slim = pkgs.prettier-d-slim; # added 2023-09-14
|
||||
prettier-plugin-toml = throw "prettier-plugin-toml was removed because it provides no executable"; # added 2025-03-23
|
||||
inherit (pkgs) prisma; # added 2024-08-31
|
||||
pscid = throw "'pscid' has been removed because it was unmaintained upstream"; # Added 2025-12-07
|
||||
purty = throw "'purty' has been remved because it was unmaintained upstream"; # Added 2025-11-14
|
||||
inherit (pkgs) pxder; # added 2023-09-26
|
||||
inherit (pkgs) quicktype; # added 2023-09-09
|
||||
|
||||
@@ -12,5 +12,4 @@
|
||||
purescript-language-server = "purescript-language-server";
|
||||
purescript-psa = "psa";
|
||||
purs-tidy = "purs-tidy";
|
||||
pscid = "pscid";
|
||||
}
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
, "node2nix"
|
||||
, "postcss"
|
||||
, "prebuild-install"
|
||||
, "pscid"
|
||||
, "pulp"
|
||||
, "purescript-language-server"
|
||||
, "purescript-psa"
|
||||
|
||||
-134
@@ -9903,15 +9903,6 @@ let
|
||||
sha512 = "KDncfTmOZoOMTFG4mBlG0qUIOlc03fmzH+ru6RgYVZhPkyiy/92Owlt/8UEN+a4TXR1FQetfIpJE8ApdvdVxTg==";
|
||||
};
|
||||
};
|
||||
"keypress-0.2.1" = {
|
||||
name = "keypress";
|
||||
packageName = "keypress";
|
||||
version = "0.2.1";
|
||||
src = fetchurl {
|
||||
url = "https://registry.npmjs.org/keypress/-/keypress-0.2.1.tgz";
|
||||
sha512 = "HjorDJFNhnM4SicvaUXac0X77NiskggxJdesG72+O5zBKpSqKFCrqmndKVqpu3pFqkla0St6uGk8Ju0sCurrmg==";
|
||||
};
|
||||
};
|
||||
"keyv-3.1.0" = {
|
||||
name = "keyv";
|
||||
packageName = "keyv";
|
||||
@@ -17850,15 +17841,6 @@ let
|
||||
sha512 = "BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==";
|
||||
};
|
||||
};
|
||||
"which-4.0.0" = {
|
||||
name = "which";
|
||||
packageName = "which";
|
||||
version = "4.0.0";
|
||||
src = fetchurl {
|
||||
url = "https://registry.npmjs.org/which/-/which-4.0.0.tgz";
|
||||
sha512 = "GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==";
|
||||
};
|
||||
};
|
||||
"which-5.0.0" = {
|
||||
name = "which";
|
||||
packageName = "which";
|
||||
@@ -22036,122 +22018,6 @@ in
|
||||
bypassCache = true;
|
||||
reconstructLock = true;
|
||||
};
|
||||
pscid = nodeEnv.buildNodePackage {
|
||||
name = "pscid";
|
||||
packageName = "pscid";
|
||||
version = "2.11.0";
|
||||
src = fetchurl {
|
||||
url = "https://registry.npmjs.org/pscid/-/pscid-2.11.0.tgz";
|
||||
sha512 = "gD1XxTSZXiGiFFHDNZhc7E2n/BTdRM8nix2mpHhzxZcH/iZMTMKwXnT37anH6nbCzLWqF6RTmF/jgHsdHOwVeg==";
|
||||
};
|
||||
dependencies = [
|
||||
sources."@isaacs/cliui-8.0.2"
|
||||
sources."ansi-regex-5.0.1"
|
||||
sources."ansi-styles-6.2.1"
|
||||
sources."balanced-match-1.0.2"
|
||||
sources."brace-expansion-1.1.11"
|
||||
sources."color-convert-2.0.1"
|
||||
sources."color-name-1.1.4"
|
||||
sources."concat-map-0.0.1"
|
||||
(
|
||||
sources."cross-spawn-7.0.6"
|
||||
// {
|
||||
dependencies = [
|
||||
sources."which-2.0.2"
|
||||
];
|
||||
}
|
||||
)
|
||||
sources."eastasianwidth-0.2.0"
|
||||
sources."emoji-regex-9.2.2"
|
||||
sources."foreground-child-3.3.1"
|
||||
sources."fs.realpath-1.0.0"
|
||||
sources."gaze-1.1.3"
|
||||
(
|
||||
sources."glob-10.4.5"
|
||||
// {
|
||||
dependencies = [
|
||||
sources."brace-expansion-2.0.1"
|
||||
sources."minimatch-9.0.5"
|
||||
];
|
||||
}
|
||||
)
|
||||
(
|
||||
sources."globule-1.3.4"
|
||||
// {
|
||||
dependencies = [
|
||||
sources."glob-7.1.7"
|
||||
];
|
||||
}
|
||||
)
|
||||
sources."inflight-1.0.6"
|
||||
sources."inherits-2.0.4"
|
||||
sources."is-fullwidth-code-point-3.0.0"
|
||||
sources."isexe-2.0.0"
|
||||
sources."jackspeak-3.4.3"
|
||||
sources."keypress-0.2.1"
|
||||
sources."lodash-4.17.21"
|
||||
sources."lru-cache-10.4.3"
|
||||
sources."minimatch-3.0.8"
|
||||
sources."minipass-7.1.2"
|
||||
sources."once-1.4.0"
|
||||
sources."package-json-from-dist-1.0.1"
|
||||
sources."path-is-absolute-1.0.1"
|
||||
sources."path-key-3.1.1"
|
||||
sources."path-scurry-1.11.1"
|
||||
sources."shebang-command-2.0.0"
|
||||
sources."shebang-regex-3.0.0"
|
||||
sources."signal-exit-4.1.0"
|
||||
sources."string-width-5.1.2"
|
||||
(
|
||||
sources."string-width-cjs-4.2.3"
|
||||
// {
|
||||
dependencies = [
|
||||
sources."emoji-regex-8.0.0"
|
||||
sources."strip-ansi-6.0.1"
|
||||
];
|
||||
}
|
||||
)
|
||||
(
|
||||
sources."strip-ansi-7.1.0"
|
||||
// {
|
||||
dependencies = [
|
||||
sources."ansi-regex-6.1.0"
|
||||
];
|
||||
}
|
||||
)
|
||||
sources."strip-ansi-cjs-6.0.1"
|
||||
(
|
||||
sources."which-4.0.0"
|
||||
// {
|
||||
dependencies = [
|
||||
sources."isexe-3.1.1"
|
||||
];
|
||||
}
|
||||
)
|
||||
sources."wrap-ansi-8.1.0"
|
||||
(
|
||||
sources."wrap-ansi-cjs-7.0.0"
|
||||
// {
|
||||
dependencies = [
|
||||
sources."ansi-styles-4.3.0"
|
||||
sources."emoji-regex-8.0.0"
|
||||
sources."string-width-4.2.3"
|
||||
sources."strip-ansi-6.0.1"
|
||||
];
|
||||
}
|
||||
)
|
||||
sources."wrappy-1.0.2"
|
||||
];
|
||||
buildInputs = globalBuildInputs;
|
||||
meta = {
|
||||
description = "A lightweight editor experience for PureScript development";
|
||||
homepage = "https://github.com/kritzcreek/pscid#readme";
|
||||
license = "LGPL-3.0";
|
||||
};
|
||||
production = true;
|
||||
bypassCache = true;
|
||||
reconstructLock = true;
|
||||
};
|
||||
pulp = nodeEnv.buildNodePackage {
|
||||
name = "pulp";
|
||||
packageName = "pulp";
|
||||
|
||||
@@ -1338,6 +1338,7 @@ mapAliases {
|
||||
protonvpn-cli = throw "protonvpn-cli source code was removed from upstream. Use protonvpn-gui instead."; # Added 2025-10-16
|
||||
protonvpn-cli_2 = throw "protonvpn-cli_2 has been removed due to being deprecated. Use protonvpn-gui instead."; # Added 2025-10-16
|
||||
proxmark3-rrg = throw "'proxmark3-rrg' has been renamed to/replaced by 'proxmark3'"; # Converted to throw 2025-10-27
|
||||
pscid = throw "'pscid' has been removed because it was unmaintained upstream"; # Added 2025-12-12
|
||||
purple-discord = throw "'purple-discord' has been renamed to/replaced by 'pidginPackages.purple-discord'"; # Converted to throw 2025-10-27
|
||||
purple-facebook = throw "'purple-facebook' has been removed as it is unmaintained and doesn't support e2ee enforced by facebook."; # Added 2025-09-17
|
||||
purple-googlechat = throw "'purple-googlechat' has been renamed to/replaced by 'pidginPackages.purple-googlechat'"; # Converted to throw 2025-10-27
|
||||
|
||||
@@ -4834,8 +4834,6 @@ with pkgs;
|
||||
|
||||
pulp = nodePackages.pulp;
|
||||
|
||||
pscid = nodePackages.pscid;
|
||||
|
||||
coreboot-toolchain = recurseIntoAttrs (
|
||||
callPackage ../development/tools/misc/coreboot-toolchain { }
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user