about summary refs log tree commit diff
path: root/pkgs/applications/video/cinelerra/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/video/cinelerra/default.nix')
-rw-r--r--pkgs/applications/video/cinelerra/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/applications/video/cinelerra/default.nix b/pkgs/applications/video/cinelerra/default.nix
index 5255879e855c..83736d039327 100644
--- a/pkgs/applications/video/cinelerra/default.nix
+++ b/pkgs/applications/video/cinelerra/default.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchgit, sourceFromHead, autoconf, automake, libtool
 , pkgconfig, faad2, faac, a52dec, alsaLib, fftw, lame, libavc1394
 , libiec61883, libraw1394, libsndfile, libvorbis, libogg, libjpeg
-, libtiff, freetype, mjpegtools, x264, gettext, openexr, esound 
+, libtiff, freetype, mjpegtools, x264, gettext, openexr, esound
 , libXext, libXxf86vm, libXv, libXi, libX11, xextproto, libtheora, libpng
 , libdv, libuuid, file, nasm, perl }:
         
@@ -26,8 +26,6 @@ stdenv.mkDerivation {
     ./autogen.sh
     sed -i -e "s@/usr/bin/file@${file}/bin/file@" ./configure
   '';
-  
-  configureFlags = [ "--enable-freetype2" ];
 
   buildInputs =
     [ automake