summary refs log tree commit diff
path: root/pkgs/os-specific/linux/pktgen
Commit message (Collapse)AuthorAge
* pktgen: 19.12.0 -> 21.05.0Jörg Thalheim2021-05-24
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | 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.
* pkgs/os-specific: stdenv.lib -> libBen Siraphob2021-01-17
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* utillinux: rename to util-linuxGraham Christensen2020-11-24
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* Merge branch 'staging' into staging-nextJan Tojnar2019-12-31
|\
| * treewide: NIX_*_FLAGS -> stringRobin Gloster2019-12-31
| |
* | pktgen: 3.7.2 -> 19.12.0, build with meson, fix buildOrivej Desh2019-12-30
|/ | | | | Building with make requires share/dpdk/mk/ from the make build of dpdk, which is not installed by the meson build of dpdk.
* treewide: remove empty `let` blocksMario Rodas2019-12-04
|
* pktgen: 3.5.0 -> 3.7.2magenbluten2019-10-15
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* dpdk: install files in the standard layoutOrivej Desh2018-05-21
|
* linuxPackages.pktgen: 3.4.0 -> 3.5.0Orivej Desh2018-05-19
|
* pktgen: 3.1.0 -> 3.4.0Ruslan Babayev2017-09-08
|
* pktgen: fix runtime pathsRuslan Babayev2017-01-01
| | | | | The Lua and lscpu path substitution got accidentally removed in with commit 605b8095ca11a678af83364549d8fc72ba3f4219
* pktgen: 3.0.13 -> 3.1.0Ruslan Babayev2016-12-31
|
* pktgen: disable parallel buildingKirill Boltaev2016-09-19
|
* treewide: explicitly specify gtk and related package versionsKirill Boltaev2016-09-12
|
* pktgen: 3.0.04 -> 3.0.13 (#18477)Ruslan Babayev2016-09-10
|
* dpdk: pktgen: odp-dpdk: upgrades (#16585)Ruslan Babayev2016-06-29
| | | | | | | | | | | | * dpdk: fix a typo * dpdk: separate configure phase * odp-dpdk: 1.8.0.0 -> 1.10.1.0 * pktgen: 3.0.00 -> 3.0.04 * pktgen: add withGtk build option
* pktgen: build with the same CFLAGS as dpdkRuslan Babayev2016-06-07
|
* pktgen: init at 3.0.00Ruslan Babayev2016-06-02