about summary refs log tree commit diff
path: root/pkgs/applications/networking/netperf
AgeCommit message (Collapse)AuthorFilesLines
2022-05-22netperf: pull patch pending upstream inclusion for -fno-common toolchain supportSergei Trofimovich1-1/+11
Without the change build fails on upstream gcc-10 as: ld: nettest_omni.o:(.bss+0x4230): multiple definition of `loc_sndavoid'; nettest_bsd.o:(.bss+0x1c): first defined here
2022-05-13netperf: 20180613 -> 20210121Andrew Marshall1-4/+4
Upstream diff is just the license change.
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob1-4/+4
2020-12-30netperf: fix Darwin buildLio李歐1-2/+2
This fixes the following build error on Darwin: ``` In file included from ./src/libsmbios_c/common/libsmbios_c_source.h:37: ./src/libsmbios_c/common/select_platform_config.h:16:7: error: "Unknown platform - please report to libsmbios maintainer." # error "Unknown platform - please report to libsmbios maintainer." ^ 1 error generated. make[1]: *** [Makefile:1728: src/libsmbios_c/common/out_libsmbios_c_la-common.lo] Error 1 ``` Per the netperf doc, `libsmbios` is only used on Linux.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-04-08netperf: 20180504 -> 20180613 (#59011)Manuel Mendez1-3/+4
netperf: 20180504 -> 20180613
2019-03-25netperf: remove libsmbios on non-x86Linus Heckemann1-1/+1
This fixes building on ARM systems.
2018-05-12netperf: cleanupManuel Mendez1-5/+13
* netperf: fix build * maintainers: add myself * netperf: add myself as maintainer * netperf: update to current git master to get bugfixes * netperf: enable-demo mode * fixup! netperf: fix build * fixup! netperf: update to current git master to get bugfixes
2017-11-14netperf: update sourceOrivej Desh1-4/+6
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2016-06-20Captialize meta.description of all packagesBjørn Forsman1-1/+1
In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
2016-05-03netperf: 2.6.0 -> 2.7.0Franz Pletz1-2/+2
2012-08-10netperf: update to version 2.6.0Peter Simons1-3/+11
2011-10-25Add netperfShea Levy1-0/+11
I will add meta later, I promise, I just need to use this now svn path=/nixpkgs/trunk/; revision=30026