Commit Graph

17 Commits

Author SHA1 Message Date
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