Commit Graph

12 Commits

Author SHA1 Message Date
R. Ryantm
497561b99a firefoxpwa: 2.12.4 -> 2.12.5 2024-09-29 08:49:37 +00:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
R. Ryantm
0c9495abe2 firefoxpwa: 2.12.3 -> 2.12.4 2024-09-19 05:20:16 +00:00
Adam Stephens
a933509293
firefoxpwa: 2.12.1 -> 2.12.3
https://github.com/filips123/PWAsForFirefox/releases/tag/v2.12.2
https://github.com/filips123/PWAsForFirefox/releases/tag/v2.12.3
2024-09-11 19:15:22 -04:00
Todd Brown
f075a50630
firefoxpwa: add libraries for audio and video support
Add ffmpeg for audio and video decoding support
Add pulese audio and pipewire support
2024-06-27 12:26:05 -07: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
R. Ryantm
4e5a485d6a firefoxpwa: 2.12.0 -> 2.12.1 2024-05-26 02:40:24 +00:00
John Titor
1b35b3b6dc
firefoxpwa: 2.11.1 -> 2.12.0 2024-05-02 07:03:47 +05:30
Adam Stephens
404bb21026
firefoxpwa: fix libEGL detection 2024-04-17 09:14:33 -04:00
Adam Stephens
e7722c1047
firefoxpwa: add adamcstephens as maintainer 2024-04-17 09:13:29 -04:00
Adam Stephens
1bcf952735
firefoxpwa: apply nixfmt, sort lists 2024-04-17 09:13:06 -04:00
paki23
c3a1620624
firefoxpwa: init at 2.11.1
firefoxpwa: move to pkgs/by-name
2024-03-24 18:02:25 -04:00