Skip to content

Commit 9efa4a4

Browse files
authored
appimageTools.defaultFhsEnvArgs: move libsecret to targetPkgs (#435048)
2 parents 3f078e4 + 436ea50 commit 9efa4a4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pkgs/build-support/appimage/default.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ rec {
128128
krb5
129129
gsettings-desktop-schemas
130130
hicolor-icon-theme # dont show a gtk warning about hicolor not being installed
131+
132+
# libraries not on the upstream include list, but nevertheless expected
133+
# by at least one appimage
134+
libsecret # For bitwarden, appimage is x86_64 only
131135
];
132136

133137
# list of libraries expected in an appimage environment:
@@ -244,8 +248,6 @@ rec {
244248
at-spi2-core
245249
pciutils # for FreeCAD
246250
pipewire # immersed-vr wayland support
247-
248-
libsecret # For bitwarden
249251
libmpg123 # Slippi launcher
250252
brotli # TwitchDropsMiner
251253
];

0 commit comments

Comments
 (0)