Ben Siraphob
|
76f93cc731
|
pkgs/tools: pkgconfig -> pkg-config
|
2021-01-16 23:49:59 -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 |
|
Vladimír Čunát
|
0e18a48042
|
dnsperf: 2.3.4 -> 2.4.0
https://github.com/DNS-OARC/dnsperf/releases/tag/v2.4.0
|
2020-12-13 10:58:08 +01:00 |
|
Pierre Bourdon
|
ce615a5c32
|
dnsperf: 2.3.1 -> 2.3.4
Required for newer Bind versions support without isc-config.sh.
|
2020-09-24 18:08:47 +02: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 |
|
Vladimír Čunát
|
96b925e63d
|
dnsperf: 2.2.0 -> 2.3.1
Mainly they add support for TCP and TLS.
|
2019-07-24 17:09:57 +02:00 |
|
volth
|
f3282c8d1e
|
treewide: remove unused variables (#63177)
* treewide: remove unused variables
* making ofborg happy
|
2019-06-16 19:59:05 +00:00 |
|
Vladimír Čunát
|
0946551612
|
dnsperf: 2.1.0.0 -> 2.2.0
I tested performance with resperf for a while.
|
2019-01-25 16:26:41 +01:00 |
|
Vladimír Čunát
|
1bf986b369
|
dnsperf: nitpick changes
- project adopted by DNS-OARC
- cleanup the expression
|
2019-01-16 13:00:47 +01:00 |
|
Vladimír Čunát
|
c327693407
|
dnsperf: fixup build with new bind version
|
2019-01-16 13:00:47 +01:00 |
|
Vladimír Čunát
|
9b48a67731
|
treewide: fix various links (homepage, src)
|
2018-09-03 16:53:02 +02:00 |
|
Vladimír Čunát
|
bcb416a07e
|
dnsperf: fixup build
I'm not sure why the libcap.dev -> libcap.lib propagation
doesn't work here.
|
2018-06-30 09:57:58 +02:00 |
|
Matthew Bauer
|
8eabbf1f17
|
dnsperf: supports darwin
|
2018-06-10 20:32:17 -04:00 |
|
Jörg Thalheim
|
e5a8dc8f57
|
dnsperf: fix build by adding openssl
|
2018-02-27 17:18:15 +00:00 |
|
Tuomas Tynkkynen
|
1ff422aa23
|
treewide: Add man & info outputs where necessary (instead of doc)
Because man & info pages won't be going to $doc after the next commit.
Scripted change for the files having one-package-per-file.
|
2017-08-11 21:32:54 +03:00 |
|
Vladimír Čunát
|
0bfbd039f9
|
dnsperf: init at 2.1.0.0
|
2017-02-23 14:03:49 +01:00 |
|