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
commit 4e1cd916dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
'';