Skip to content

Commit

Permalink
sfxr-qt: fix build by adding setuptools native dep
Browse files Browse the repository at this point in the history
(cherry picked from commit 65bda96)
  • Loading branch information
fgaz authored and worldofpeace committed Sep 17, 2019
1 parent 4ff0d77 commit e83682c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/audio/sfxr-qt/default.nix
Expand Up @@ -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
Expand Down

0 comments on commit e83682c

Please sign in to comment.