mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
swt_jdk8: remove
This commit is contained in:
parent
cb5d943e5f
commit
07d943c46f
2 changed files with 1 additions and 4 deletions
|
@ -1282,6 +1282,7 @@ mapAliases {
|
|||
swig4 = swig; # Added 2024-09-12
|
||||
swigWithJava = throw "swigWithJava has been removed as the main swig package has supported Java since 2009"; # Added 2024-09-12
|
||||
swtpm-tpm2 = throw "'swtpm-tpm2' has been renamed to/replaced by 'swtpm'"; # Converted to throw 2024-10-17
|
||||
swt_jdk8 = throw "'swt_jdk8' has been removed due to being unused and broken for a long time"; # Added 2025-01-07
|
||||
Sylk = sylk; # Added 2024-06-12
|
||||
symbiyosys = sby; # Added 2024-08-18
|
||||
sync = taler-sync; # Added 2024-09-04
|
||||
|
|
|
@ -11062,10 +11062,6 @@ with pkgs;
|
|||
saxon_11-he
|
||||
saxon_12-he;
|
||||
|
||||
swt_jdk8 = callPackage ../by-name/sw/swt/package.nix {
|
||||
jdk = jdk8;
|
||||
};
|
||||
|
||||
### DEVELOPMENT / LIBRARIES / JAVASCRIPT
|
||||
|
||||
### DEVELOPMENT / BOWER MODULES (JAVASCRIPT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue