Commit Graph

12 Commits

Author SHA1 Message Date
34j
d637b85e25
treewide: replace --enable-wayland-ime with --enable-wayland-ime=true for the arguments to properly work (#361341) 2024-12-05 00:06:22 +05:30
34j
8ae2932d56 add --enable-wayland-ime flag to all Electron packages that uses NIXOS_OZONE_WL 2024-11-24 13:34:28 +09:00
Austin Horstman
0cf4af9081
teams-for-linux: electron 30 -> electron 32
Looks like upstream bumped electron version, already.
2024-10-22 18:40:40 -05:00
Austin Horstman
edbaf29b2a
teams-for-linux: add versionCheckProgramArg
Don't waste time calling --help
2024-10-22 10:49:32 -05:00
Austin Horstman
bce77b92c6
teams-for-linux: 1.11.0 -> 1.11.2 2024-10-22 09:33:01 -05:00
R. Ryantm
c29703dd92 teams-for-linux: 1.10.2 -> 1.11.0 2024-09-26 21:39:49 +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
183a96374e teams-for-linux: 1.9.6 -> 1.10.2 2024-09-15 07:45:57 +00:00
R. Ryantm
4d4bf95a91 teams-for-linux: 1.9.5 -> 1.9.6 2024-09-04 21:11:34 +00:00
Austin Horstman
3ff5f76c24
teams-for-linux: 1.4.27 -> 1.9.5 2024-08-28 21:34:53 -05:00
Austin Horstman
8802c04d25
teams-for-linux: add khaneliman maintainer 2024-08-28 09:28:04 -05:00
Austin Horstman
6f86e0fa9a
teams-for-linux: move to by-name 2024-08-28 09:28:04 -05:00