pmbootstrap: fix darwin build
This commit is contained in:
parent
3704dd0fa1
commit
380e272be1
@ -26,9 +26,12 @@ python3Packages.buildPythonApplication rec {
|
||||
# Tests depend on sudo
|
||||
doCheck = stdenv.isLinux;
|
||||
|
||||
build-system = [
|
||||
python3Packages.setuptools
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
python3Packages.pytestCheckHook
|
||||
python3Packages.setuptools
|
||||
git
|
||||
openssl
|
||||
ps
|
||||
|
Loading…
Reference in New Issue
Block a user