mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 18:42:15 +00:00
e9ad37e231
Having both *-wrapper and *-full attribute names is rather confusing (what's the difference?). And further, both packages are named gnuradio-with-packages: $ nix-env -f. -qaP ".*gnuradio.*" gnuradio gnuradio-3.7.7.1 gnuradio-osmosdr gnuradio-osmosdr-0.1.4 gnuradio-full gnuradio-with-packages-3.7.7.1 gnuradio-wrapper gnuradio-with-packages-3.7.7.1 Get rid of *-wrapper and rename *-full to *-with-packages, to align it with the package name. Now: $ nix-env -f. -qaP ".*gnuradio.*" gnuradio gnuradio-3.7.7.1 gnuradio-osmosdr gnuradio-osmosdr-0.1.4 gnuradio-with-packages gnuradio-with-packages-3.7.7.1 And you can customize the *-with-packages variant like this: gnuradio-with-packages.override { extraPackages = [...]; } |
||
---|---|---|
.. | ||
applications | ||
build-support | ||
data | ||
desktops | ||
development | ||
games | ||
misc | ||
os-specific | ||
servers | ||
shells | ||
stdenv | ||
test | ||
tools | ||
top-level |