Commit Graph

57 Commits

Author SHA1 Message Date
R. Ryantm
dd8053e490 procs: 0.14.4 -> 0.14.5 2024-03-07 01:39:00 +00:00
R. Ryantm
d2c3803566 procs: 0.14.3 -> 0.14.4 2023-11-29 07:34:33 +00:00
R. Ryantm
a343bf5e07 procs: 0.14.0 -> 0.14.3 2023-11-03 20:15:50 +00:00
zendo
4f5308922f treewide: add meta.mainProgram
Related PR: https://github.com/NixOS/nixpkgs/pull/246386
2023-08-04 10:00:59 +00:00
Sandro Jäckel
cf6c96533b
treewide: reduce packages I maintainer 2023-07-23 19:30:22 +02:00
Weijia Wang
3df6699651 procs: migrate to bindgenHook 2023-05-27 23:25:16 +03:00
gkze
0000006cd8
procs: 0.13.4 -> 0.14.0 2023-05-22 20:36:37 +02:00
R. Ryantm
fbbaf6d844 procs: 0.13.3 -> 0.13.4 2023-01-31 05:27:15 +00:00
R. Ryantm
57bd8144bb procs: 0.13.2 -> 0.13.3 2022-10-18 19:05:41 +00:00
Sandro
56c4845a4f
Merge pull request #194704 from viraptor/procs-darwin-intel 2022-10-06 11:51:42 +02:00
Stanisław Pitucha
5a814f2bf4 procs: fix intel-darwin build 2022-10-06 16:37:35 +11:00
R. Ryantm
3050d34eb4 procs: 0.13.1 -> 0.13.2 2022-10-05 20:43:00 +00:00
R. Ryantm
66841dac42 procs: 0.13.0 -> 0.13.1 2022-09-22 02:02:47 +00:00
Sandro Jäckel
1b63766686
procs: 0.12.3 -> 0.13.0 2022-07-29 15:44:57 +02:00
Jamie Quigley
80d6f179b9
procs: unbreak on aarch64-darwin
Sandbox build requires manually specifying LIBCLANG_PATH

x86_64-darwin build is still broken - complains about libproc
`proc_pid_usage`
2022-05-30 17:44:29 +01:00
Sandro Jäckel
1a5566bde2
procs: 0.12.1 -> 0.12.3, mark borken on darwin, remove inactive maintainer 2022-05-27 17:09:41 +02:00
Sandro Jäckel
b81c67d478
procs: 0.12.0 -> 0.12.1 2022-01-27 13:55:22 +01:00
Sandro Jäckel
345110e2de
procs: 0.11.13 -> 0.12.0 2022-01-24 03:41:52 +01:00
R. Ryantm
9385a2ea19 procs: 0.11.12 -> 0.11.13 2021-12-30 22:29:41 -08:00
Sandro Jäckel
2421a78e94
procs: 0.11.10 -> 0.11.12, add SuperSandro2000 as maintainer 2021-12-16 14:05:48 +01:00
Sandro Jäckel
f9c4594aa3
procs: 0.11.9 -> 0.11.10 2021-10-19 15:06:20 +02:00
Mario Rodas
e0f90f86e9 procs: add changelog to meta 2021-09-04 19:53:22 +09:00
Mario Rodas
9cf254c40c procs: fix completions installation 2021-09-04 19:53:22 +09:00
Oleksii Filonenko
f65dafaabc procs: 0.11.8 -> 0.11.9 2021-07-20 15:03:01 +03:00
Arthur Gautier
8d41f2c92b procs: 0.11.4 -> 0.11.8
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-06-02 01:33:24 +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
Raphael Megzari
3c486fb51c
procs: fix darwin build (#117559) 2021-03-25 04:39:32 -04:00
R. RyanTM
8bc6358c37 procs: 0.11.3 -> 0.11.4 2021-03-13 11:20:57 +00:00
R. RyanTM
894e574917 procs: 0.11.1 -> 0.11.3 2021-02-03 21:00:41 +00:00
Daniël de Kok
e0634a39a5 procs: add shell completions 2021-01-28 17:17:09 +01:00
06kellyjac
ada52c39ad procs: 0.10.10 -> 0.11.1 2021-01-28 13:07:10 +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
R. RyanTM
f4542a2398 procs: 0.10.9 -> 0.10.10 2020-12-01 06:03:33 +00:00
R. RyanTM
3799d5ae21 procs: 0.10.7 -> 0.10.9 2020-11-26 16:32:35 +00:00
Oleksii Filonenko
512c3c0a05 maintainers: rename filalex77 -> Br1ght0ne 2020-11-17 13:09:31 +02:00
R. RyanTM
a73467d0aa procs: 0.10.5 -> 0.10.7 2020-11-11 21:55:31 +00:00
R. RyanTM
d06be7fd38 procs: 0.10.4 -> 0.10.5 2020-11-04 06:07:07 +00:00
R. RyanTM
f61a2ea8ff procs: 0.10.3 -> 0.10.4 2020-08-12 17:17:39 +00:00
Oleksii Filonenko
b76ce23038 procs: 0.10.1 -> 0.10.3 2020-05-11 08:49:57 +00:00
Oleksii Filonenko
b76765516f procs: 0.10.0 -> 0.10.1 2020-05-01 13:50:16 +00:00
Oleksii Filonenko
7133c01a7a
procs: 0.9.20 -> 0.10.0 2020-04-20 19:15:05 +03:00
Mario Rodas
d580deacec procs: 0.9.18 -> 0.9.20 2020-03-14 01:24:45 +00:00
Benjamin Hipple
c882a90bc6 procs: 0.9.11 -> 0.9.18 2020-03-05 01:30:08 -05:00
Oleksii Filonenko
f00f60ffbb procs: add filalex77 as a maintainer 2020-02-18 03:25:35 +02:00
Oleksii Filonenko
1e1ad96cf6 procs: 0.9.9 -> 0.9.11 2020-02-18 03:23:19 +02: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
Mario Rodas
d799e35079
procs: 0.9.6 -> 0.9.9 2020-02-13 04:20:00 -05:00
R. RyanTM
1c0a1e2862 procs: 0.9.5 -> 0.9.6 2020-02-06 13:50:30 +00:00
Mario Rodas
77f2d9bf1c
procs: 0.9.2 -> 0.9.5 2020-01-31 04:20:00 -05:00