summary refs log tree commit diff
path: root/pkgs/applications/networking/netperf/default.nix
Commit message (Collapse)AuthorAge
* netperf: pull patch pending upstream inclusion for -fno-common toolchain supportSergei Trofimovich2022-05-22
| | | | | | | 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
* netperf: 20180613 -> 20210121Andrew Marshall2022-05-13
| | | | Upstream diff is just the license change.
* pkgs/applications: stdenv.lib -> libBen Siraphob2021-01-15
|
* netperf: fix Darwin buildLio李歐2020-12-30
| | | | | | | | | | | | | 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.
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: remove redundant recvolth2019-08-28
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* netperf: 20180504 -> 20180613 (#59011)Manuel Mendez2019-04-08
| | | netperf: 20180504 -> 20180613
* netperf: remove libsmbios on non-x86Linus Heckemann2019-03-25
| | | | This fixes building on ARM systems.
* netperf: cleanupManuel Mendez2018-05-12
| | | | | | | | | | | | | | | | * 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
* netperf: update sourceOrivej Desh2017-11-14
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * 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
* Captialize meta.description of all packagesBjørn Forsman2016-06-20
| | | | | | | | | | | | | | | | 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)
* netperf: 2.6.0 -> 2.7.0Franz Pletz2016-05-03
|
* netperf: update to version 2.6.0Peter Simons2012-08-10
|
* Add netperfShea Levy2011-10-25
I will add meta later, I promise, I just need to use this now svn path=/nixpkgs/trunk/; revision=30026