nixpkgs/pkgs/by-name/el
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
..
elasticsearch-curator elasticsearch-curator: format with nixfmt 2024-04-11 15:24:53 +02:00
elektroid
element-call element-call: use yarn{Config,Build}Hook instead of mkYarnPackage 2024-07-10 09:39:06 +03:00
elf2nucleus treewide: skip generating shell completions using $out/bin/… when cross compiling 2024-08-04 10:50:48 +09:00
elf-info elf-info: init at 0.3.0 2024-02-27 09:40:27 +01:00
elvish treewide: remove unused lib (and other) arguments 2024-07-26 11:18:09 +02:00