Commit Graph

7 Commits

Author SHA1 Message Date
Manuel Mendez
f245f537a8 netperf: cleanup
* 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
2018-05-12 11:51:28 -05:00
Orivej Desh
ea2aeb7af4 netperf: update source 2017-11-14 00:32:17 +00:00
Silvan Mosberger
f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* 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
2017-08-01 22:03:30 +02:00
Bjørn Forsman
bd01fad0ed Captialize meta.description of all packages
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-06-20 13:55:52 +02:00
Franz Pletz
b701ea82e7 netperf: 2.6.0 -> 2.7.0 2016-05-03 16:15:20 +02:00
Peter Simons
f77a3a15ee netperf: update to version 2.6.0 2012-08-10 11:56:22 +02:00
Shea Levy
892889cf35 Add netperf
I will add meta later, I promise, I just need to use this now

svn path=/nixpkgs/trunk/; revision=30026
2011-10-25 20:49:22 +00:00