Commit Graph

10 Commits

Author SHA1 Message Date
Austin Horstman
8285855799
jellyfin-web: assert matching jellyfin version 2024-11-07 15:38:07 -06:00
Austin Horstman
b6ea4f466c
jellyfin-web: 10.10.0 -> 10.10.1 2024-11-07 15:37:34 -06:00
Gaétan Lepage
391e55c23b
jellyfin-web: switch to apple-sdk_11 (#352923) 2024-11-07 00:56:45 +01:00
Austin Horstman
42412a0dba
jellyfin-web: switch to apple-sdk_11 2024-11-01 11:54:41 -05:00
Robert Schütz
bf8b641d2d jellyfin: 10.9.11 -> 10.10.0
https://jellyfin.org/posts/jellyfin-release-10.10.0
2024-10-28 12:50:36 -07: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
Jonas Heinrich
3945cdd2be jellyfin-web: 10.9.10 -> 10.9.11 2024-09-12 09:27:19 +00:00
Mats
7db697aa32 jellyfin-web: 10.9.7 -> 10.9.10 2024-08-25 16:48:30 +02:00
Jonas Heinrich
7ddbb4a9c1 jellyfin-web: 10.9.6 -> 10.9.7 2024-06-27 10:02:33 +02:00
Minijackson
b71cba0165
jellyfin-web: move to pkgs/by-name 2024-06-10 20:28:35 +02:00