14 stdenv.mkDerivation (finalAttrs: {
19 url = "https://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/epic5-${finalAttrs.version}.tar.xz";
20 hash = "sha256-QiD9Lx4IxbR+w0NFw5cANqN9cvu1QR45wQ87zlV8FNU=";
30 ++ lib.optionals stdenv.hostPlatform.isDarwin [
44 homepage = "https://epicsol.org";
45 description = "IRC client that offers a great ircII interface";
46 license = lib.licenses.bsd3;
47 maintainers = with lib.maintainers; [ bot-wxt1221 ];
48 platforms = lib.platforms.unix;
49 mainProgram = "epic5";