6 # A build without gui components and other utilites not needed for end user
10 unwrapped = gnuradio.unwrapped.override {
11 volk = volk.override {
12 # So it will not reference python
13 enableModTool = false;
17 gnuradio-companion = false;
18 python-support = false;
26 # Doesn't make it reference python eventually, but makes reverse
27 # depdendencies require python to use cmake files of GR.