Merge pull request #158392 from siraben/irssi-parallel

irssi: enable parallel building
This commit is contained in:
Ben Siraphob
2022-02-06 20:19:07 +00:00
committed by GitHub
@@ -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
'';