Commit Graph

34 Commits

Author SHA1 Message Date
Olli Helenius
bafb19f793 zoom-us: add pulseaudio to PATH
Zoom wants to be able to invoke `pactl` or `pacmd` in order to support
computer audio sharing.
2024-10-01 08:40:03 +02:00
Olli Helenius
affe201a2a zoom-us: patch ZoomWebviewHost 2024-10-01 08:40:03 +02:00
Olivér Falvai
44dd304227
zoraxy: mark as Linux-only
https://github.com/tobychui/zoraxy/tree/main/src/mod/ganserv has Linux and Windows-specific implementations, but no Darwin
2024-09-30 19:11:32 +02:00
Peder Bergebakken Sundt
f469b91544
treewide: drop explicitly added pythonRelaxDepsHook (#341842) 2024-09-27 01:13:09 +02:00
nixpkgs-merge-bot[bot]
87de18a3b5
zoekt: 3.7.2-2-unstable-2024-09-10 -> 3.7.2-2-unstable-2024-09-19 (#344048) 2024-09-25 01:50:46 +00:00
Philip Taron
9b25ef61b5
zoom-us: 6.1.11.1545 -> 6.2.0.1855 (#344171) 2024-09-24 15:58:00 -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
R. Ryantm
4ad5c9d942 zoom-us: 6.1.11.1545 -> 6.2.0.1855 2024-09-24 09:31:40 +00:00
R. Ryantm
fb621ed8ee zoekt: 3.7.2-2-unstable-2024-09-10 -> 3.7.2-2-unstable-2024-09-19 2024-09-23 19:51:46 +00:00
nixpkgs-merge-bot[bot]
8d73030fb6
zoekt: 0-unstable-2024-09-05 -> 3.7.2-2-unstable-2024-09-10 (#341704) 2024-09-23 02:13:16 +00:00
Nick Cao
acc67601d9
zotify: drop pythonRelaxDepsHook 2024-09-16 10:33:34 -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
R. Ryantm
a3b3308d23 zoekt: 0-unstable-2024-09-05 -> 3.7.2-2-unstable-2024-09-10 2024-09-14 00:57:01 +00:00
Austin Seipp
345c263f2f zoekt: unstable-2022-11-09 -> 0-unstable-2024-09-05
Also incorporate `nix-update-script`, so the update robot can prevent future
bitrotting (there are no stable release tags at all.)

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2024-09-13 11:03:24 -05:00
Sandro
ed6b1b5370
zoom-us: move to by-name (#339851) 2024-09-11 10:07:50 +02:00
Philip Taron
8ce0231474
zoom-us: move to by-name 2024-09-05 09:45:55 -07:00
R. Ryantm
e5148a335e zoraxy: 3.1.0 -> 3.1.1 2024-09-04 15:03:26 +00:00
Masum Reza
6dd55ce818
Merge pull request #327416 from r-ryantm/auto-update/zoraxy
zoraxy: 3.0.7 -> 3.1.0
2024-08-18 17:41:51 +05:30
R. Ryantm
1e139dd141 zola: 0.19.1 -> 0.19.2 2024-08-16 07:56:52 +00:00
R. Ryantm
111b49d11c zoraxy: 3.0.7 -> 3.1.0 2024-08-06 06:18:01 +00:00
Peder Bergebakken Sundt
462b96d2a1
Merge pull request #326243 from jcaesar/pr-13
treewide: skip generating shell completions using $out/bin/… when cross compiling
2024-08-06 08:15:56 +02:00
Donovan Glover
1be68a5848
Merge pull request #332403 from r-ryantm/auto-update/zola
zola: 0.18.0 -> 0.19.1
2024-08-06 04:48:09 +00:00
R. Ryantm
9d30e42e53 zola: 0.18.0 -> 0.19.1 2024-08-05 05:30:54 +00:00
Julius Michaelis
6a9beaf893 treewide: skip generating shell completions using $out/bin/… when cross compiling
This focuses on Rust packages, since the most commonly used argument
parser library (clap/structopt) makes the following pattern natural and
thus common:

  postInstall = ''
    installShellCompletion --cmd foo \
      --bash <($out/bin/foo completion bash) \
      …

This commit just guards those with

lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform)

splitting the string where unrelated actions are performed.
2024-08-04 10:50:48 +09:00
Stephen Stubbs
2a4d620d6b zotero-beta: 7.0.0-83 -> 7.0.0-111 2024-08-03 18:48:00 +01:00
bwkam
fa466badd8 zotify: init at 0.6.13 2024-07-27 12:25:44 +03:00
R. Ryantm
f9113feab2 zoraxy: 3.0.6 -> 3.0.7 2024-06-20 19:23:31 +00:00
R. Ryantm
60c198d5d1 zoraxy: 3.0.5 -> 3.0.6 2024-06-10 16:53:49 +00:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Sandro
da1498a4a9
Merge pull request #313107 from justanotherariel/zotero-beta 2024-06-06 01:45:39 +02:00
Ariel Ebersberger
573f27b24c zotero-beta: 7.0.0-65 -> 7.0.0-83 2024-06-05 20:37:58 +02:00
luftmensch-luftmensch
6489c9968b
zoraxy: init at 3.0.5 2024-05-27 17:40:41 +02:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
ivan770
e8cfe721c7 zola: 0.17.2 -> 0.18.0 2023-12-26 18:25:19 -05:00