Hi Bjørn, > I got gnuradio to build and run. But after rebasing onto master python > wouldn't find the cheetah module anymore. Changing pythonFull to > python fixed it. But I don't understand why.
I don't know why pythonFull doesn't work. It's hard to say without seeing a complete build log and all that. Generally speaking, pythonFull is good for use in user profiles, but in Nix expressions the normal 'python' is preferable because it forces you explicitly state all dependencies that your package has. Just my 2 cents ... Peter _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
