mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 01:33:20 +00:00
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
Block a user