Rick van Schijndel
3d5828ac39
aflplusplus: qemu: move to python3
...
QEMU 3.1 already had support for building with python3, so this should
be a change that doesn't have any effect on the produced binaries.
Python2 removal tracking issue: https://github.com/NixOS/nixpkgs/issues/148779
2021-12-11 14:01:50 +01:00
Ben Siraphob
76f93cc731
pkgs/tools: pkgconfig -> pkg-config
2021-01-16 23:49:59 -08: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
Pavol Rusnak
6abf4a43ad
treewide: per RFC45, remove more unquoted URLs
2020-05-08 15:20:47 +02:00
Rick van Schijndel
416c891461
aflplusplus: 2.59c -> 2.64c
...
Updated together with maintainers.ris / @risicle.
2020-05-04 21:56:49 +02:00
Robert Scott
fbc11b4f02
aflplusplus: init at 2.59c
2020-04-18 19:52:11 +01:00