Eelco Dolstra
ab0ddac8f9
Make EBS volumes much smaller
...
Since they're resized on first boot anyway, they don't need to be big.
2015-09-28 22:15:47 +02:00
Arseniy Seroka
8eecf2d98a
Merge pull request #10119 from k0ral/xurls
...
xurls: 0.7.0 -> 0.8.0
2015-09-28 23:04:14 +03:00
Edward Tjörnhammar
c351c22db5
ihaskell: make sure the wrapped binaries pick up the python path
2015-09-28 21:26:17 +02:00
Edward Tjörnhammar
14c18ad9b8
ihaskell: use python.buildEnv
2015-09-28 21:26:17 +02:00
obadz
db31c1c438
orpie: init at 1.5.2
...
[Bjørn: add meta.platforms]
2015-09-28 21:03:11 +02:00
koral
02da999dc3
xurls: 0.7.0 -> 0.8.0
2015-09-28 17:56:15 +00:00
goibhniu
74a3f4b10a
Merge pull request #10106 from andrewrk/libsoundio
...
libsoundio: 1.0.1 -> 1.0.2
2015-09-28 18:48:43 +02:00
Jude Taylor
6d63d1cdc6
excise accidental change included with 14bd5c0
2015-09-28 09:35:54 -07:00
Jude Taylor
14bd5c0b39
revert realLibtool
2015-09-28 09:19:57 -07:00
Charles Strahan
25e582c497
meteor: init at 1.2.0.1
...
closes #10064
2015-09-28 10:39:37 -04:00
Eelco Dolstra
03575caf9d
Boldly update default Linux kernel to 4.1
...
4.1 is the latest long-term kernel. Better to get this out of the way
early in the release cycle.
2015-09-28 16:36:39 +02:00
goibhniu
1cc351da07
Merge pull request #10112 from datakurre/datakurre-zc_buildout_nix
...
zc_buildout_nix: 1.4.0 -> 1.4.3
2015-09-28 16:16:34 +02:00
Eelco Dolstra
5b52b3589c
valgrind: Update to 3.11.0
2015-09-28 15:52:31 +02:00
Eelco Dolstra
506463e06c
sysstat: Update to 11.0.7
2015-09-28 15:46:24 +02:00
Eelco Dolstra
422e3736d5
thunderbird: Update to 38.2.0
2015-09-28 15:44:37 +02:00
Eelco Dolstra
a8de8e71d6
libmicrohttpd: Update to 0.9.43
2015-09-28 15:43:14 +02:00
Eelco Dolstra
4b664cb922
chromium-dev: Revert to 47.0.2508.0
...
47.0.2516.0 doesn't build.
http://hydra.nixos.org/build/26422610
http://hydra.nixos.org/build/26422600
2015-09-28 15:40:13 +02:00
Eelco Dolstra
1b728846a8
Shut up a KDE warning when a user first logs in
...
It was complaining about not having write permission to
$HOME/.local/share/user-places.xbel (because .local/share didn't exist
yet).
2015-09-28 15:14:44 +02:00
Eelco Dolstra
64aed5e78f
Fix Nix database in generated images
...
This prevents seeing lots of warnings about missing hashes/sizes in the
database when running "nix-store --verify --check-contents" for the
first time.
2015-09-28 14:47:48 +02:00
Asko Soukka
f38f70021c
zc_buildout_nix: 1.4.0 -> 1.4.3
2015-09-28 15:38:10 +03:00
Eelco Dolstra
b3347287be
Use make-disk-image.nix for VirtualBox images
2015-09-28 14:31:19 +02:00
Eelco Dolstra
f596f0323f
Disable the ec2-config test
...
"amazon-init.nix" is not included in the default AMIs because it
unconditionally runs a nixos-rebuild. Also, the test has never worked
(http://hydra.nixos.org/job/nixos/trunk-combined/nixos.tests.ec2-config ).
2015-09-28 13:47:14 +02:00
Eelco Dolstra
412477e914
Fix the EC2 test
2015-09-28 13:47:14 +02:00
Eelco Dolstra
640dff2918
Fix GRUB syntax in EC2 HVM images
...
There is no "root" command in GRUB 2, and it's not needed anyway. This
command delayed HVM boots for a few seconds.
2015-09-28 13:47:14 +02:00
Eelco Dolstra
7338f5ff46
ec2-data.nix: Remove superfluous check
2015-09-28 13:47:14 +02:00
Arseniy Seroka
d7d7650483
Merge pull request #10114 from ikervagyok/wpa_supplicant
...
wpa_supplicant: 2.4 -> 2.5
2015-09-28 14:43:45 +03:00
Rob Vermaas
ad4f110b73
Revert "nixops: 1.2 -> 1.3."
...
This reverts commit 43dee76b4b
.
2015-09-28 11:41:10 +00:00
Rob Vermaas
43dee76b4b
nixops: 1.2 -> 1.3.
...
(cherry picked from commit fcaf96b8d4
)
2015-09-28 11:33:58 +00:00
Lengyel Balázs
c67efeb616
wpa_supplicant: 2.4 -> 2.5
2015-09-28 13:29:01 +02:00
Bjørn Forsman
3dec100104
qt55: apply mkspecs-libgl.patch from qt54
2015-09-28 10:39:11 +02:00
Bjørn Forsman
583845d00b
qt54: add missing mesa include dir
...
Try to build e.g. the Qt5 Camera Example[1] and see that qmake fails to
find <GL/gl.h>. This fixes it.
[1] http://doc.qt.io/qt-5/qtmultimediawidgets-camera-example.html
(Although since nixpkgs qtcreator still lacks 'examples', we have to
download the sources manually and use "qmake && make".)
2015-09-28 10:39:11 +02:00
Bjørn Forsman
c79fa9aeda
Fix eval
...
Fix breakage from 078d544005
("libdbusmenu-qt5: build with Qt 5.5").
2015-09-28 10:38:05 +02:00
Edward Tjörnhammar
7cef1a4150
ihaskell: pass an ipython jupyter environment
2015-09-28 09:00:00 +02:00
Charles Strahan
a36ab12727
Merge pull request #10067 from tailhook/unprivileged_overlayfs
...
Unprivileged overlayfs mounts kernel patch from ubuntu
2015-09-28 01:27:50 -05:00
Edward Tjörnhammar
e8ebf051a9
idea-{community,ultimate}: 14.1.4 -> 14.1.5
2015-09-28 07:22:59 +02:00
Benjamin Saunders
fce8924331
libuv: 1.6.1 -> 1.7.5
...
closes #9814
2015-09-28 01:00:50 -04:00
Andrew Kelley
3fef85b168
libsoundio: 1.0.1 -> 1.0.2
2015-09-27 18:43:30 -07:00
Arseniy Seroka
9597ff6c8c
Merge pull request #10081 from fazo96/openmw
...
openmw: init at 0.36.1
2015-09-28 00:27:53 +03:00
Enrico Fasoli
e3538153b5
openmw: init at 0.36.1
2015-09-27 23:22:31 +02:00
Thomas Tuegel
cbe318d531
Merge branch 'qt-5.5'
2015-09-27 16:07:05 -05:00
Thomas Tuegel
79be4a769f
manual: document Qt packaging tools
2015-09-27 16:06:29 -05:00
Arseniy Seroka
329d0271ed
Merge pull request #9977 from avnik/inconsolata-lgc
...
inconsolata-lgc: init at 30bbc1b
2015-09-27 23:33:14 +03:00
Arseniy Seroka
8d1dd2630a
Merge pull request #10093 from yochai/master
...
steam: added libcxxabi workaround
2015-09-27 23:30:10 +03:00
Thomas Tuegel
c20b7ba4f3
cool-retro-term: build with Qt 5.5
2015-09-27 15:09:51 -05:00
Thomas Tuegel
3ae6dabaed
plasma54: allow overriding mkDerivation
2015-09-27 15:09:51 -05:00
Thomas Tuegel
63d95f505e
kdeApps_15_08: allow overriding mkDerivation
2015-09-27 15:09:51 -05:00
Thomas Tuegel
d8d5e9868c
dropbox: prepare for Qt upgrade
2015-09-27 15:09:50 -05:00
Thomas Tuegel
f998d502fc
dropbox: build with Qt 5.5
2015-09-27 15:09:50 -05:00
Thomas Tuegel
62fc4cf4d1
add qt5Libs
2015-09-27 15:09:49 -05:00
Thomas Tuegel
f00d622e44
dropbox: set meta.platforms
2015-09-27 15:09:49 -05:00