mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
vigra: enable parallel building
(this rebuilds libreoffice)
This commit is contained in:
parent
b2e6b56016
commit
c1de18ea23
|
@ -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