mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
youtube-dl: enable the documentation build
This commit is contained in:
parent
8235e8c544
commit
64cef6eaa7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user