python3Packages.ropper: use buildPythonPackage
Ropper is not only an application, but also a library.
This commit is contained in:
parent
15824c0379
commit
6ab2bfcfc3
@ -1,12 +1,12 @@
|
||||
{ lib
|
||||
, buildPythonApplication
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, capstone
|
||||
, filebytes
|
||||
, pytest
|
||||
}:
|
||||
|
||||
buildPythonApplication rec {
|
||||
buildPythonPackage rec {
|
||||
pname = "ropper";
|
||||
version = "1.13.6";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user