Commit Graph

8 Commits

Author SHA1 Message Date
R. Ryantm
78b5698555 ab-av1: 0.7.18 -> 0.7.19 2024-11-09 04:52:01 +00:00
R. Ryantm
cf0de9e106 ab-av1: 0.7.17 -> 0.7.18 2024-10-04 13:23:11 +00:00
R. Ryantm
97bff0278b ab-av1: 0.7.16 -> 0.7.17 2024-08-16 11:24:55 +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
R. Ryantm
5db5c530d9 ab-av1: 0.7.15 -> 0.7.16 2024-07-13 09:34:59 +00:00
R. Ryantm
436596b5fd ab-av1: 0.7.14 -> 0.7.15 2024-07-02 00:32:11 +00:00
Mario Rodas
2becf6e837 maintainers: drop marsam 2024-04-24 04:20:00 +00:00
Mario Rodas
0113a28f5f ab-av1: init at 0.7.14 2024-04-19 04:20:00 +00:00