pmbootstrap: fix darwin build

This commit is contained in:
Matteo Pacini 2024-08-23 15:02:45 +01:00
parent 3704dd0fa1
commit 380e272be1

View File

@ -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