pyradio: moved package folder
pyradio is an end-user-application to listen to music and should be placed in the 'audio' folder, where all the similar applications are stored. It currently resides in the 'radio' folder, which mainly contains applications in the realm of signal processing and software-radio. See #137905.
This commit is contained in:
parent
bc9b956714
commit
647a5f636b
2 changed files with 1 additions and 1 deletions
|
@ -13061,7 +13061,7 @@ with pkgs;
|
|||
pipewire = callPackage ../development/libraries/pipewire {};
|
||||
pipewire_0_2 = callPackage ../development/libraries/pipewire/0.2.nix {};
|
||||
|
||||
pyradio = callPackage ../applications/radio/pyradio {};
|
||||
pyradio = callPackage ../applications/audio/pyradio {};
|
||||
|
||||
pyrex = pyrex095;
|
||||
|
||||
|
|
Loading…
Reference in a new issue