[Nix-dev] Packaging gnuradio
Peter Simons
simons at cryp.to
Sat Nov 9 20:56:22 CET 2013
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
More information about the nix-dev
mailing list