William A. Kennington III
b6cd7e754b
spl_git: 2015-06-29 -> 2015-07-21
2015-07-22 12:22:15 -07:00
Luca Bruno
7098832c60
lightsoff: init at 3.16.1.1
2015-07-22 21:20:44 +02:00
Luca Bruno
e770d66a23
swell-loop: init at 3.16.1
2015-07-22 21:07:16 +02:00
Luca Bruno
92150ef3ac
zerotierone: doesn't build on i686 (ZHF)
2015-07-22 20:27:53 +02:00
William A. Kennington III
b827583831
sudo: 1.8.14p1 -> 1.8.14p3
2015-07-22 11:26:59 -07:00
Peter Simons
784025c747
gfortran: update to 4.9.x
2015-07-22 20:18:21 +02:00
Vladimír Čunát
3064b6a0cc
remove gcc49 overrides from various places
...
An interesting thing is that: stdenv != overrideCC stdenv gcc49;
I'm not sure why that is, but it doesn't seem important.
/cc maintainers: @nckx, @garbas, @abbradar, @cstrahan, @grwlf.
2015-07-22 19:40:12 +02:00
Asko Soukka
fc23e58260
zc_buildout_nix: 2.2.1 -> 2.4.0
2015-07-22 20:28:15 +03:00
Peter Simons
90de4aecf2
Merge pull request #8930 from rycee/fix/FontTTF
...
perl-Font-TTF: add description and license
2015-07-22 18:25:15 +02:00
Peter Simons
e3a4ad0e6b
Merge pull request #8940 from joachifm/vimus-disable-32bit-linux
...
vimus: disable on 32 bit linux
2015-07-22 18:21:41 +02:00
Domen Kožar
fb5ed0e6a1
Merge pull request #8944 from desiderius/elasticsearch-py.1.6.0
...
python-packages: update elasticsearch-1.4.0 to elasticsearch-1.6.0
2015-07-22 17:20:48 +02:00
Tobias Geerinckx-Rice
b1e58a7720
simple-scan: 3.17.3 -> 3.17.4
2015-07-22 16:57:41 +02:00
Eelco Dolstra
1a03de173b
Move release notes to an appendix and a separate chunk
2015-07-22 16:21:32 +02:00
Eelco Dolstra
48a25dc899
Manual: Reduce chunking
...
Fixes #7607 .
2015-07-22 16:21:32 +02:00
Edward Tjörnhammar
323fed4284
kodi: 14.2 -> 15.0
2015-07-22 15:54:58 +02:00
Eelco Dolstra
606d34e45a
Revert "Revert "Drop tests.installer.grub1 as release critical""
...
This reverts commit cd28c5517c
. Still broken:
http://hydra.nixos.org/build/23928152
2015-07-22 15:20:40 +02:00
Eelco Dolstra
57e48df19e
Remove non-incompatible changes from the list of incompatible changes
2015-07-22 15:17:01 +02:00
Eelco Dolstra
e2b25f9434
Use environment.etc to manage /etc/crontab
...
Otherwise, /etc/crontab won't be deleted when cron is disabled.
2015-07-22 15:15:09 +02:00
Eelco Dolstra
201f9beddb
Don't enable cron by default
...
The rationale for disabling this is: 1) systemd timers are better; 2)
it gets rid of one usually unnecessary process, which makes containers
more light-weight.
Note that cron is still enabled if services.cron.systemCronJobs is
non-empty, so this only matters if you have no declarative cron jobs
but do have user cron jobs.
2015-07-22 15:15:09 +02:00
desiderius
e908c0c9da
python-packages: update elasticsearch-1.4.0 to elasticsearch-1.6.0
2015-07-22 14:48:14 +02:00
Domen Kožar
db22d387db
Merge pull request #8946 from desiderius/elasticsearch-dsl-0.0.4
...
python-packages: update elasticsearch-dsl 0.0.3 to 0.0.4
2015-07-22 14:41:53 +02:00
desiderius
0d9d941d65
python-packages: update elasticsearch-dsl 0.0.3 to 0.0.4
2015-07-22 14:31:56 +02:00
Luca Bruno
eae4712f52
glib-tested: disable appinfo test, cannot reproduce hydra failure
2015-07-22 13:52:40 +02:00
Eelco Dolstra
fab3090693
Don't include wireless tools in containers
2015-07-22 12:51:21 +02:00
Eelco Dolstra
9a75bafcda
systemd-timesyncd: Use NTP servers from our own ntp.org pool
...
(cherry picked from commit 01dc343c2c
)
Conflicts:
pkgs/os-specific/linux/systemd/default.nix
2015-07-22 12:27:50 +02:00
Eelco Dolstra
4232f5d219
Disable system_tarball_pc and fix eval
...
It refers to a kernel version that no longer exists.
(cherry picked from commit e4b9624ca8
)
2015-07-22 12:27:15 +02:00
Tuomas Tynkkynen
5d02c02a9b
systemd: Use upstream tmpfiles.d rules
...
This fixes a failing assert in systemd-timesyncd (issue #5913 ) as it
expects the directory /run/systemd/netif/links/ to exist, and nothing in
NixOS currently creates it.
Also we get a net reduction in our code as rules for /run/utmp and
/var/log/journal are also provided by the same upstream file.
(cherry picked from commit a278a9224a
)
2015-07-22 12:27:05 +02:00
Eelco Dolstra
eedda353f3
Remove Linux 3.19
...
It's already EOL so we shouldn't keep it around in our new stable
branch.
(cherry picked from commit cdbb5483b7
)
2015-07-22 12:26:03 +02:00
Eelco Dolstra
069b4a8a57
Remove Linux 3.2 and 3.4
...
These are not supported by systemd so no reason to keep them around.
(cherry picked from commit ee10e165dc
)
Conflicts:
pkgs/os-specific/linux/kernel/linux-3.4.nix
2015-07-22 12:25:32 +02:00
Eelco Dolstra
bb5647ea0f
Remove unused file
...
(cherry picked from commit 58ef0eea0c
)
2015-07-22 12:25:11 +02:00
Eelco Dolstra
925e1f91c5
Set up /etc/machine-id before starting systemd
...
Otherwise, systemd will try to populate /etc, which we don't want.
(cherry picked from commit c8501a4218
)
2015-07-22 12:24:32 +02:00
Eelco Dolstra
2c48ab4390
Remove ancient version of udev
...
(cherry picked from commit ab91aaaeb8
)
2015-07-22 12:24:24 +02:00
Eelco Dolstra
0ab320a884
stage-1: Shut up warnings about swap devices that don't exist yet
...
(cherry picked from commit 388dac478d
)
2015-07-22 12:24:06 +02:00
Eelco Dolstra
ec82157ac5
stage-2: Don't run hwclock in containers
...
(cherry picked from commit b978df019a
)
2015-07-22 12:23:52 +02:00
Eelco Dolstra
9647609e3e
stage-1: Don't mount /dev/shm if it's already mounted
...
(cherry picked from commit c8ef598945
)
2015-07-22 12:23:48 +02:00
Eelco Dolstra
6bd4e0b8cd
Create systemd-{network,resolve} user/group unconditionally
...
This shuts up this error from dbus:
May 11 13:52:16 machine dbus-daemon[259]: Unknown username "systemd-network" in message bus configuration file
May 11 13:52:16 machine dbus-daemon[259]: Unknown username "systemd-resolve" in message bus configuration file
which happens because the D-Bus config for networkd/resolved is
enabled unconditionally, and we don't have an easy way to turn it off.
(cherry picked from commit f19b58fb6a
)
2015-07-22 12:23:45 +02:00
Eelco Dolstra
65700b435c
Use ConditionVirtualization to disable some services in containers
...
(cherry picked from commit c52a983806
)
2015-07-22 12:23:40 +02:00
lethalman
cce3aa1e22
Merge pull request #8896 from dezgeg/pr-ovmf
...
edk2, OVMF: Fix build on GCC 4.9
2015-07-22 12:01:07 +02:00
Luca Bruno
58430f3259
Revert "OVMF: build with gcc 4.8, I'm no idea what I'm doing (ZHF)"
...
This reverts commit 0abe34e454
.
2015-07-22 11:58:02 +02:00
Luca Bruno
befef13d37
chaps: not supported on i686 (ZHF)
2015-07-22 11:37:38 +02:00
Luca Bruno
0abe34e454
OVMF: build with gcc 4.8, I'm no idea what I'm doing (ZHF)
2015-07-22 11:34:27 +02:00
lethalman
5e6e63727e
Merge pull request #8939 from joachifm/coreclr-disable-i686
...
coreclr: disable i686 build
2015-07-22 11:31:02 +02:00
Lancelot SIX
bb823e900a
kde4.digikam: 4.10.0 -> 4.11.0
2015-07-22 09:28:58 +00:00
Luca Bruno
14d36053b1
weston: use version 1.8.0 instead of wayland version (ZHF)
2015-07-22 11:23:17 +02:00
Luca Bruno
6151349d07
partclone: fix download (ZHF)
2015-07-22 10:58:21 +02:00
Herwig Hochleitner
604dfd33f4
i2p: 0.9.19 -> 0.9.20
2015-07-22 10:33:31 +02:00
Luca Bruno
6f5aa25e89
Revert "zfs_git: 2015-06-22 -> 2015-07-01"
...
This reverts commit 54022375eb
.
Revert "zfs_git: 2015-05-13 -> 2015-06-22"
This reverts commit 59faa759da
.
Closes #8941
2015-07-22 10:31:28 +02:00
Luca Bruno
62092ef4e7
kicad: fix download urls (ZHF)
2015-07-22 10:23:34 +02:00
Luca Bruno
04e782f380
hbase: 0.98.8 -> 0.98.13. Fixes download (ZHF)
2015-07-22 10:10:03 +02:00
Luca Bruno
f50e327510
gradm: fix download (ZHF)
2015-07-22 10:04:00 +02:00