We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f078e4 + 436ea50 commit 9efa4a4Copy full SHA for 9efa4a4
pkgs/build-support/appimage/default.nix
@@ -128,6 +128,10 @@ rec {
128
krb5
129
gsettings-desktop-schemas
130
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
135
];
136
137
# list of libraries expected in an appimage environment:
@@ -244,8 +248,6 @@ rec {
244
248
at-spi2-core
245
249
pciutils # for FreeCAD
246
250
pipewire # immersed-vr wayland support
247
-
- libsecret # For bitwarden
251
libmpg123 # Slippi launcher
252
brotli # TwitchDropsMiner
253
0 commit comments