From 6e465f4550a54414cda068d6dca8c7820a660b6b Mon Sep 17 00:00:00 2001 From: Martino Fontana Date: Wed, 1 May 2024 14:42:20 +0200 Subject: treewide: fix use of `extraPkgs` in AppImages Mostly removes unnecessary use of `extraPkgs = pkgs: appimageTools.defaultFhsEnvArgs.multiPkgs pkgs;` This caused some packages to be listed twice. Also, fix some styling, and accidental use of top-level packages (sometimes due to the `with;` keyword, e.g. on `beeper`). Remove inclusions of `bash`, since `bashInteractive` is already present by default. --- pkgs/applications/networking/station/default.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'pkgs/applications/networking/station/default.nix') diff --git a/pkgs/applications/networking/station/default.nix b/pkgs/applications/networking/station/default.nix index 9caf0d23236d1..b3235ba5154f5 100644 --- a/pkgs/applications/networking/station/default.nix +++ b/pkgs/applications/networking/station/default.nix @@ -19,7 +19,6 @@ in appimageTools.wrapType2 rec { export LC_ALL=C.UTF-8 ''; - extraPkgs = appimageTools.defaultFhsEnvArgs.multiPkgs; extraInstallCommands = '' install -m 444 -D ${appimageContents}/browserx.desktop $out/share/applications/browserx.desktop install -m 444 -D ${appimageContents}/usr/share/icons/hicolor/512x512/apps/browserx.png \ -- cgit 1.4.1