Merge pull request #336786 from matteo-pacini/pmbootstrap-darwin

pmbootstrap: fix darwin build

authored by Jonas Heinrich and committed by GitHub d87e96e5 0ac15ac9

+4 -1
+4 -1
pkgs/by-name/pm/pmbootstrap/package.nix
··· 26 26 # Tests depend on sudo 27 27 doCheck = stdenv.isLinux; 28 28 29 + build-system = [ 30 + python3Packages.setuptools 31 + ]; 32 + 29 33 nativeCheckInputs = [ 30 34 python3Packages.pytestCheckHook 31 - python3Packages.setuptools 32 35 git 33 36 openssl 34 37 ps