gnss-sdr: Fix build by adding python six

This commit is contained in:
Doron Behar 2020-10-06 05:03:16 +03:00
parent ed44b466e6
commit 080930412b

@ -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.