mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
linuxPackages.evdi: enable parallel building
Tested at -j48.
This commit is contained in:
parent
d5872d277c
commit
09143afa61
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ stdenv.mkDerivation rec {
|
|||
install -Dm755 library/libevdi.so $out/lib/libevdi.so
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Extensible Virtual Display Interface";
|
||||
maintainers = with maintainers; [ eyjhb ];
|
||||
|
|
Loading…
Reference in a new issue