Commit Graph

23 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
Weijia Wang
a3092152a2 py-spy: make fixes more legal 2023-07-10 14:15:37 +03:00
rxiao
2aeb2dc8a2 py-spy: fix build 2023-05-10 18:28:06 +10:00
Fabian Affolter
190082d2fd py-spy: add homepage and changelog 2023-03-13 21:41:33 +01:00
Fabian Affolter
a320d6a511 py-spy: disable failing test 2023-03-13 21:41:03 +01:00
Fabian Affolter
64f561b4f5 py-spy: equalize 2023-03-13 20:57:27 +01:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Weijia Wang
09d46de752 py-spy: fix build on darwin 2023-02-03 00:53:05 +01:00
K900
133255bd77 py-spy: 0.3.12 -> 0.3.14 2023-02-02 00:42:27 +03:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
R. Ryantm
623e6ab788 py-spy: 0.3.11 -> 0.3.12 2022-07-29 18:15:08 +00:00
R. Ryantm
a0a41b405e py-spy: 0.3.10 -> 0.3.11 2021-12-08 03:37:05 +00:00
R. Ryantm
b1d97b202c py-spy: 0.3.9 -> 0.3.10 2021-11-03 22:29:38 +00:00
R. RyanTM
d303157b6d py-spy: 0.3.8 -> 0.3.9 2021-09-14 21:23:40 +00:00
R. RyanTM
5b4567205c py-spy: 0.3.5 -> 0.3.8 2021-08-17 15:58:47 +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
R. RyanTM
328a30302a py-spy: 0.3.4 -> 0.3.5 2021-03-24 20:03:04 +00:00
Daiderd Jordan
e9236f532d
Merge pull request #110213 from r-ryantm/auto-update/py-spy
py-spy: 0.3.3 -> 0.3.4
2021-01-28 19:25:15 +01:00
Ben Siraphob
c522fec274 pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
R. RyanTM
fcc956db2f py-spy: 0.3.3 -> 0.3.4 2021-01-20 20:34:42 +00:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08: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
Daiderd Jordan
28039d8f56
py-spy: init at 0.3.3 2020-11-23 22:51:33 +01:00