qgroundcontrol: move to by-name

This commit is contained in:
Gavin John
2024-09-13 16:01:50 -07:00
parent 4e97f9fd26
commit df27526744
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -32787,7 +32787,7 @@ with pkgs;
wrapQemuBinfmtP = callPackage ../applications/virtualization/qemu/binfmt-p-wrapper.nix { };
qgroundcontrol = libsForQt5.callPackage ../applications/science/robotics/qgroundcontrol { };
qgroundcontrol = libsForQt5.callPackage ../by-name/qg/qgroundcontrol/package.nix { };
qjackctl = libsForQt5.callPackage ../applications/audio/qjackctl { };