Merge pull request #68881 from fgaz/sfxr-qt/setuptools

sfxr-qt: fix build by adding setuptools native dep
This commit is contained in:
worldofpeace
2019-09-17 07:33:27 -04:00
committed by GitHub

View File

@@ -20,7 +20,7 @@ mkDerivation rec {
};
nativeBuildInputs = [
cmake
(python3.withPackages (pp: with pp; [ pyyaml jinja2 ]))
(python3.withPackages (pp: with pp; [ pyyaml jinja2 setuptools ]))
];
buildInputs = [
qtbase