Commit Graph

109 Commits

Author SHA1 Message Date
Sandro
ad97ca4e51
Merge pull request #110912 from siraben/stdenv-lib-inherit
treewide: remove inherited stdenv.lib
2021-01-27 10:28:55 +01:00
Ben Siraphob
3bbad8b041 treewide: remove inherited stdenv.lib 2021-01-27 12:44:43 +07:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Ben Siraphob
c522fec274 pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07: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
Jan Tojnar
c7c4c236e0
libsysprof-capture: init
This will allow us to use sysprof-capture as a dependency of other libraries like GLib.
2020-10-24 06:57:59 +02:00
Jan Tojnar
6472c6c76f
sysprof: 3.38.0 → 3.38.1 2020-10-24 06:00:38 +02:00
Doron Behar
ed71430c44
sysprof: 3.36.0 -> 3.38.0 2020-10-24 01:14:06 +02:00
Evan Stoll
cfe38ac84d heaptrack: build with zstd support 2020-10-09 13:44:15 -04:00
R. RyanTM
84eef0f2af heaptrack: 1.1.0 -> 1.2.0 2020-09-05 00:41:34 +00:00
Florian Klink
661314d27b sysprof: use lib.getLib systemd instead of systemd.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:41 +02:00
R. RyanTM
a993bd8eb7 oprofile: 1.3.0 -> 1.4.0 2020-07-31 00:45:10 -07:00
Daiderd Jordan
7b3a2963d1
treewide: replace base64 encoded hashes 2020-06-03 18:35:19 +02:00
Jan Tojnar
f5ca4bc6ab
sysprof: fix build on i686
Closes: https://github.com/NixOS/nixpkgs/issues/51133
2020-06-02 05:52:32 +02:00
Jan Tojnar
a04625379a
Merge branch 'master' into staging-next 2020-04-13 18:50:35 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jan Tojnar
15002f1cfd
tree-wide: Switch from gnome3.maintainers to lib.teams.gnome 2020-04-01 14:41:43 +02:00
Tor Hedin Brønner
7b8546a26d
sysprof: 3.34.1 -> 3.36.0 2020-03-24 07:06:58 +01:00
Symphorien Gibol
30c2ac9efa heaptrack: wrap with wrapQtAppsHook 2020-01-24 12:00:00 +00:00
Symphorien Gibol
bafaf78ead pyflame: remove
The upstream repository is archived and new python version are not going
to be supported.
2019-12-14 23:23:03 +01:00
Mateusz Kowalczyk
1451a52a38 Remove myself (fuuzetsu) from maintainer lists
I haven't been doing any maintenance for a long time now and not only
do I get notified, it also creates a fake impression that all these
packages had at least one maintainer when in practice they had none.
2019-12-05 16:29:48 +09:00
R. RyanTM
ee3ab209fe sysprof: 3.34.0 -> 3.34.1 2019-11-03 10:03:07 +01:00
Tor Hedin Brønner
63b9cbdb8e sysprof: 3.32.0 -> 3.34.0 2019-09-30 19:39:48 +02:00
Ivan Kozik
96a099adb6 pyflame: fix the build on machines with kernel.yama.ptrace_scope > 0 2019-09-06 21:48:58 +02:00
Ivan Kozik
175827f1ed pyflame: use pytest -v to see which tests are skipped 2019-09-06 21:48:58 +02:00
Frederik Rietdijk
f65aa21bb2 Merge master into staging-next 2019-08-18 12:53:44 +02:00
Stefan Frijters
7d38a6281e pyprof2calltree: move to python-packages
pyprof2calltree is hard-coded to pythonPackages and fails for Python 3 profile results. See #66511.
Since it can also be used as a library it makes sense to move it into pythonPackages.
2019-08-17 13:05:09 +02:00
volth
c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Herwig Hochleitner
6a76eb087f systemtap: 4.0 -> 4.1 2019-08-12 02:51:49 +02:00
bb010g
d79aad43a3 pyflame: fix builds & support 3.7 2019-04-18 09:12:27 +02:00
Tor Hedin Brønner
f79bf2c3c0
sysprof: 3.30.2 -> 3.32.0
https://gitlab.gnome.org/GNOME/sysprof/blob/sysprof-3.32.0/NEWS
2019-04-05 12:13:33 +02:00
Matthew Bauer
b1bbd94bb6 Merge remote-tracking branch 'NixOS/master' into staging 2019-02-18 20:36:48 -05:00
worldofpeace
e407f51aaf sysprof: 3.31.1 -> 3.30.2
This was accidentally updated to an unstable version
and is now at the latest stable release.
2019-02-16 23:26:49 -05:00
Jan Tojnar
606ceda352
gnome3: stop using aliases 2019-02-14 02:31:15 +01:00
worldofpeace
69be72a64a desktop-files-utils: add setupHook to remove mimeinfo.cache
Post-Installation scripts are running `update-desktop-database -q`
creating these files which obviously results in a lot of collisions.

Much better solution than eventually noticing their existence and
removing them in postInstall.
2019-02-09 01:29:53 +00:00
Philipp Middendorf
a04e81898c gprof2dot: 2015-04-27 -> 2017-09-19 2019-01-30 13:32:44 +01:00
Herwig Hochleitner
bd3695090e systemtap: 3.3 -> 4.0 2019-01-10 16:44:51 +01:00
Jörg Thalheim
4d7ff6c04c
sysprof: also provide default icons 2018-12-14 10:58:32 +00:00
R. RyanTM
734cd2c98a sysprof: 3.30.0 -> 3.31.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sysprof/versions
2018-12-14 00:39:32 -08:00
Frederik Rietdijk
5f554279ec Merge master into staging-next 2018-12-07 15:22:35 +01:00
Jörg Thalheim
6b9bcfe6fd
pyflame: also install flame-chart-json
This is useful to use chrome's flamechart viewer.
2018-12-06 14:01:43 +00:00
Symphorien Gibol
330fbbeb73 pyflame: init at 1.6.7 2018-12-03 23:27:33 +01:00
Tor Hedin Brønner
1f914b56e8
sysprof: 3.28.1 → 3.30.0 2018-11-30 21:34:45 +01:00
R. RyanTM
9203ba5cea pyprof2calltree: 1.4.3 -> 1.4.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pyprof2calltree/versions
2018-10-26 13:32:41 -07:00
Herwig Hochleitner
ee561d9f57 linuxPackages.systemtap: 3.2 (2017.10.18) -> 3.3
removed quoting workaround. should be fixed as of https://sourceware.org/PR22462
2018-10-12 12:20:35 +02:00
Maximilian Bosch
2babfb5a88 eztrace: 1.0.6 -> 1.1-7 (#47282)
See https://hydra.nixos.org/build/80721509
Addresses #45960
2018-09-24 19:34:35 +02:00
Vincent Demeester
560f95b5e3
pprof: 2017-08-28 -> 2018-08-15
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-08-16 13:43:56 +02:00
R. RyanTM
7bacb29458 oprofile: 1.2.0 -> 1.3.0 (#44733)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/oprofile/versions.
2018-08-08 23:16:47 +02:00