irssi: enable parallel building

main
Ben Siraphob 2 years ago
parent a5921bc959
commit dc28299c85
No known key found for this signature in database
GPG Key ID: 45F0E5D788143267
  1. 2
      pkgs/applications/networking/irc/irssi/default.nix

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

Loading…
Cancel
Save