tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
hercules: refactor
AndersonTorres
4 years ago
cecc4e40
b3c62405
+11
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
emulators
hercules
default.nix
+11
-2
pkgs/applications/emulators/hercules/default.nix
···
1
1
-
{ lib, stdenv, fetchurl }:
1
1
+
{ lib
2
2
+
, stdenv
3
3
+
, fetchurl
4
4
+
}:
2
5
3
6
stdenv.mkDerivation rec {
4
7
pname = "hercules";
···
10
13
};
11
14
12
15
meta = with lib; {
16
16
+
homepage = "http://www.hercules-390.eu";
13
17
description = "IBM mainframe emulator";
14
14
-
homepage = "http://www.hercules-390.eu";
18
18
+
longDescription = ''
19
19
+
Hercules is an open source software implementation of the mainframe
20
20
+
System/370 and ESA/390 architectures, in addition to the latest 64-bit
21
21
+
z/Architecture. Hercules runs under Linux, Windows, Solaris, FreeBSD, and
22
22
+
Mac OS X.
23
23
+
'';
15
24
license = licenses.qpl;
16
25
maintainers = [ maintainers.anna328p ];
17
26
};