Sigmanificient
d48a9bb622
treewide: remove unused fetchpatch arguments
2024-06-04 12:40:25 +02:00
Wim de With
3316e3b546
pktgen: 22.07.1 -> 23.10.0
2024-03-21 19:40:57 +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
Artturin
6f6cc4a22d
treewide: use toString on list NIX_CFLAGS_COMPILE
...
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
2023-02-22 21:23:04 +02:00
Fabián Heredia Montiel
0cf5d85f0c
treewide: add gcc12 flags
2023-01-27 21:20:52 -06:00
Nicolas Benes
26aa60713e
pktgen: 22.04.1 -> 22.07.1
2023-01-22 02:02:50 +01:00
Alyssa Ross
d28b794ef0
linuxPackages.pktgen: 21.11.0 -> 22.04.1
...
21.11.0 didn't build with our version of DPDK.
2022-05-25 12:33:42 +00:00
Pierre Bourdon
cc32f4990b
pktgen: 21.05.0 -> 21.11.0
2021-12-09 03:21:56 +01:00
Jörg Thalheim
9d002b110e
pktgen: 19.12.0 -> 21.05.0
2021-05-24 09:09:48 +02: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
Ben Siraphob
16d91ee628
pkgs/os-specific: stdenv.lib -> lib
2021-01-17 23:26:08 +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
Graham Christensen
bc49a0815a
utillinux: rename to util-linux
2020-11-24 12:42:06 -05:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Jan Tojnar
0c2adc0fb1
Merge branch 'staging' into staging-next
2019-12-31 03:59:58 +01:00
Robin Gloster
f9f46dc327
treewide: NIX_*_FLAGS -> string
2019-12-31 00:15:46 +01:00
Orivej Desh
140ab69ae6
pktgen: 3.7.2 -> 19.12.0, build with meson, fix build
...
Building with make requires share/dpdk/mk/ from the make build of dpdk, which is
not installed by the meson build of dpdk.
2019-12-30 16:50:41 +00:00
Mario Rodas
e44d7c14f5
treewide: remove empty let
blocks
2019-12-04 06:00:00 -05:00
magenbluten
7c534798a6
pktgen: 3.5.0 -> 3.7.2
2019-10-15 11:07:53 +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
Orivej Desh
ed465dc7de
dpdk: install files in the standard layout
2018-05-21 01:19:31 +00:00
Orivej Desh
d307113708
linuxPackages.pktgen: 3.4.0 -> 3.5.0
2018-05-19 14:07:32 +00:00
Ruslan Babayev
f1e1d71494
pktgen: 3.1.0 -> 3.4.0
2017-09-08 18:33:39 -07:00
Ruslan Babayev
1bead81275
pktgen: fix runtime paths
...
The Lua and lscpu path substitution got accidentally removed in
with commit 605b8095ca
2017-01-01 15:44:21 -08:00
Ruslan Babayev
605b8095ca
pktgen: 3.0.13 -> 3.1.0
2016-12-31 16:43:11 -08:00
Kirill Boltaev
d2bbc631ff
pktgen: disable parallel building
2016-09-19 05:28:43 +03:00
Kirill Boltaev
bccd75094f
treewide: explicitly specify gtk and related package versions
2016-09-12 18:26:06 +03:00
Ruslan Babayev
7b51c79ccd
pktgen: 3.0.04 -> 3.0.13 ( #18477 )
2016-09-10 12:06:13 +02:00
Ruslan Babayev
d515d72aba
dpdk: pktgen: odp-dpdk: upgrades ( #16585 )
...
* 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
2016-06-29 10:34:17 +02:00
Ruslan Babayev
ff8362aeb4
pktgen: build with the same CFLAGS as dpdk
2016-06-07 20:11:50 -07:00
Ruslan Babayev
6d3fcd33d7
pktgen: init at 3.0.00
2016-06-02 02:12:06 -07:00