Merge pull request #68881 from fgaz/sfxr-qt/setuptools
sfxr-qt: fix build by adding setuptools native dep
This commit is contained in:
commit
73d39d5db3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue