Commit Graph

81 Commits

Author SHA1 Message Date
R. Ryantm
c7361140e8 envision-unwrapped: 1.1.1 -> 2.0.1 2024-12-13 09:56:58 +00:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
aucub
4b01903967 ente-auth: remove useless xdg-user-dirs 2024-12-08 20:03:43 +08:00
Jan Tojnar
064ee2cb49 libsoup_2_4: Rename from libsoup
The 2.4 ABI branch has not been supported by upstream for a while now but people still keep accidentally adding it to new packages.
2024-12-08 00:37:52 +01:00
ppenguin
69f9ca4bc0
enkei: init at 0.9.3 (#233095)
enkei: init @ v0.9.3

Update pkgs/by-name/en/enkei/package.nix

Co-authored-by: Arne Keller <2012gdwu+github@posteo.de>

Update pkgs/by-name/en/enkei/package.nix

Co-authored-by: Arne Keller <2012gdwu+github@posteo.de>

enkei: init @ v0.9.3

Cleanup / remove top-level attr (since using pkgs/by-name)

nixfmt
2024-12-05 02:38:02 +01:00
Aleksana
d6d092f87d
{buildRustPackage,fetchCargoTarball,fetchCargoVendor}: respect cargoRoot (#350541) 2024-12-03 19:49:09 +08:00
TomaSajt
ffcd04865f
en-croissant: use fetchCargoVendor 2024-12-02 22:10:32 +01:00
R. Ryantm
71af5cf721 envision-unwrapped: 0-unstable-2024-10-20 -> 1.1.1 2024-12-02 20:39:02 +01:00
R. Ryantm
92374ea8a8 entt: 3.13.2 -> 3.14.0 2024-12-02 04:38:17 +00:00
Felix Buehler
482f93e1a6 envision: fix fhsenv version 2024-11-26 21:48:33 +01:00
Peder Bergebakken Sundt
2443452fa2
endless-sky: 0.10.8 -> 0.10.10 (#356051) 2024-11-24 04:01:04 +01:00
Aleksana
a59253a504
enscript: add meta.mainProgram (#357189) 2024-11-23 21:27:51 +08:00
Doron Behar
41c096f940
ente-web: init at 0.9.5 (#325824) 2024-11-20 10:39:38 +02:00
Pablo Ovelleiro Corral
c0d4dcc6fd
ente-web: init at 0.9.16 2024-11-19 11:48:36 +01:00
Sefa Eyeoglu
ab20acce15
treewide: remove absolute path in desktop entry (#348601) 2024-11-19 09:15:36 +01:00
euxane
27df1baaf1 enscript: add meta.mainProgram 2024-11-19 09:14:45 +01:00
Masum Reza
e13831335f
treewide: stdenv.is -> stdenv.hostPlatform.is (#356363)
* treewide: stdenv.is -> stdenv.hostPlatform.is

* treewide: nixfmt due to ci error
2024-11-17 16:11:54 +05:30
360ied
e90e1dcfb2 endless-sky: 0.10.8 -> 0.10.10 2024-11-14 20:21:12 -05:00
seth
9ae02ff8a8
treewide: adopt new cargo-tauri versions 2024-11-14 02:27:32 -05:00
Sefa Eyeoglu
9affc1b3d8
entangle: remove absolute path in desktop entry
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-11-10 14:44:47 +01:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
Aleksana
5924f0ed79
ente-cli: init at 0.2.2 (#343618) 2024-11-07 10:03:17 +08:00
Weijia Wang
b2127e7614
treewide: cleanup own packages to utilize the new apple-sdk (#352699) 2024-11-07 02:22:10 +01:00
zi3m5f
a67ab24716
ente-cli: init at 0.2.2
add command line utility for ente.io, see
https://github.com/ente-io/ente/blob/main/cli/README.md
2024-11-06 17:57:33 +01:00
Karun Sandhu
586a9433b7
ente-auth: fix icon path 2024-11-01 16:21:55 +01:00
Sefa Eyeoglu
3deb4e1825
envision-unwrapped: 0-unstable-2024-09-28 -> 0-unstable-2024-10-20; envision: update dependency list and extraInstallCommands (#349917) 2024-11-01 12:16:34 +01:00
TomaSajt
f0a0f60e25
en-croissant: use apple-sdk_11 2024-10-31 21:12:05 +01:00
Gavin John
422081d2ea
envision-unwrapped: Remove Cargo.lock 2024-10-27 19:44:00 -07:00
Gavin John
42a952fc7d
envision: Remove specific boost version 2024-10-27 19:43:01 -07:00
Gavin John
83576343f9
envision-unwrapped: 0-0-unstable-2024-09-28 -> unstable-2024-10-20 2024-10-27 19:42:33 -07:00
Gavin John
7dd8cf23a0
envision: simplify extraInstallCommands 2024-10-27 19:42:31 -07:00
Gavin John
b44ce2644a
envision: Depend on host libc instead of glibc 2024-10-27 19:42:30 -07:00
Gavin John
8fb644d14a
envision: Piggy-back off of WiVRn 2024-10-27 19:42:28 -07:00
github-actions[bot]
8164a7aa6d
Merge master into staging-next 2024-10-21 00:14:52 +00:00
Luke Granger-Brown
fe52658f68
envoy: 1.31.2 -> 1.32.0 (#349028) 2024-10-21 00:41:48 +01:00
Gutyina Gergő
9744efc3b0
treewide: update pnpmDeps hashes 2024-10-19 23:50:41 +02:00
Luke Granger-Brown
cb5946cd93 envoy: fix up Rust
Envoy 1.32 has added some more dependencies on rules_rust bits, so we
need to support that now.

In particular, for some reason, we always fail with a message about
needing repinning, so we repin during the IFD phase, but we need to
point rules_rust at the nixpkgs Rust toolchain, make it build the
cargo-bazel tool (because the one in nixpkgs is the wrong version), and
then clean up afterwards.
2024-10-19 22:48:12 +01:00
Paul Meyer
b479fae22e envoy: 1.31.2 -> 1.32.0
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-10-19 18:37:12 +01:00
K900
894462661c Merge branch 'master' into staging-next 2024-10-19 09:09:13 +03:00
Gavin John
537028927a
envision: Fix WMR build 2024-10-16 10:12:39 -07:00
Jan Tojnar
acf8f35b80
entangle: Fix build with glib 2.82
https://hydra.nixos.org/build/274565015/nixlog/1

`pcre` is no longer needed as the comment longer applies.

`glib-2.0.pc` now has `libsysprof-capture-4` in `Requires.private` field.
Normally, this does not matter since we patch our `pkg-config` to ignore that
outside of static builds but `entangle` was using `pkgconf`, which is not patched.

Let’s switch to standard `pkg-config`.
This will also allow us to clean some more dependencies.

Unfortunately, this also reveals issue with an underspecified `gio-unix-2.0` dependency so we need to fix that.
2024-10-14 20:54:20 +08:00
Fabián Heredia Montiel
ccec93c1c7 treewide: replace webkitgtk to webkitgtk_4_0
sed -i 's/ webkitgtk\b/ webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/(webkitgtk\b/(webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/\.webkitgtk\b/.webkitgtk_4_0/g' pkgs/**.nix

webkitgtk is currently pointing to that specific ABI version but the
alias is going to start warning
2024-10-11 17:23:43 -06:00
Peder Bergebakken Sundt
cb3226fd0b
entangle: fix build (#344986) 2024-10-06 02:55:58 +02:00
Peder Bergebakken Sundt
1c52242827
treewide: fix desktopItems (#345778) 2024-10-05 15:51:58 +02:00
Gavin John
f650f622a5
envision-unwrapped: 0-unstable-2024-09-21 -> 0-unstable-2024-09-28 2024-10-02 05:38:55 +00:00
h7x4
1dc5de0509
ente-auth: fix desktopItems 2024-10-01 23:07:02 +02:00
h7x4
9c0783332a
ente-auth: init at 4.0.2 (#339059) 2024-10-01 19:35:43 +02:00
Niklas Korz
fcea60c49c ente-auth: init at 4.0.2 2024-10-01 17:20:37 +02:00
seth
a678b77f9b
en-croissant: use cargo-tauri.hook 2024-09-30 20:14:38 -04:00
Alexis Hildebrandt
61e7e2e965 envio: add manpage, reformat using nixfmt-rfc-style 2024-09-30 15:05:43 +02:00