From 080930412b51d80a78a6c505a682323e7ad0cb2b Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Tue, 6 Oct 2020 05:03:16 +0300 Subject: [PATCH] gnss-sdr: Fix build by adding python six --- pkgs/applications/radio/gnss-sdr/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/radio/gnss-sdr/default.nix b/pkgs/applications/radio/gnss-sdr/default.nix index cc89ffb4f87..d7e2d44c75c 100644 --- a/pkgs/applications/radio/gnss-sdr/default.nix +++ b/pkgs/applications/radio/gnss-sdr/default.nix @@ -41,6 +41,7 @@ stdenv.mkDerivation rec { orc pkgconfig pythonPackages.Mako + pythonPackages.six # UHD support is optional, but gnuradio is built with it, so there's # nothing to be gained by leaving it out.