mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
python3Packages.usbrelay-py: migrate to pyproject (#542078)
This commit is contained in:
@@ -1,10 +1,16 @@
|
||||
{ buildPythonPackage, usbrelay }:
|
||||
{
|
||||
buildPythonPackage,
|
||||
setuptools,
|
||||
usbrelay,
|
||||
}:
|
||||
|
||||
buildPythonPackage {
|
||||
format = "setuptools";
|
||||
pname = "usbrelay_py";
|
||||
pyproject = true;
|
||||
inherit (usbrelay) version src;
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
preConfigure = ''
|
||||
cd usbrelay_py
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user