I guess it's a political question whether Qt is an upgrade from Gtk, but for whatever reason the Qt version appears to have text in the toolbar instead of icons, so I'd like to stick with the inferior Gtk for now.
nixos.audacious{,Qt5} have the same name, but versions 3.8 and 3.8.1 respectively.
$ nix-env -iA nixos.audacious
$ nix-env -u audacious
$ nixos-version
17.03pre100522.01fef3f (Gorilla)
$ nix-env --version
nix-env (Nix) 1.11.6
$ nix-instantiate --eval '<nixpkgs>' -A lib.nixpkgsVersion
"17.03pre100522.01fef3f"
What I understand from their website they support both. If we want to support both they should have different names.
Most helpful comment
What I understand from their website they support both. If we want to support both they should have different names.