Commit Graph

15 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
Sebastián Mancilla
8f94a33b38 treewide: ensure pre/post phase hooks are strings
Some derivations use lib.optional or lib.optionals when setting pre/post
phase hooks. Ensure the proper lib.optionalString is used.
2021-08-20 19:08:42 -04:00
R. RyanTM
c11b48f7cc rx: 0.4.0 -> 0.5.2 2021-08-17 21:04:11 +00: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
Ben Siraphob
badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
Oleksii Filonenko
512c3c0a05 maintainers: rename filalex77 -> Br1ght0ne 2020-11-17 13:09:31 +02:00
Vladyslav M
ac106521ae
rx: 0.3.2 -> 0.4.0 2020-03-15 12:49:34 +02:00
Benjamin Hipple
93fcac02cd rx: upgrade cargo fetcher and cargoSha256 2020-02-29 11:05:34 -05: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
Minijackson
865851f003 rx: 0.3.1 -> 0.3.2 2020-01-13 07:29:16 -08:00
Minijackson
df7ed4382c rx: 0.3.0 -> 0.3.1 2020-01-11 13:08:13 -08:00
Maximilian Bosch
6885a05192
rx: restrict builds to x86 targets 2019-12-30 18:47:34 +01:00
Oleksii Filonenko
d8623a2137
rx: add filalex77 to maintainers 2019-12-30 17:23:42 +02:00
Oleksii Filonenko
98224979fb
rx: 0.2.0 -> 0.3.0
- Remove "--features" invocations
- Refactor some meta attributes
2019-12-30 17:23:42 +02:00
Minijackson
0309903c79
rx: init at 0.2.0 2019-09-29 23:58:05 +02:00