Commit Graph

18 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
Gutyina Gergő
9744efc3b0
treewide: update pnpmDeps hashes 2024-10-19 23:50:41 +02:00
zi3m5f
aad0a65ebf
podman-desktop: use correct version for changelog
Remove discouraged use of `with lib;` which allowed the change of
`finalAttrs.version` to `version` in meta.changelog work albeit with
the wrong version from lib.
2024-10-19 13:53:24 +02:00
Ihar Hrachyshka
af71af6e87 podman-desktop: remove xcrun dependency 2024-10-15 23:29:51 -04:00
Ihar Hrachyshka
c1afccdb82 podman-desktop: use --replace-fail instead of --replace 2024-10-15 23:28:14 -04:00
Ihar Hrachyshka
2ec2f2a6ee podman-desktop: don't disable signing for electron config
This was fixed in podman-desktop 1.13.0 and is no longer needed.
2024-10-15 23:28:04 -04:00
Ihar Hrachyshka
9f7fc2bdd7 maintainers: add booxter
Also, add booxter to maintainers for podman-desktop.
2024-10-16 02:49:00 +00:00
Ihar Hrachyshka
d4e06ddc97 podman-desktop: 0.12.0 -> 1.13.2 2024-10-16 02:48:57 +00:00
Ihar Hrachyshka
1b89990e78 podman-desktop: 0.12.0 -> 1.12.0
This also fixes a build failure on darwin due to read-only permissions
on some Electron.app files, which apparently breaks electron-builder.

Closes: #343328
2024-10-16 00:50:03 +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
TomaSajt
bc04f75308
podman-desktop: use electron.dist 2024-08-27 21:37:16 +02:00
Sandro Jäckel
fb0d661081
treewide: replace prefetch-yarn-deps with fixup-yarn-lock where necessary 2024-04-17 13:34:05 -04:00
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
Felix Buehler
ee7fac08b2 podman-desktop: migrate to prefetch-yarn-deps 2023-11-22 23:10:17 +01:00
Yureka
5d7c754943 electron-bin: place electron files in libexec/ 2023-09-10 14:05:55 +02:00
Anderson Torres
9f4d408fca podman-desktop: change self to finalAttrs 2023-04-20 22:22:23 -03:00
Nick Cao
55024cd307
podman-desktop: init at 0.12.0 2023-03-27 08:29:01 +08:00