hercules: init at 3.13

This commit is contained in:
Dmitry Kudriavtsev 2020-02-01 18:34:01 -08:00 committed by Jon
parent a15e0daf99
commit e882dfe91f
2 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,18 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
pname = "hercules";
version = "3.13";
src = fetchurl {
url = "http://downloads.hercules-390.eu/${pname}-${version}.tar.gz";
sha256 = "0zg6rwz8ib4alibf8lygi8qn69xx8n92kbi8b3jhi1ymb32mf349";
};
meta = with stdenv.lib; {
description = "IBM mainframe emulator";
homepage = "http://www.hercules-390.eu";
license = licenses.qpl;
maintainers = [ maintainers.dkudriavtsev ];
};
}

View file

@ -19937,6 +19937,8 @@ in
herbstluftwm = callPackage ../applications/window-managers/herbstluftwm { };
hercules = callPackage ../applications/virtualization/hercules { };
hexchat = callPackage ../applications/networking/irc/hexchat { };
hexcurse = callPackage ../applications/editors/hexcurse { };