From 261472e8958276e64c6bb917a14e2ea5613f2d1b Mon Sep 17 00:00:00 2001 From: Elis Hirwing Date: Sat, 9 Feb 2019 15:59:52 +0100 Subject: [PATCH] wsjtx: Move from misc to radio --- pkgs/applications/{misc => radio}/wsjtx/default.nix | 0 pkgs/applications/{misc => radio}/wsjtx/super.patch | 0 pkgs/applications/{misc => radio}/wsjtx/wsjtx.patch | 0 pkgs/top-level/all-packages.nix | 2 +- 4 files changed, 1 insertion(+), 1 deletion(-) rename pkgs/applications/{misc => radio}/wsjtx/default.nix (100%) rename pkgs/applications/{misc => radio}/wsjtx/super.patch (100%) rename pkgs/applications/{misc => radio}/wsjtx/wsjtx.patch (100%) diff --git a/pkgs/applications/misc/wsjtx/default.nix b/pkgs/applications/radio/wsjtx/default.nix similarity index 100% rename from pkgs/applications/misc/wsjtx/default.nix rename to pkgs/applications/radio/wsjtx/default.nix diff --git a/pkgs/applications/misc/wsjtx/super.patch b/pkgs/applications/radio/wsjtx/super.patch similarity index 100% rename from pkgs/applications/misc/wsjtx/super.patch rename to pkgs/applications/radio/wsjtx/super.patch diff --git a/pkgs/applications/misc/wsjtx/wsjtx.patch b/pkgs/applications/radio/wsjtx/wsjtx.patch similarity index 100% rename from pkgs/applications/misc/wsjtx/wsjtx.patch rename to pkgs/applications/radio/wsjtx/wsjtx.patch diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 8016085242df..d6c15980c7dc 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -20157,7 +20157,7 @@ in ); }; - wsjtx = qt5.callPackage ../applications/misc/wsjtx { }; + wsjtx = qt5.callPackage ../applications/radio/wsjtx { }; wtftw = callPackage ../applications/window-managers/wtftw {};