profanity: enable parallel build
This commit is contained in:
parent
43ebfb5016
commit
eb31aec16e
|
@ -21,7 +21,10 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1f7ylw3mhhnii52mmk40hyc4kqhpvjdr3hmsplzkdhsfww9kflg3";
|
||||
};
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
||||
buildInputs = [
|
||||
readline libuuid libmesode
|
||||
glib openssl expat ncurses libotr curl
|
||||
|
|
Loading…
Reference in New Issue