From 60a6246f2bb3872134366088cfba3170ef4f86f2 Mon Sep 17 00:00:00 2001 From: Saterfield990 Date: Mon, 23 Jun 2025 11:15:13 +0300 Subject: [PATCH] tor: move to by-name --- .../to}/tor/disable-monotonic-timer-tests.patch | 0 .../security/tor/default.nix => by-name/to/tor/package.nix} | 0 pkgs/{tools/security => by-name/to}/tor/update.nix | 0 pkgs/top-level/all-packages.nix | 2 -- 4 files changed, 2 deletions(-) rename pkgs/{tools/security => by-name/to}/tor/disable-monotonic-timer-tests.patch (100%) rename pkgs/{tools/security/tor/default.nix => by-name/to/tor/package.nix} (100%) rename pkgs/{tools/security => by-name/to}/tor/update.nix (100%) diff --git a/pkgs/tools/security/tor/disable-monotonic-timer-tests.patch b/pkgs/by-name/to/tor/disable-monotonic-timer-tests.patch similarity index 100% rename from pkgs/tools/security/tor/disable-monotonic-timer-tests.patch rename to pkgs/by-name/to/tor/disable-monotonic-timer-tests.patch diff --git a/pkgs/tools/security/tor/default.nix b/pkgs/by-name/to/tor/package.nix similarity index 100% rename from pkgs/tools/security/tor/default.nix rename to pkgs/by-name/to/tor/package.nix diff --git a/pkgs/tools/security/tor/update.nix b/pkgs/by-name/to/tor/update.nix similarity index 100% rename from pkgs/tools/security/tor/update.nix rename to pkgs/by-name/to/tor/update.nix diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index e31d8a76d5c1..cbdb29eb9332 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -4488,8 +4488,6 @@ with pkgs; } ); - tor = callPackage ../tools/security/tor { }; - trackma-curses = trackma.override { withCurses = true; }; trackma-gtk = trackma.override { withGTK = true; };