From 65bda966309454fd1a69a2478e4b207069fc5b5b Mon Sep 17 00:00:00 2001 From: Francesco Gazzetta Date: Mon, 16 Sep 2019 10:19:54 +0200 Subject: [PATCH] sfxr-qt: fix build by adding setuptools native dep --- pkgs/applications/audio/sfxr-qt/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/audio/sfxr-qt/default.nix b/pkgs/applications/audio/sfxr-qt/default.nix index 706d0faa3bc1..615a8a8c6604 100644 --- a/pkgs/applications/audio/sfxr-qt/default.nix +++ b/pkgs/applications/audio/sfxr-qt/default.nix @@ -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