nodePackages.purescript-psa: drop
This commit is contained in:
@@ -290,6 +290,7 @@ mapAliases {
|
||||
pscid = throw "'pscid' has been removed because it was unmaintained upstream"; # Added 2025-12-07
|
||||
pulp = throw "'pulp' has been removed because it was unmaintained upstream"; # Added 2025-12-07
|
||||
purescript-language-server = throw "'purescript-language-server' has been removed because it was unmaintained within nixpkgs"; # Added 2025-12-12
|
||||
purescript-psa = throw "'purescript-psa' has been removed because it was unmaintained within nixpkgs"; # Added 2025-12-12
|
||||
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
|
||||
|
||||
@@ -8,6 +8,5 @@
|
||||
aws-cdk = "cdk";
|
||||
grunt-cli = "grunt";
|
||||
gulp-cli = "gulp";
|
||||
purescript-psa = "psa";
|
||||
purs-tidy = "purs-tidy";
|
||||
}
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
, "node2nix"
|
||||
, "postcss"
|
||||
, "prebuild-install"
|
||||
, "purescript-psa"
|
||||
, "purs-tidy"
|
||||
, "sass"
|
||||
, "semver"
|
||||
|
||||
-18
@@ -21712,24 +21712,6 @@ in
|
||||
bypassCache = true;
|
||||
reconstructLock = true;
|
||||
};
|
||||
purescript-psa = nodeEnv.buildNodePackage {
|
||||
name = "purescript-psa";
|
||||
packageName = "purescript-psa";
|
||||
version = "0.9.0";
|
||||
src = fetchurl {
|
||||
url = "https://registry.npmjs.org/purescript-psa/-/purescript-psa-0.9.0.tgz";
|
||||
sha512 = "yKsPiF4x/LjxOAzeUFIr/f0PtBgRK3IBwh4fNY6Ndz+p12QOEjReeJxqt5wIUo1O6RHPJLmb1Dro2xxc8I9w9w==";
|
||||
};
|
||||
buildInputs = globalBuildInputs;
|
||||
meta = {
|
||||
description = "Error/Warning reporting frontend for psc";
|
||||
homepage = "https://github.com/natefaubion/purescript-psa#readme";
|
||||
license = "MIT";
|
||||
};
|
||||
production = true;
|
||||
bypassCache = true;
|
||||
reconstructLock = true;
|
||||
};
|
||||
purs-tidy = nodeEnv.buildNodePackage {
|
||||
name = "purs-tidy";
|
||||
packageName = "purs-tidy";
|
||||
|
||||
Reference in New Issue
Block a user