Skip to content

Commit

Permalink
cinelerra: add a note about parallel building
Browse files Browse the repository at this point in the history
  • Loading branch information
orivej committed Nov 17, 2017
1 parent 7c737cb commit 4be7aae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/applications/video/cinelerra/default.nix
Expand Up @@ -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 = {
Expand Down

0 comments on commit 4be7aae

Please sign in to comment.