chirp: Move from misc to radio

This commit is contained in:
Elis Hirwing
2019-02-09 21:38:21 +01:00
parent 0dbf08ab64
commit a2722270db
2 changed files with 1 additions and 1 deletions
+1 -1
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;
};