mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
sfxr-qt: fix build by adding setuptools native dep
This commit is contained in:
parent
48af02a402
commit
65bda96630
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