mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 23:20:55 +00:00
cinelerra: add a note about parallel building
This commit is contained in:
parent
7c737cb506
commit
4be7aae5b3
|
@ -50,6 +50,10 @@ stdenv.mkDerivation {
|
|||
fontconfig intltool
|
||||
];
|
||||
|
||||
# Note: the build may fail with e.g.:
|
||||
# CXX edl.o
|
||||
# edl.C:50:25: fatal error: versioninfo.h: No such file or directory
|
||||
# #include "versioninfo.h"
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue