Commit Graph

14 Commits

Author SHA1 Message Date
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
Freya Arbjerg
bfcf5c58de spotify: 1.2.26.1187.g36b715a1 -> 1.2.31.1205.g4d59ad7c 2024-02-26 18:50:46 +01:00
BlankParticle
f622b970ed
spotify: 1.2.25.1011.g0348b2ea -> 1.2.26.1187.g36b715a1 2023-12-13 21:52:08 +05:30
Gerg-L
ad89d87192
spotify: add libGL 2023-12-05 22:32:00 -05:00
Martin Joerg
fb8afb1c01 spotify: 1.2.22.982.g794acc0a -> 1.2.25.1011.g0348b2ea 2023-12-02 16:22:39 +01:00
Maximilian Bosch
33c04d7d2d
spotify: 1.2.13.661.ga588f749 -> 1.2.22.982.g794acc0a 2023-10-19 19:10:42 +02:00
Maximilian Bosch
ec9c5e493d
spotify: 1.2.11.916.geb595a67 -> 1.2.13.661.ga588f749 2023-09-27 13:27:29 +02:00
nicoo
fab52fca51 treewide: sha512 → hash 2023-09-22 18:37:42 +02:00
Maximilian Bosch
29aa4da16b
spotify: 1.2.9.743.g85d9593d -> 1.2.11.916.geb595a67 2023-06-17 19:16:30 +02:00
Atemu
7c428691d2 spotify: use ffmpeg_4
Fixes https://github.com/NixOS/nixpkgs/issues/232869
2023-05-19 20:16:07 +02:00
Jan Tojnar
699e707e90
spotify: Fix login with firefox
- Spotify uses `LD_LIBRARY_PATH` environment variable to load dependencies.
  - One of those dependencies is `nss_esr`.
- Firefox is linked against `nss_latest`.
- Spotify opens a URL in web browser to log in.
  - Firefox process executed as a child will inherit environment variables from Spotify.
    - NSS library will be replaced, resulting in missing symbols.

        firefox.desktop[2946438]: XPCOMGlueLoad error for file /nix/store/8yc9g32afmgcv1j02y1zh69rhskpkcdc-firefox-112.0.2/lib/firefox/libxul.so:
        firefox.desktop[2946438]: /nix/store/br95hq0v4l2akqi1x7474ni3fm6nzp7v-nss-3.79.4/lib/libssl3.so: version `NSS_3.80' not found (required by /nix/store/8yc9g32afmgcv1j02y1zh69rhskpkcdc-firefox-112.0.2/lib/firefox/libxul.so)
        firefox.desktop[2946438]: Couldn't load XPCOM.

Ideally, we would not use `LD_LIBRARY_PATH` but switching to the same nss version as Firefox uses is an easy workaround.
2023-04-30 21:19:04 +02:00
Paul Nicholson
719666c479 spotify: 1.1.99.878.g1e4ccc6e -> 1.2.9.743.g85d9593d 2023-04-24 08:35:14 -07:00
Michael Hoang
3a483aee0e spotify: add myself as a macOS maintainer 2023-04-18 18:54:22 +09:00
Michael Hoang
d0e4b839a8 spotify-unwrapped: add macOS builds 2023-04-17 12:40:56 +09:00