gd: enable parallel building

This commit is contained in:
Joachim Fasting 2016-06-02 19:50:28 +02:00
parent 4c99d22f19
commit 3a7ec4c8f4
No known key found for this signature in database
GPG Key ID: 4330820E1E04DCF4

View File

@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
postFixup = ''moveToOutput "bin/gdlib-config" $dev'';
enableParallelBuilding = true;
meta = with stdenv.lib; {
homepage = https://libgd.github.io/;
description = "A dynamic image creation library";