mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03: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 New Issue
Block a user