Merge pull request #75468 from wamserma/remove-hexen
hexen: remove abandoned software
This commit is contained in:
commit
4315026324
|
@ -1,18 +0,0 @@
|
|||
{stdenv, fetchurl, SDL} :
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "hexen-0.2.3";
|
||||
src = fetchurl {
|
||||
url = https://www.libsdl.org/projects/hexen/src/hexen-0.2.3.tar.gz;
|
||||
sha256 = "c1433e930f2003c5f817f935406bb28ba15298a15b1c11f83f42df3e9f1f3bc4";
|
||||
};
|
||||
|
||||
buildInputs = [ SDL ];
|
||||
|
||||
meta = {
|
||||
homepage = http://www.libsdl.org/projects/hexen/;
|
||||
description = "Port of Raven Software's popular Hexen 3-D shooter game";
|
||||
license = stdenv.lib.licenses.free;
|
||||
broken = true;
|
||||
};
|
||||
}
|
|
@ -171,6 +171,7 @@ mapAliases ({
|
|||
hamster-time-traker = throw "hamster-time-tracker has been removed from nixpkgs, as it was unmaintained."; # added 2019-12-10
|
||||
heimdalFull = heimdal; # added 2018-05-01
|
||||
hepmc = hepmc2; # added 2019-08-05
|
||||
hexen = throw "hexen (SDL port) has been removed: Abandoned by upstream."; # added 2019-12-11
|
||||
hicolor_icon_theme = hicolor-icon-theme; # added 2018-02-25
|
||||
htmlTidy = html-tidy; # added 2014-12-06
|
||||
iana_etc = iana-etc; # added 2017-03-08
|
||||
|
|
|
@ -22777,8 +22777,6 @@ in
|
|||
inherit (haskellPackages) ghcWithPackages;
|
||||
};
|
||||
|
||||
hexen = callPackage ../games/hexen { };
|
||||
|
||||
holdingnuts = callPackage ../games/holdingnuts { };
|
||||
|
||||
hyperrogue = callPackage ../games/hyperrogue { };
|
||||
|
|
Loading…
Reference in New Issue