From 17fb7dfa72b52fb08462aa7b8411bafb9de6ee4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Vask=C3=B3?= <1771332+vlaci@users.noreply.github.com> Date: Mon, 9 Sep 2024 10:05:42 +0200 Subject: [PATCH] sasquatch: move to pkgs/by-name --- pkgs/by-name/sa/sasquatch-v4be/package.nix | 3 +++ pkgs/{tools/filesystems => by-name/sa}/sasquatch/darwin.patch | 0 .../default.nix => by-name/sa/sasquatch/package.nix} | 0 pkgs/top-level/all-packages.nix | 4 ---- 4 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 pkgs/by-name/sa/sasquatch-v4be/package.nix rename pkgs/{tools/filesystems => by-name/sa}/sasquatch/darwin.patch (100%) rename pkgs/{tools/filesystems/sasquatch/default.nix => by-name/sa/sasquatch/package.nix} (100%) diff --git a/pkgs/by-name/sa/sasquatch-v4be/package.nix b/pkgs/by-name/sa/sasquatch-v4be/package.nix new file mode 100644 index 000000000000..10318b97045d --- /dev/null +++ b/pkgs/by-name/sa/sasquatch-v4be/package.nix @@ -0,0 +1,3 @@ +{ sasquatch }: + +sasquatch.override { bigEndian = true; } diff --git a/pkgs/tools/filesystems/sasquatch/darwin.patch b/pkgs/by-name/sa/sasquatch/darwin.patch similarity index 100% rename from pkgs/tools/filesystems/sasquatch/darwin.patch rename to pkgs/by-name/sa/sasquatch/darwin.patch diff --git a/pkgs/tools/filesystems/sasquatch/default.nix b/pkgs/by-name/sa/sasquatch/package.nix similarity index 100% rename from pkgs/tools/filesystems/sasquatch/default.nix rename to pkgs/by-name/sa/sasquatch/package.nix diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index f597ae3be63f..20aeff45d458 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -12301,10 +12301,6 @@ with pkgs; sanctity = callPackage ../tools/misc/sanctity { }; - sasquatch = callPackage ../tools/filesystems/sasquatch { }; - - sasquatch-v4be = callPackage ../tools/filesystems/sasquatch { bigEndian = true; }; - sasview = libsForQt5.callPackage ../applications/science/misc/sasview { }; sbs = callPackage ../tools/X11/sbs { };