alexyao2015
8658b1b648
appimage-run: Add libsecret for bitwarden
...
Previously running the Bitwarden AppImage would error.
This adds libsecret which resolves the error and allows the
Bitwarden AppImage to function normally.
2024-09-22 23:08:36 -05:00
Martin Weinelt
7b8429bbc4
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/jaxtyping/default.nix
2024-07-02 12:08:49 +02:00
Jan Tojnar
b69ed4249d
zenity: Move from gnome scope to top-level
...
It is widely used outside gnome, not much inside.
2024-07-01 08:26:47 +02:00
Emily
fbda1dbfd6
treewide: replace freeglut with libglut
...
Allow the macOS GLUT framework to be used automatically in many
cases. Packages that specifically search for freeglut or require its
additional APIs should still explicitly depend on it.
Deliberately skip the Haskell package set, which is mostly
automatically generated, and mupdf, which has its own fork of freeglut.
2024-06-22 18:06:51 +01:00
Martino Fontana
1ee25e4d13
wrapAppImage: default extraPkgs
to pkgs: [ ]
...
Sane default in preparation for the next commit.
2024-05-13 20:32:47 +02:00
Peder Bergebakken Sundt
340d601e84
appimage: avoid setting name
2024-04-24 15:26:52 +02:00
Peder Bergebakken Sundt
90622c10bd
appimageTools.wrapAppImage: passthru pname and version
2024-04-24 15:26:52 +02:00
Herman Fries
30f9f9c2e5
appimage-run: Add pipewire support
2024-02-18 22:34:27 +01:00
Martino Fontana
beae87d564
appimage-run: add libthai
2023-11-30 12:50:44 +01:00
Gabriel Volpe
4a2788ea2a
appimageTools.extract: add postExtract option ( #261190 )
2023-10-19 08:23:57 +00:00
Evils
ef1b2ae152
appimage-run: add pciutils for FreeCAD
2023-09-28 19:15:01 +02:00
Atemu
f63a12f296
tree-wide: buildFHSUserEnv -> buildFHSEnv
2023-04-16 10:15:13 +02:00
Robert Schütz
547b3d2131
Merge pull request #202767 from dotlambda/appimageTools-python3
...
appimageTools: remove python2 from FHS env
2022-11-27 09:51:35 -08:00
figsoda
e2b62ea76c
appimageTools.wrapType2: passthru src to make nix-update work
2022-11-25 21:41:37 -05:00
Robert Schütz
f76fb4ed68
appimageTools: remove python2 from FHS env
...
It has been EOL since January 1, 2020.
2022-11-25 09:04:06 -08:00
Martino Fontana
18a9211640
appimage-run: add vulkan-loader and libpulseaudio
2022-08-23 17:45:54 +02:00
Robert Scott
6095bc6eb2
appimageTools.wrapAppImage: default produced derivations to sourceProvenance binaryNativeCode
2022-06-11 17:17:12 +01:00
Rick van Schijndel
99b94f9522
Merge pull request #168713 from NixOS/appimage-drop-gconf
...
appimageTools.defaultFhsEnvArgs: Drop GConf
2022-06-03 19:25:26 +02:00
Pavol Rusnak
4b7a8ae947
treewide: refactor curlWithGnuTls into all-packages.nix
2022-04-30 18:56:59 +02:00
Jan Tojnar
fba8a1de00
appimageTools.defaultFhsEnvArgs: Drop GConf
...
It has been deprecated and unmaintained for years. And it would not work without the daemon anyway.
2022-04-14 23:31:36 +02:00
Artturi
b54e7571e2
Merge pull request #161739 from Artturin/gsettingsfhsenv
2022-03-15 00:03:56 +02:00
Artturi
00178a6874
Merge pull request #160189 from evils/appimage-gmp
...
appimageTools: add gmp to the environment
2022-03-06 10:01:54 +02:00
Atemu
b4e2df2e10
remove networkmanager098 ( #162904 )
2022-03-05 22:19:36 +02:00
Artturin
4330797dfb
appimage: add gsettings-desktop-schemas, hicolor-icon-theme to the fhs
2022-03-03 01:23:11 +02:00
Evils
12c7cd6a1d
appimageTools: add gmp to the environment
...
it's mentioned in the mentioned appimage exclude list as expected
227f200106/excludelist (L219)
2022-02-15 17:18:45 +01:00
github-actions[bot]
9a002bac35
Merge staging-next into staging
2021-10-29 18:01:38 +00:00
Sandro Jäckel
db44b28a06
appimage: support pname+version for wrapType2
2021-10-28 15:21:32 +02:00
Martin Weinelt
f651d617a6
curl: use --with/without-openssl instead of --with/without-ssl
...
This also migrates sslSupport to opensslSupport, which affects packages
overriding the curl package in that regard.
2021-10-16 11:35:18 +01:00
Ryan Burns
41574158a0
libgpg-error: rename from libgpgerror
...
Matches pname and upstream project name
2021-10-06 18:23:43 -07:00
Anders Kaseorg
b5160bba86
appimageTools.wrapAppImage: Fix passing arguments to wrapped executable
...
appimage-exec.sh parses its arguments with getopts, so we need to
delimit arguments intended for the wrapped executable with ‘--’, in
case some of them begin with ‘-’.
Without this fix, a wrapped application like Zulip Desktop can’t be
opened the normal way using the .desktop file, which includes
‘Exec=zulip --no-sandbox %U’ (as per the electron-builder default):
$ gtk-launch zulip.desktop
/usr/bin/appimage-exec.sh: illegal option -- -
Usage: appimage-run [appimage-run options] <AppImage> [AppImage options]
[…]
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-07-01 17:16:10 -07:00
AndersonTorres
e9e5f5f84d
Change all alsaLib references to alsa-lib
2021-06-10 01:12:49 -03:00
Jan Tojnar
468cb5980b
gnome: rename from gnome3
...
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
IvarWithoutBones
dd9f4e8517
apple-music-electron: 1.5.2 -> 1.5.5
2021-03-12 01:21:33 +01:00
Robert Schütz
d2144f1406
appimageTools: don't depend on libav
...
It's not in https://github.com/AppImage/pkg2appimage/blob/master/excludelist
2021-02-02 17:26:35 +01:00
Ben Siraphob
a6ac3eedbd
treewide: xdg_utils -> xdg-utils
2021-02-01 15:05:09 +07:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
Pavol Rusnak
90f7338112
treewide: stdenv.lib -> lib
2021-01-24 01:49:49 +01:00
Jan Tojnar
d2d24c9a2b
appimage: remove ancient gst dep
...
it is insecure and broken
2020-09-02 02:24:07 +02:00
IvarWithoutBones
0269421b7b
appimage: switch to gst-plugins-base 1.0
2020-07-18 11:51:05 +02:00
Pavol Rusnak
9444756222
appimage: replace radare2+jq with readelf+awk+sha256sum
...
radare2 does not play nicely with filenames containing spaces
https://github.com/radareorg/radare2/issues/16958
2020-05-29 11:14:16 +02:00
Bignaux Ronan
a3df64c8a7
appimage-exec.sh: simplify and improve getopts options
2020-03-08 20:34:23 +01:00
Bignaux Ronan
49e7871196
appimageTools: wrapType1 = wrapType2;
2020-03-08 18:07:04 +01:00
Bignaux Ronan
b36d3f2c4a
appimage: replace writeScript to a standalone appimage-exec.sh
2020-03-07 20:24:26 +01:00
Bignaux Ronan
3443b693cc
appimage: fix suspicious ownership
2020-03-04 15:10:11 +01:00
Bignaux Ronan
92b36343a8
appimage: split checks between appimageSignature and appimageType
2020-03-04 13:57:58 +01:00
Bignaux Ronan
04037d1e03
appimage: unify extract functions
2020-03-04 00:46:00 +01:00
Bignaux Ronan
ebaedb5377
appimage: refactoring extractType2 to avoid use of appimage packer
2020-03-03 01:40:57 +01:00
Jan Tojnar
937ec235b7
appimage: do not use alias
2019-11-23 21:28:01 +01:00
Jörg Thalheim
71daf2ddb2
Merge pull request #65817 from bgamari/add-appimage-deps
...
build-support: Add p11_kit to appimage dependency set
2019-09-23 21:36:30 +01:00
Koki Yasuno
968f357f9a
appimageTools: add at-spi2-core to multiPkgs
2019-09-16 23:15:38 +09:00