Unverified Commit 9efa4a41 authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

appimageTools.defaultFhsEnvArgs: move libsecret to targetPkgs (#435048)

parents 3f078e49 436ea507
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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
      ];