Skip to content

Commit

Permalink
cinelerra: disable parallel building
Browse files Browse the repository at this point in the history
  • Loading branch information
orivej committed Dec 7, 2017
1 parent d946af4 commit f1226ac
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pkgs/applications/video/cinelerra/default.nix
Expand Up @@ -50,11 +50,9 @@ stdenv.mkDerivation {
fontconfig intltool
];

# Note: the build may fail with e.g.:
# CXX edl.o
# $ make -C cinelerra edl.o
# edl.C:50:25: fatal error: versioninfo.h: No such file or directory
# #include "versioninfo.h"
enableParallelBuilding = true;
enableParallelBuilding = false;

meta = {
description = "Video Editor";
Expand Down

0 comments on commit f1226ac

Please sign in to comment.