youtube-dl: enable the documentation build

This commit is contained in:
Peter Simons 2015-01-02 14:56:46 +01:00
parent 8235e8c544
commit 64cef6eaa7

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, python, zip }:
{ stdenv, fetchurl, python, zip, pandoc }:
let
version = "2014.12.17.2";
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
};
buildInputs = [ python ];
nativeBuildInputs = [ zip ];
nativeBuildInputs = [ zip pandoc ];
patchPhase = ''
rm youtube-dl