gnss-sdr: Fix build by adding python six

This commit is contained in:
Doron Behar
2020-12-05 13:23:00 +02: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.