mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-15 17:34:04 +00:00
python3Packages.drivelib: Use buildPythonPackage
This commit is contained in:
parent
df99716e49
commit
2cf6c1f1b3
@ -1,5 +1,5 @@
|
||||
{ lib
|
||||
, buildPythonApplication
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, expiringdict
|
||||
, google-auth-httplib2
|
||||
@ -7,7 +7,7 @@
|
||||
, google-api-python-client
|
||||
}:
|
||||
|
||||
buildPythonApplication rec {
|
||||
buildPythonPackage rec {
|
||||
pname = "drivelib";
|
||||
version = "0.3.0";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user