Commit graph

9 commits

Author SHA1 Message Date
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
Nikolay Amiantov 80bf658eb8 gbenchmark: 1.4.1 -> 1.5.0 2019-06-03 14:32:55 +03:00
Will Dietz eb8abb9ade gbenchmark: 1.3.0 -> 1.4.1 (#55646) 2019-03-08 22:19:02 +01:00
Rob Vermaas 4774d6a58d gbenchmark: add darwin to platforms 2018-08-31 15:16:59 +02:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Nikolay Amiantov 6c92782c68 gbenchmark: 1.2.0 -> 1.3.0 2018-02-25 22:24:09 +03: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
Nikolay Amiantov f0ed27264e gbenchmark: 1.1.0 -> 1.2.0 2017-07-27 17:07:44 +03:00
Nikolay Amiantov 664cc49b19 gbenchmark: init at 1.1.0 2016-12-16 17:44:21 +03:00