python3Packages.screeninfo: Use buildPythonPackage

This commit is contained in:
Martin Weinelt
2022-10-02 19:06:36 +02:00
parent b934a91f70
commit d677311d46
@@ -1,6 +1,6 @@
{ stdenv
, lib
, buildPythonApplication
, buildPythonPackage
, dataclasses
, fetchFromGitHub
, libX11
@@ -11,7 +11,7 @@
, pythonOlder
}:
buildPythonApplication rec {
buildPythonPackage rec {
pname = "screeninfo";
version = "0.8.1";
format = "pyproject";