buildNativeInputs -> nativeBuildInputs
This commit is contained in:
@@ -12,7 +12,7 @@ stdenv.mkDerivation {
|
||||
};
|
||||
|
||||
buildInputs = [ python ];
|
||||
buildNativeInputs = [ pandoc zip ];
|
||||
nativeBuildInputs = [ pandoc zip ];
|
||||
|
||||
patchPhase = ''
|
||||
rm youtube-dl
|
||||
|
||||
Reference in New Issue
Block a user