hercules: init at 3.13
This commit is contained in:
parent
a15e0daf99
commit
e882dfe91f
18
pkgs/applications/virtualization/hercules/default.nix
Normal file
18
pkgs/applications/virtualization/hercules/default.nix
Normal 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 ];
|
||||
};
|
||||
}
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user