mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 15:58:36 +00:00
gd: enable parallel building
This commit is contained in:
parent
4c99d22f19
commit
3a7ec4c8f4
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue