anytype: remove usage of aliases

This commit is contained in:
Sandro Jäckel 2021-08-21 18:46:10 +02:00
parent 702fcd8250
commit aaf3fcae3c
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -15,9 +15,8 @@ in
appimageTools.wrapType2 {
inherit name src;
extraPkgs = { pkgs, ... }@args: [
pkgs.gnome3.libsecret
] ++ appimageTools.defaultFhsEnvArgs.multiPkgs args;
extraPkgs = pkgs: (appimageTools.defaultFhsEnvArgs.multiPkgs pkgs)
++ [ pkgs.libsecret ];
extraInstallCommands = ''
mv $out/bin/${name} $out/bin/${pname}