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 21d09bcb717de1f618f47a4d23989a5f5617575a.
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
Vladimír Čunát
d1df28f8e5
Merge 'staging' into closure-size
...
This is mainly to get the update of bootstrap tools.
Otherwise there were mysterious segfaults:
https://github.com/NixOS/nixpkgs/pull/7701#issuecomment-203389817
2016-04-07 14:40:51 +02:00
Tim Steinbach
158558e091
rsyslog: 8.14.0 -> 8.17.0
2016-04-04 14:31:01 -04:00
Peter Simons
90d0b08237
Merge pull request #14371 from pmahoney/skarnet
...
Update skarnet.org packages
2016-04-01 17:59:14 +02:00
Patrick Mahoney
fc1f5d2cf1
set target for darwin binary compat in skarnet.org packages
...
skalibs:
execline:
s6-dns:
s6-networking:
s6-portable-utils:
s6-rc:
s6:
The above software uses the target triplet from `cc -dumpmachine` as a
binary compatibility check. However, on darwin, the output includes the
darwin version number, which leads to build failures against a binary
skalibs package built a different version of darwin than the current
system.
Explicitly setting target ensures code can be compiled against a skalibs
binary built on a different version of darwin.
See http://www.skarnet.org/cgi-bin/archive.cgi?1:mss:623:heiodchokfjdkonfhdph
2016-04-01 10:39:37 -05:00
Patrick Mahoney
e0c225857f
update skarnet.org packages
...
skalibs: 2.4.7.0 -> 2.3.9.0
execline: 2.1.4.0 -> 2.1.4.5
s6: 2.2.1.0 -> 2.2.4.3
s6-rc: 0.0.1.0 -> 0.0.2.1
s6-portable-utils: 2.0.5.2 -> 2.0.5.3
s6-linux-utils: 2.0.2.0 -> 2.0.2.3
s6-dns: 2.0.0.4 -> 2.0.0.7
s6-networking: 2.1.0.1 -> 2.1.0.4
2016-04-01 10:38:58 -05:00
Vladimír Čunát
ab15a62c68
Merge branch 'master' into closure-size
...
Beware that stdenv doesn't build. It seems something more will be needed
than just resolution of merge conflicts.
2016-04-01 10:06:01 +02:00
Bob van der Linden
0e882ccf74
hwinfo: 21.12 -> 21.23
2016-03-30 20:06:58 +02:00
zimbatm
61c3ad7d2b
Merge pull request #14067 from zimbatm/foreman-0.78.0
...
foreman: init at 0.78.0
2016-03-22 23:26:44 +00:00
Mitch Tishmack
db6dff75bd
htop: fix build on darwin
2016-03-21 14:05:01 -05:00
Aneesh Agrawal
16ed322928
htop: fix platforms attribute
...
See comments at
57dd725e85
.
These values are already lists and need to be concatenated together
instead of placed in another list.
2016-03-20 17:27:34 -04:00
zimbatm
57dd725e85
htop: fix supported platforms list
2016-03-20 19:35:59 +00:00
zimbatm
a6c1481c66
foreman: init at 0.78.0
2016-03-19 22:47:52 +00:00
zimbatm
d9e60e4d43
htop: merge both implementations
...
htop 2.0+ is now cross-platform
2016-03-19 22:20:20 +00:00
Lluís Batlle i Rossell
41c05b47a0
Updating ts to 0.7.6.
2016-03-19 12:23:54 +01:00
Sheena Artrip
0bffa2f1a9
libcollectdclient: make client derive from collectd package
...
collectd: split version and name
libcollectdclient: make client derive from collectd package
2016-03-17 23:26:09 -04:00
Lluís Batlle i Rossell
e026b5c243
Adding rowhammer test.
2016-03-11 14:29:56 +01:00
Luca Bruno
370c318eb0
Merge pull request #13812 from obadz/go-upower-notify
...
add go-upower-notify
2016-03-11 12:34:11 +01:00
obadz
71ac0cd55e
yeshup: init at 5461a8f
2016-03-11 11:24:41 +00:00
Vladimír Čunát
6f9fe31b42
awstats: init at 7.4, including a simple service
2016-03-11 10:37:06 +01:00
Thomas Tuegel
3ef7671cea
ncurses: combine $lib and $out outputs
...
The $lib output refers to the terminfo database in $out, which is about
10x larger than the ncurses shared library. Splitting these outputs
saves a small amount of space for any derivations that use the terminfo
database but not the ncurses library, but we do not have evidence that
any such exist.
2016-03-08 11:35:24 -06:00
Vladimír Čunát
09af15654f
Merge master into closure-size
...
The kde-5 stuff still didn't merge well.
I hand-fixed what I saw, but there may be more problems.
2016-03-08 09:58:19 +01:00
Emery
d07d94b97c
amtterm: initial package at 1.4
...
https://www.kraxel.org/cgit/amtterm/
2016-03-04 14:47:47 +01:00