sfxr-qt: fix build by adding setuptools native dep

This commit is contained in:
Francesco Gazzetta 2019-09-16 10:19:54 +02:00
parent 48af02a402
commit 65bda96630

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