Commit graph

637 commits

Author SHA1 Message Date
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
Benjamin Staffin 68689f4d8e hiera-eyaml: init at 2.1.0 2016-06-15 20:19:06 -04:00
Joachim Fasting 70c5ab532f Merge pull request #16110 from womfoo/augeas
augeas: 1.2.0 -> 1.5.0
2016-06-13 16:46:08 +02:00
Kranium Gikos Mendoza cc05622761 augeas: 1.2.0 -> 1.5.0 2016-06-10 10:23:44 +08:00
rushmorem 6e709b180e storebrowse: mark broken
`storebrowse` depends on https://code.google.com/archive/p/gosqlite/
which leads to gosqlite.googlecode.com/hg/sqlite which now 404s.
2016-06-09 22:09:07 +02:00
Kamil Chmielewski 8cd1d4cda5 buildGoPackage: use Go 1.6 by default 2016-06-09 13:08:10 +02:00
Kamil Chmielewski 734d152977 buildGo16Packages: fetchgit -> fetchFromGitHub 2016-06-09 13:08:10 +02:00
Kamil Chmielewski bbc37e0eb7 Moving from fetchgit generated by go2nix to fetchFromGitHub where rev is
a tag
2016-06-09 13:08:10 +02:00
Kamil Chmielewski 7eb671ebcd no more goPackages 2016-06-09 13:08:00 +02:00
Kamil Chmielewski 9e273d5b29 consul--template: extracted from goPackages 2016-06-09 11:22:02 +02:00
Kamil Chmielewski abcec97b1e confd: extracted from goPackages 2016-06-09 11:22:02 +02:00
Tuomas Tynkkynen bac26e08db Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
michael bishop 85b87796ae
runit: fix closure size 2016-06-03 06:46:54 -03:00
Frederik Rietdijk 373455e237 Merge pull request #15613 from womfoo/facter
facter: 3.1.5 -> 3.1.6 (add ruby support) and dependency leatherman: 0.4.2 -> 0.7.0
2016-05-28 15:29:31 +02:00
Vladimír Čunát 81039713fa Merge branch 'master' into staging
... to get the systemd update (rebuilding ~7k jobs).
2016-05-26 16:50:22 +02:00
Michael Raskin cfdf0d5a79 freeipmi: 1.5.1 -> 1.5.2 2016-05-25 16:00:57 +02:00
Vladimír Čunát 0b192a0976 Merge branch 'master' into staging
That's to get mesa rebuild from master, as it's nontrivial.
2016-05-23 09:02:10 +02:00
Eelco Dolstra 64f22ddd64 pciutils: 3.4.1 -> 3.5.1 2016-05-22 23:05:25 +02:00
Kranium Gikos Mendoza ccb3ade7c2 facter: ruby support 2016-05-22 18:44:54 +08:00
Kranium Gikos Mendoza 7c4438dcf9 facter: 3.1.5 -> 3.1.6 2016-05-22 18:44:54 +08:00
Vladimír Čunát c4661e9643 Merge: make dev output references explicit
This is a rebase of most commits from #14766,
resolving conflicts and a few other evaluation problems.
2016-05-22 12:09:23 +02:00
Tuomas Tynkkynen 2a73de6e6c treewide: Make explicit that 'dev' output of openssl is used 2016-05-19 10:02:23 +02:00
Domen Kožar b49bf121b8 rename iElectric to domenkozar to match GitHub 2016-05-17 13:00:47 +01:00
Franz Pletz e98a0bc9e0 Merge pull request #15476 from matthiasbeyer/update-unmaintained
Update unmaintained packages
2016-05-16 23:45:11 +02:00
Peter Simons 8e462995ba Bring my stdenv.lib.maintainers user name in line with my github nick. 2016-05-16 22:49:55 +02:00
Matthias Beyer 5f76761dc2 daemonize: 1.7.6 -> 1.7.7 2016-05-16 16:12:18 +02:00
Vladimír Čunát e5d40c6fa3 Merge branch 'staging'
Hydra is only half-finished, but we'd better get secure glibc fast.
2016-05-16 10:15:28 +02:00
Joachim Fasting ca730d4452
fio: 2.2.11 -> 2.9
This fixes the build against linux 4.4 headers; see
https://hydra.nixos.org/build/35697941/log/raw

