whitespace cleaning

This commit is contained in:
Mathijs Kwik
2013-06-25 09:17:34 +02:00
parent 0689016e3e
commit 7f413e4d5c
8 changed files with 17 additions and 17 deletions

View File

@@ -30,12 +30,12 @@ assert playSupport -> SDL != null;
stdenv.mkDerivation rec {
name = "ffmpeg-1.2";
src = fetchurl {
url = "http://www.ffmpeg.org/releases/${name}.tar.bz2";
sha256 = "1bssxbn4p813xlgb8whg4b60j90yzfy92x70b4q8j35fgp0gnfcs";
};
# `--enable-gpl' (as well as the `postproc' and `swscale') mean that
# the resulting library is GPL'ed, so it can only be used in GPL'ed
# applications.
@@ -78,7 +78,7 @@ stdenv.mkDerivation rec {
++ stdenv.lib.optional playSupport SDL;
enableParallelBuilding = true;
crossAttrs = {
dontSetConfigureCross = true;
configureFlags = configureFlags ++ [