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
ca13bb38e3
espup: 0.12.1 -> 0.12.2
2024-07-25 07:06:08 +00:00
R. Ryantm
a7cfe22c95
espup: 0.12.0 -> 0.12.1
2024-07-15 14:09:18 +00:00
R. Ryantm
acf2786ca8
espup: 0.11.0 -> 0.12.0
2024-06-13 01:31:54 +00:00
Alexis Hildebrandt
bf995e3641
treewide: Remove ending period from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
R. Ryantm
714d1bd88c
espup: 0.10.0 -> 0.11.0
2024-02-03 09:14:26 +00:00
Valentin B
2a0db80c27
espup: 0.9.0 -> 0.10.0
2023-12-08 11:50:47 +01:00
R. Ryantm
34bc151c2b
espup: 0.7.0 -> 0.9.0
2023-11-18 20:56:31 +00:00
R. Ryantm
445af7337d
espup: 0.6.1 -> 0.7.0
2023-10-26 21:31:40 +00:00
Jan Praczyk
1a2cb669d9
espup: Fix darwin build
...
Adds missing SystemConfiguration framework dependency.
2023-10-18 12:12:53 +02:00
R. Ryantm
219b22b388
espup: 0.5.0 -> 0.6.1
2023-10-08 12:20:23 +00:00
Daniel Nagy
8842b29fb4
espup: add mainProgram
2023-09-28 17:45:00 +02:00
Daniel Nagy
2d55b6196b
espup: simplify version tester
2023-09-28 17:49:48 +02:00
Danylo Kondratiev
2e589b856f
espup: 0.4.1 -> 0.5.0
...
https://github.com/esp-rs/espup/releases/tag/v0.5.0
2023-08-11 22:53:44 +03:00
Danylo Kondratiev
79e370f220
espup: init at 0.4.1
2023-07-31 13:53:13 +03:00