summary refs log tree commit diff
path: root/pkgs/build-support/appimage
Commit message (Collapse)AuthorAge
* appimage: do not use aliasJan Tojnar2019-11-23
|
* Merge pull request #65817 from bgamari/add-appimage-depsJörg Thalheim2019-09-23
|\ | | | | build-support: Add p11_kit to appimage dependency set
| * build-support: Add p11_kit to appimage dependency setBen Gamari2019-08-02
| | | | | | | | This was in the upstream list but missing from nixpkgs' list.
* | appimageTools: add at-spi2-core to multiPkgsKoki Yasuno2019-09-16
| |
* | gdk-pixbuf: rename from gdk_pixbufworldofpeace2019-07-22
|/
* Merge staging-next into stagingFrederik Rietdijk2019-06-18
|\
| * treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | | | | | | | * treewide: remove unused variables * making ofborg happy
* | Merge pull request #62167 from matthewbauer/alias-libglMatthew Bauer2019-06-17
|\ \ | |/ |/| Add libGL* aliases
| * treewide: mesa_noglu, mesa_drivers, libGL_driver -> mesaMatthew Bauer2019-06-17
| | | | | | | | Just use mesa for these to be more clear. Move these to aliases.nix
* | Merge pull request #56161 from coreyoconnor/appimage-run-xcbutilMatthew Bauer2019-06-10
|\ \ | |/ |/| appimage build-support: add xorg.xcbutil*
| * appimage build-support: add xorg.xcbutil*Corey O'Connor2019-04-21
| |
* | Revert "appimageTools: small simplification"Will Dietz2019-04-28
| | | | | | | | This reverts commit 1c06590fa926f114ada7aa0be227613fac866088.
* | appimageTools: small simplificationWill Dietz2019-04-23
| |
* | appimageTools: use functionArgs as suggested, use dynamicLinker attrWill Dietz2019-04-23
| |
* | appimage: plumb support for extra attributes to be specifiedWill Dietz2019-04-23
|/
* appimage-run: add libtoolTimo Kaufmann2019-04-20
| | | | | Needed by Synfigstudio, see https://github.com/NixOS/nixpkgs/pull/57169/files#issuecomment-477697665.
* appimage-run: add missing libsTimo Kaufmann2019-04-20
|
* appimageTools: inittilpner2019-02-23
The appimageTools attrset contains utilities to prevent the usage of appimage-run to package AppImages, like done/attempted in #49370 and #53156. This has the advantage of allowing for per-package environment changes, and extracts into the store instead of the users home directory. The package list was extracted into appimageTools to prevent duplication.