python3Packages.sybil: Use buildPythonPackage
This commit is contained in:
parent
b75d1a480d
commit
565a8187a4
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
{ lib
|
||||
, buildPythonApplication
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
}:
|
||||
|
||||
buildPythonApplication rec {
|
||||
buildPythonPackage rec {
|
||||
pname = "sybil";
|
||||
version = "3.0.1";
|
||||
format = "setuptools";
|
||||
|
|
Loading…
Reference in a new issue