cleanup
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ python3Packages, fetchFromGitHub, ... }:
|
||||
python3Packages.buildPythonPackage rec {
|
||||
python3Packages.buildPythonPackage {
|
||||
pname = "pipewire-python";
|
||||
version = "0.2.3";
|
||||
format = "pyproject";
|
||||
@@ -12,6 +12,10 @@ python3Packages.buildPythonPackage rec {
|
||||
};
|
||||
|
||||
buildInputs = with python3Packages; [ flit-core ];
|
||||
nativeBuildInputs = with python3Packages; [ build wheel ];
|
||||
doCheck = false; # no tests in the PyPI tarball
|
||||
nativeBuildInputs = with python3Packages; [
|
||||
build
|
||||
wheel
|
||||
];
|
||||
|
||||
doCheck = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user