mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03: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'';
|
postFixup = ''moveToOutput "bin/gdlib-config" $dev'';
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://libgd.github.io/;
|
homepage = https://libgd.github.io/;
|
||||||
description = "A dynamic image creation library";
|
description = "A dynamic image creation library";
|
||||||
|
Loading…
Reference in New Issue
Block a user