Commit Graph

72 Commits

Author SHA1 Message Date
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
R. Ryantm
320dac95fb envio: 0.5.1 -> 0.6.1 2024-09-30 15:04:46 +02:00
wxt
7db7e2f7a7
entangle: fix build 2024-09-28 09:53:49 +08:00
wxt
062aaf4d90
entangle: move to by-name; nixfmt 2024-09-28 09:40:24 +08: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
6c666cd5de envision-unwrapped: 0-unstable-2024-09-09 -> 0-unstable-2024-09-21 2024-09-21 19:59:12 +00:00
Adam Stephens
0cfb8d3f7b
envoy: 1.31.1 -> 1.31.2
https://github.com/envoyproxy/envoy/releases/tag/v1.31.2

CVE-2024-45807: oghttp2 crash on OnBeginHeadersForStream
CVE-2024-45808: Malicious log injection via access logs
CVE-2024-45806: Potential manipulate x-envoy headers from external sources
CVE-2024-45809: Jwt filter crash in the clear route cache with remote JWKs
CVE-2024-45810: Envoy crashes for LocalReply in http async client
2024-09-20 08:42:08 -04:00
Bobby Rong
9052a2df9d
enter-tex: 3.46.0 → 3.47.0, renamed from gnome-latex
https://gitlab.gnome.org/swilmet/enter-tex/-/compare/3.46.0...3.47.0

"3.47.alpha" is used for unstable releases, so I will consider this stable.
2024-09-19 00:14:59 +08:00
Adam Stephens
00e9c6bafc
envoy: move to by-name 2024-09-15 08:46:18 -04:00
nicoo
2641d97cbf pkgs/by-name: Convert hashes to SRI format
Reproduction script:
	# Bulk rewrite
	./maintainers/scripts/sha-to-sri.py pkgs/by-name
	# Revert some packages which will need manual intervention
	for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do
		git checkout -- "pkgs/by-name/${n:0:2}/${n}"
	done
2024-09-15 11:24:31 +02:00