about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2016-06-02 19:50:28 +0200
committerJoachim Fasting <joachifm@fastmail.fm>2016-06-03 15:43:12 +0200
commit3a7ec4c8f40680f63c3f3d9793c46065be1c1a49 (patch)
tree5f4b5dd95f9f4e74aa08adb19acd57fbbe051535 /pkgs/development
parent4c99d22f19d329fe102d89c838134d75f1bf35a2 (diff)
downloadnixlib-3a7ec4c8f40680f63c3f3d9793c46065be1c1a49.tar
nixlib-3a7ec4c8f40680f63c3f3d9793c46065be1c1a49.tar.gz
nixlib-3a7ec4c8f40680f63c3f3d9793c46065be1c1a49.tar.bz2
nixlib-3a7ec4c8f40680f63c3f3d9793c46065be1c1a49.tar.lz
nixlib-3a7ec4c8f40680f63c3f3d9793c46065be1c1a49.tar.xz
nixlib-3a7ec4c8f40680f63c3f3d9793c46065be1c1a49.tar.zst
nixlib-3a7ec4c8f40680f63c3f3d9793c46065be1c1a49.zip
gd: enable parallel building
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/gd/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/gd/default.nix b/pkgs/development/libraries/gd/default.nix
index 68c713c235e9..5759aa46d13f 100644
--- a/pkgs/development/libraries/gd/default.nix
+++ b/pkgs/development/libraries/gd/default.nix
@@ -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";