youtube-dl: without pandoc on non-pc

This commit is contained in:
Lluís Batlle i Rossell 2013-06-02 14:56:16 +02:00
parent ed4f1c947f
commit 0e57e74e6f

View file

@ -12,7 +12,8 @@ stdenv.mkDerivation {
};
buildInputs = [ python ];
nativeBuildInputs = [ pandoc zip ];
nativeBuildInputs = [ zip ] ++
stdenv.lib.optional (stdenv.isi686 || stdenv.isx86_64) pandoc;
patchPhase = ''
rm youtube-dl