Commit Graph

60 Commits

Author SHA1 Message Date
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
R. Ryantm
49b3d040c5 mdbook: 0.4.36 -> 0.4.37 2024-02-07 07:04:10 +00:00
Sergei Trofimovich
128f0f8ade mdbook: 0.4.35 -> 0.4.36
Changes: https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0436
2023-11-30 08:37:28 +00:00
nix-julia
bfa27b3506 mdbook: add shell completions 2023-11-13 14:21:06 +03:30
Matthias Beyer
36f9dc06fc
mdbook: 0.4.34 -> 0.4.35
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2023-10-08 09:25:38 +02:00
Franz Pletz
69bf79ef18
Merge pull request #248564 from Frostman/mdbook-0.4.34
mdbook: 0.4.32 -> 0.4.34
2023-08-12 10:56:12 +02:00
Matthias Beyer
3d1703e576
treewide: add matthiasbeyer to a bunch of packages (#248566) 2023-08-11 18:41:21 -04:00
Sergei Lukianov
92c462b004 mdbook: 0.4.32 -> 0.4.34 2023-08-11 09:35:46 -07:00
R. Ryantm
5a477dd810 mdbook: 0.4.31 -> 0.4.32 2023-07-23 03:21:14 +00:00
Nick Cao
ac1c6209f5
mdbook: 0.4.30 -> 0.4.31
Diff: https://github.com/rust-lang/mdBook/compare/refs/tags/v0.4.30...v0.4.31

Changelog: https://github.com/rust-lang/mdBook/blob/v0.4.31/CHANGELOG.md
2023-06-30 14:10:51 +08:00
R. Ryantm
16eb3e00ca mdbook: 0.4.29 -> 0.4.30 2023-06-03 00:25:28 +00:00
R. Ryantm
f59effcbbf mdbook: 0.4.28 -> 0.4.29 2023-05-18 06:53:20 +00:00
figsoda
201d4b7c5c rustPlatform.buildRustPackage: make auditable the default 2023-03-26 22:47:06 -04:00
Sandro Jäckel
823e822aee
mdbook: 0.4.26 -> 0.4.28
Diff: https://github.com/rust-lang/mdBook/compare/refs/tags/v0.4.26...v0.4.28

Changelog: https://github.com/rust-lang/mdBook/blob/v0.4.28/CHANGELOG.md
2023-03-06 00:09:20 +01:00
R. Ryantm
809c0e97b6 mdbook: 0.4.25 -> 0.4.26 2023-02-10 22:33:27 +00:00
Sergei Trofimovich
092d57c076 Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
    pkgs/development/tools/language-servers/ansible-language-server/default.nix
2022-12-28 09:35:37 +00:00
R. Ryantm
f77ffa5fbe mdbook: 0.4.24 -> 0.4.25 2022-12-22 04:11:22 +00:00
Vladimír Čunát
59a68f487d
Merge branch 'staging-next' into staging 2022-12-16 11:20:50 +01:00
Sergei Lukianov
f2eaf1356c mdbook: add Frostman to maintainers 2022-12-15 09:46:28 -08:00
Sergei Lukianov
8d42c003b4 mdbook: 0.4.21 -> 0.4.24 2022-12-15 09:34:04 -08:00
figsoda
9e3db33a6b mdbook: make auditable 2022-12-05 19:10:32 -05:00
Sandro Jäckel
d83e378523
mdbook: 0.4.20 -> 0.4.21 2022-07-24 17:55:48 +02:00
Sandro Jäckel
5dba101517
mdbook: add nix to passthru.tests 2022-07-16 02:45:46 +02:00
Sandro Jäckel
233fa91f75
mdbook: 0.4.18 -> 0.4.20 2022-07-15 23:44:07 +02:00
Sergei Trofimovich
25d36e9e78 mdbook: 0.4.17 -> 0.4.18
changes: https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0418
2022-06-19 09:10:02 +01:00
R. Ryantm
85b98f65e7 mdbook: 0.4.15 -> 0.4.17 2022-04-08 23:52:20 +10:00
Sergei Trofimovich
af3cac14be mdbook: 0.4.12 -> 0.4.15
changelog: https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0415
2022-04-01 22:33:35 -04:00
Vladyslav M
9ec3ed91b8
mdbook: 0.4.10 -> 0.4.12 2021-08-08 10:03:03 +03:00
Sandro
de90426090
Merge pull request #129580 from SuperSandro2000/SuperSandro2000-patch-1
mdbook: remove unused input
2021-07-07 23:44:02 +02:00
Sandro
e93d6ab0ff
mdbook: remove unused input 2021-07-07 23:21:12 +02:00
Vanilla
50a10986ec mdbook: 0.4.9 -> 0.4.10 2021-07-07 16:23:04 +08:00
happysalada
928ed6f2c7 mdbook: 0.4.8 -> 0.4.9 2021-06-03 10:21:40 +09:00
R. RyanTM
e0a033538e mdbook: 0.4.7 -> 0.4.8 2021-05-26 12:19:29 +09:00
Daniël de Kok
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
R. RyanTM
5274094073 mdbook: 0.4.6 -> 0.4.7 2021-02-23 06:34:47 +00:00
R. RyanTM
2b40e55a1d mdbook: 0.4.5 -> 0.4.6 2021-01-20 06:48:54 +00:00
Ben Siraphob
8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
André Silva
397c5a3d08
mdbook: 0.4.4 -> 0.4.5 2021-01-05 14:58:19 +00:00
R. RyanTM
eace2d6848 mdbook: 0.4.3 -> 0.4.4 2020-10-25 20:44:45 +00:00
R. RyanTM
44f91f0623 mdbook: 0.4.2 -> 0.4.3 2020-09-25 21:44:30 +00:00
zowoq
473536e3b5 buildRustPackage: remove platform.all from packages 2020-08-16 12:48:18 +10:00
R. RyanTM
a7e63f2eee mdbook: 0.4.1 -> 0.4.2 2020-08-12 14:06:51 +00:00
R. RyanTM
55edd1e7d3 mdbook: 0.4.0 -> 0.4.1 2020-08-02 06:20:58 +00:00
R. RyanTM
25342d938f mdbook: 0.3.7 -> 0.4.0 2020-06-26 17:36:11 +00:00
R. RyanTM
205e3655b1 mdbook: 0.3.6 -> 0.3.7 2020-04-06 12:42:30 -07:00
R. RyanTM
9280913df4 mdbook: 0.3.5 -> 0.3.6 2020-03-20 23:38:32 -07:00
Benjamin Hipple
4b212b91af mdbook: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
2020-02-17 23:23:37 -08:00
Benjamin Hipple
eb11feaa0b treewide: change fetchCargoTarball default to opt-out
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.

This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.

See #79975 for details.
2020-02-13 22:41:37 -08:00
Pascal Hertleif
2defc2ade1 mdbook: 0.3.1 -> 0.3.5 2019-11-23 18:47:22 -08:00