mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
_5etools: drop
Upstream is in a questionable legal position, with repos frequently being taken down to DMCA [1]. Hydra is also unable to build _5etools, see #219557. While we could chase mirrors of the repository, that seems like a bad idea. [1] https://github.com/5etools-mirror-1/5etools-mirror-1.github.io
This commit is contained in:
parent
fd1e5d95bf
commit
2a8e737a8a
2 changed files with 1 additions and 20 deletions
|
@ -1,20 +0,0 @@
|
|||
{ fetchFromGitHub, lib }:
|
||||
|
||||
fetchFromGitHub rec {
|
||||
pname = "5etools";
|
||||
version = "1.175.2";
|
||||
|
||||
owner = "5etools-mirror-1";
|
||||
repo = "5etools-mirror-1.github.io";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-0+QjtcmKsfcSehvn4DChBhSVooy9wlqaSCgeAFgeL+w=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Suite of browser-based tools for players and DMs of D&D 5e";
|
||||
homepage = "https://5e.tools";
|
||||
changelog = "https://github.com/5etools-mirror-1/5etools-mirror-1.github.io/releases/tag/v${version}";
|
||||
license = [ licenses.mit ];
|
||||
maintainers = with maintainers; [ urandom ];
|
||||
hydraPlatforms = [ ]; # src tarball is 4.7G, unpackeed 4.8G, exceeds hydras output limit
|
||||
};
|
||||
}
|
|
@ -224,6 +224,7 @@ mapAliases {
|
|||
|
||||
### _ ###
|
||||
_1password = lib.warnOnInstantiate "_1password has been renamed to _1password-cli to better follow upstream name usage" _1password-cli; # Added 2024-10-24
|
||||
_5etools = throw "'_5etools' has been removed, as upstream is in a questionable legal position and the build was broken.";
|
||||
"7z2hashcat" =
|
||||
throw "'7z2hashcat' has been renamed to '_7z2hashcat' as the former isn't a valid variable name."; # Added 2024-11-27
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue