mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
vigra: enable parallel building
(this rebuilds libreoffice)
This commit is contained in:
parent
b2e6b56016
commit
c1de18ea23
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ in stdenv.mkDerivation rec {
|
|||
++ stdenv.lib.optionals (stdenv.system == "x86_64-linux")
|
||||
[ "-DCMAKE_CXX_FLAGS=-fPIC" "-DCMAKE_C_FLAGS=-fPIC" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Novel computer vision C++ library with customizable algorithms and data structures";
|
||||
homepage = http://hci.iwr.uni-heidelberg.de/vigra;
|
||||
|
|
Loading…
Reference in a new issue