pkgs.internetarchive: remove fetchPypi, coming from python3Packages

This commit is contained in:
makefu 2018-01-08 09:14:48 +01:00
parent 17883f68dd
commit 05c6e0b86c
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -1,4 +1,4 @@
{ stdenv, pkgs, fetchPypi, ... }:
{ stdenv, pkgs, ... }:
with pkgs.python3Packages;
buildPythonPackage rec {
pname = "internetarchive";