Also set `platforms.unix` per what upstream claims.
2016-05-16 01:06:00 +02:00
Michael Raskin 916c6cf1ad ipmiutil: 2.9.8 -> 2.9.9 2016-05-15 23:49:44 +02:00
Joachim Fasting a11b0bc515
efivar: fix build against linux 4.4 headers 2016-05-15 19:39:18 +02:00
Joachim Fasting 0a8d1627ec
Revert "efivar: fix build after #15449"
This reverts commit 21d09bcb71.
2016-05-15 19:30:39 +02:00
Vladimír Čunát 21d09bcb71 efivar: fix build after #15449
I don't know why it matters here; the error was:
linux.c:25:24: fatal error: linux/nvme.h: No such file or directory
2016-05-15 18:21:06 +02:00
Tobias Geerinckx-Rice 45f70fcb06
stress-ng: 0.06.00 -> 0.06.01 2016-05-08 19:42:49 +02:00
Tobias Geerinckx-Rice 519d99f975
thinkfan: 0.9.2 -> 0.9.3; add myself as a maintainer
CC maintainer @iElectric.
2016-05-08 00:44:49 +02:00
Tobias Geerinckx-Rice 39421df56a
stress-ng: 0.05.25 -> 0.06.00
Changes: https://launchpad.net/ubuntu/+source/stress-ng/0.06.00-1.
2016-05-06 19:17:07 +02:00
Tobias Geerinckx-Rice d6e4c1b750
thinkfan: install manual, README and examples
READMEs usually just waste those precious kilobytes, but both the
manual page and --help output refer to this one quite a bit.
2016-05-04 00:39:51 +02:00
Franz Pletz 4825d4033e ddrescue: 1.20 -> 1.21 2016-05-03 16:15:20 +02:00
Franz Pletz b5fdb8585b di: 4.36 -> 4.37 2016-05-03 16:15:20 +02:00
Franz Pletz 47a7b42d51 collectd: 5.5.0 -> 5.5.1 2016-05-03 16:15:20 +02:00
Tobias Geerinckx-Rice 95aab50e81
efivar: 0.21 -> 0.23 2016-05-03 03:50:13 +02:00
Nikolay Amiantov 7a37ac15b3 runit: fix build 2016-04-30 05:32:28 +03:00
Nikolay Amiantov bf0a3b4ba8 thermald: 1.4.3 -> 1.5.3 2016-04-30 03:12:34 +03:00
Nikolay Amiantov 938d64f1f3 quote URLs in my packages to ease opening them from urxvt 2016-04-30 03:12:32 +03:00
Tobias Geerinckx-Rice d51a55366e
stress-ng: 0.05.00 -> 0.05.25 2016-04-29 21:42:35 +02:00
Vladimír Čunát 3748cdc791 awstats: fix build after closure-size merge 2016-04-26 11:15:28 +02:00
Kranium Gikos Mendoza ca7f93a668 facter: 3.1.3 -> 3.1.5 2016-04-18 01:31:41 +08:00
Luca Bruno 627b7185b9 netdata: fix patch 2016-04-17 11:36:33 +02:00
Luca Bruno 07221cf39f netdata: patch nonsense when serving static files 2016-04-17 11:16:33 +02:00
Luca Bruno 0876c2f4ac netdata: init at 1.0.0 2016-04-14 23:43:01 +02:00
Vladimír Čunát 30f14243c3 Merge branch 'master' into closure-size
Comparison to master evaluations on Hydra:
  - 1255515 for nixos
  - 1255502 for nixpkgs
2016-04-10 11:17:52 +02:00