claws-mail: enable parallel building
This commit is contained in:
parent
4eadb3f154
commit
5e3eb6741f
@ -80,6 +80,8 @@ stdenv.mkDerivation {
|
||||
++ optional (!enablePluginVcalendar) "--disable-vcalendar-plugin"
|
||||
++ optional (!enableSpellcheck) "--disable-enchant";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
postInstall = ''
|
||||
mkdir -p $out/share/applications
|
||||
cp claws-mail.desktop $out/share/applications
|
||||
|
Loading…
x
Reference in New Issue
Block a user