irssi: enable parallel building

This commit is contained in:
Ben Siraphob 2022-02-06 14:17:05 -06:00
parent a5921bc959
commit dc28299c85
No known key found for this signature in database
GPG Key ID: 45F0E5D788143267

View File

@ -16,6 +16,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkg-config autoconf automake libtool git ];
buildInputs = [ ncurses glib openssl perl libintl libgcrypt libotr ];
enableParallelBuilding = true;
preConfigure = ''
NOCONFIGURE=1 ./autogen.sh
'';