hercules: refactor

+11 -2
+11 -2
pkgs/applications/emulators/hercules/default.nix
··· 1 - { lib, stdenv, fetchurl }: 1 + { lib 2 + , stdenv 3 + , fetchurl 4 + }: 2 5 3 6 stdenv.mkDerivation rec { 4 7 pname = "hercules"; ··· 10 13 }; 11 14 12 15 meta = with lib; { 16 + homepage = "http://www.hercules-390.eu"; 13 17 description = "IBM mainframe emulator"; 14 - homepage = "http://www.hercules-390.eu"; 18 + longDescription = '' 19 + Hercules is an open source software implementation of the mainframe 20 + System/370 and ESA/390 architectures, in addition to the latest 64-bit 21 + z/Architecture. Hercules runs under Linux, Windows, Solaris, FreeBSD, and 22 + Mac OS X. 23 + ''; 15 24 license = licenses.qpl; 16 25 maintainers = [ maintainers.anna328p ]; 17 26 };