1 { lib, stdenv, fetchgit, libmowgli, pkg-config, git, gettext, pcre, libidn, libxcrypt, cracklib, openssl }:
3 stdenv.mkDerivation rec {
8 url = "https://github.com/atheme/atheme.git";
10 hash = "sha256-KAC1ZPNo4TqfVryKOYYef8cRWRgFmyEdvl1bgvpGNiM=";
14 nativeBuildInputs = [ pkg-config git gettext ];
15 buildInputs = [ libmowgli pcre libidn libxcrypt cracklib openssl ];
23 "--enable-reproducible-builds"
27 description = "Set of services for IRC networks";
28 homepage = "https://atheme.github.io/";
29 license = licenses.isc;
30 platforms = platforms.unix;
31 maintainers = with maintainers; [ leo60228 ];