appimageTools.defaultFhsEnvArgs: move libsecret to targetPkgs

The bitwarden appimage is x86_64 only and does not need i686 libsecret, which currently also fails to build
This commit is contained in:
melvyn
2025-08-19 09:59:11 -07:00
parent d6e0460c46
commit 436ea50742
+4 -2
View File
@@ -128,6 +128,10 @@ rec {
krb5
gsettings-desktop-schemas
hicolor-icon-theme # dont show a gtk warning about hicolor not being installed
# libraries not on the upstream include list, but nevertheless expected
# by at least one appimage
libsecret # For bitwarden, appimage is x86_64 only
];
# list of libraries expected in an appimage environment:
@@ -244,8 +248,6 @@ rec {
at-spi2-core
pciutils # for FreeCAD
pipewire # immersed-vr wayland support
libsecret # For bitwarden
libmpg123 # Slippi launcher
brotli # TwitchDropsMiner
];