1
0
Fork 1
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:
Orivej Desh 2017-11-17 16:40:46 +00:00
parent 7c737cb506
commit 4be7aae5b3

View file

@ -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 = {