chirp: Move from misc to radio

This commit is contained in:
Elis Hirwing 2019-02-09 15:52:57 +01:00
parent 0dbf08ab64
commit a2722270db
No known key found for this signature in database
GPG key ID: D57EFA625C9A925F
2 changed files with 1 additions and 1 deletions

View file

@ -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;
};