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
commit 73d39d5db3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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