From 5afe0ddcf38d57365eb42a791373594c5004c7be Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Sat, 18 Dec 2021 11:05:57 +0800 Subject: [PATCH] pantheon-tweaks: move to pkgs/desktops/pantheon/third-party --- .../pantheon/third-party}/pantheon-tweaks/default.nix | 0 .../pantheon/third-party}/pantheon-tweaks/fix-paths.patch | 0 pkgs/top-level/all-packages.nix | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename pkgs/{applications/system => desktops/pantheon/third-party}/pantheon-tweaks/default.nix (100%) rename pkgs/{applications/system => desktops/pantheon/third-party}/pantheon-tweaks/fix-paths.patch (100%) diff --git a/pkgs/applications/system/pantheon-tweaks/default.nix b/pkgs/desktops/pantheon/third-party/pantheon-tweaks/default.nix similarity index 100% rename from pkgs/applications/system/pantheon-tweaks/default.nix rename to pkgs/desktops/pantheon/third-party/pantheon-tweaks/default.nix diff --git a/pkgs/applications/system/pantheon-tweaks/fix-paths.patch b/pkgs/desktops/pantheon/third-party/pantheon-tweaks/fix-paths.patch similarity index 100% rename from pkgs/applications/system/pantheon-tweaks/fix-paths.patch rename to pkgs/desktops/pantheon/third-party/pantheon-tweaks/fix-paths.patch diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index db467bb0e221..61fd8102dd99 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -8446,7 +8446,7 @@ with pkgs; pamtester = callPackage ../tools/security/pamtester { }; - pantheon-tweaks = callPackage ../applications/system/pantheon-tweaks { }; + pantheon-tweaks = callPackage ../desktops/pantheon/third-party/pantheon-tweaks { }; paperless-ng = callPackage ../applications/office/paperless-ng { };