mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
chirp: Move from misc to radio
This commit is contained in:
parent
0dbf08ab64
commit
a2722270db
2 changed files with 1 additions and 1 deletions
|
@ -16371,7 +16371,7 @@ in
|
|||
|
||||
chatzilla = callPackage ../applications/networking/irc/chatzilla { };
|
||||
|
||||
chirp = callPackage ../applications/misc/chirp {
|
||||
chirp = callPackage ../applications/radio/chirp {
|
||||
inherit (pythonPackages) pyserial pygtk;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue