1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-02 18:42:15 +00:00
nixpkgs/pkgs
Bjørn Forsman e9ad37e231 gnuradio: rename *-wrapper and *-full attributes to *-with-packages
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 = [...]; }
2015-08-30 22:01:46 +02:00
..
applications calf: fix src URL (sourceforge->calf-studio-gear.org) 2015-08-30 19:02:09 +02:00
build-support
data Unify the docbook-xsl and docbook-xsl-ns expressions 2015-08-27 19:07:44 +02:00
desktops gcr: 3.14.0 -> 3.16.0, should fix race condition during build 2015-08-28 11:35:29 +02:00
development Merge pull request #9427 from henrytill/racket-6.2.1 2015-08-30 13:56:54 -05:00
games wesnoth: 1.10.7 -> 1.12.4 2015-08-30 05:36:17 +03:00
misc vimPlugins: adding css_color_5056, ctrlp-py-matcher, ctrlp-z, goyo, vim-signify, vim-webdevicons 2015-08-29 21:01:38 +02:00
os-specific nvidia: 352.30 -> 352.41 2015-08-30 10:57:16 -07:00
servers prometheus-statsd-bridge: fold into go-packages.nix 2015-08-30 00:26:10 -07:00
shells
stdenv
test
tools urjtag: init at 0.10 2015-08-30 20:47:24 +02:00
top-level gnuradio: rename *-wrapper and *-full attributes to *-with-packages 2015-08-30 22:01:46 +02:00