Commit Graph

14 Commits

Author SHA1 Message Date
Ben Siraphob
8222aa9278
Merge pull request #315183 from jopejoe1/fix-pname
treewide: replace name with pname
2024-06-16 12:34:01 +00:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
jopejoe1
da933de6c3 holochain-launcher: use pname instead of name 2024-06-05 20:42:54 +02:00
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
This was achieved using the following command:

    sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')

And then manually reverted the following changes:

- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
R. Ryantm
2a9407f30d holochain-launcher: 0.11.0 -> 0.11.5 2024-02-22 01:47:43 +00:00
Stefan Junker
d78e1e1db1 holochain-launcher: workaround webkit issue
this workaround was required when testing on a non-nixos system
2023-09-06 21:21:46 +02:00
Stefan Junker
0f94ac780f holochain-launcher: fix devtools and TLS
- setting XDG_DATA_DIRS fixes the devtools
- glib-networking fixes TLS
2023-09-06 20:58:16 +02:00
Stefan Junker
542ace3e66 holochain-launcher: 0.9.0 -> beta-2 0.11.0 2023-09-06 16:42:26 +02:00
R. Ryantm
abe36864e6 holochain-launcher: 0.9.3 -> 0.9.4 2023-04-18 05:37:16 +00:00
R. Ryantm
b0a7c437a2 holochain-launcher: 0.9.2 -> 0.9.3 2023-03-28 03:45:05 +00:00
R. Ryantm
521f929a38 holochain-launcher: 0.9.1 -> 0.9.2 2023-03-14 13:24:40 +00:00
R. Ryantm
5050b9c48f holochain-launcher: 0.9.0 -> 0.9.1 2023-03-05 19:09:49 +00:00
R. Ryantm
b30f0bcf12 holochain-launcher: 0.6.0 -> 0.9.0 2023-02-15 02:48:03 +00:00
Stefan Junker
11f978d533 holochain-launcher: init at v0.6.0 2022-09-15 10:09:07 +02:00