Commit Graph
12 Commits
Author SHA1 Message Date
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
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
Peter Hoeg 3d7a169afe WIP 2023-10-22 23:10:06 +00:00
Peter Hoeg 73096290ff evscript: unstable-2022-11-20 -> 0.1.0 2023-10-22 23:10:06 +00:00
Yureka f8cbc3c281 tree-wide: convert rust with git deps to importCargoLock 2023-03-26 01:52:04 +01:00
Miles Breslin 4513fc6975 evscript: unstable-2021-06-16 -> unstable-2022-11-20 2023-02-19 00:02:56 -08:00
d4c2aaab6f evscript: git-47f86f0 -> unstable-2021-06-16 (#127621)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-10-19 10:45:57 +02:00
Daniël de KokandJonathan Ringer 85f96822a0 treewide: fix cargoSha256/cargoHash
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in
which cargo vendor erroneously changed permissions of vendored
crates. This was fixed in Rust
1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all
cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are
potentially broken.

This change updates cargoSha256/cargoHash tree-wide.

Fixes #121994.
2021-05-08 00:36:37 -07:00
zowoq ae66c3e404 evscript: remove verifyCargoDeps 2021-02-19 13:13:16 +10:00
Pavol Rusnak a6ce00c50c treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Miles Breslin 8ac4b7c7fd evscript: Init at git-47f86f0 2021-01-07 14:13:00 -08:00