Commit graph

69763 commits

Author SHA1 Message Date
Tuomas Tynkkynen 725a4d6740 nixos-install: Don't use NIX_BUILD_HOOK from caller's environment
If nixos-install is run on a machine with `nix.distributedBuilds = true`
the installation will fail at some point like this:

Died at /nix/store/4frhrl31cl7iahlz6vyvysy5dmr6xnh3-nix-1.10/libexec/nix/build-remote.pl line 115, <STDIN> line 1.

This is due to `nix.distributedBuilds` setting
NIX_BUILD_HOOK=/nix/store/.../build-remote.pl in the global environment,
which then gets confused in the minimal chroot created by nixos-install.

To avoid these kinds of issues with build hooks, just disable them in
the chroot.
2015-09-30 23:02:21 +03:00
Arseniy Seroka e916273209 Merge pull request #10102 from bdimcheff/add-textile-to-jekyll
jekyll: add RedCloth dependency for textile support
2015-09-28 23:57:26 +03:00
Arseniy Seroka 248e38d995 Merge pull request #10120 from mstarzyk/obnam
obnam: 1.16 -> 1.17
2015-09-28 23:53:56 +03:00
Brandon Dimcheff 2131d401ea jekyll: add RedCloth dependency for textile support
This allows jekyll to be used with textile markup
2015-09-28 16:53:43 -04:00
Eelco Dolstra 9e38b81af8 wget: Reduce closure size
This reduces the wget closure from 377 MiB to 49 MiB, which is in
particular good for EC2 images, since they include wget. The main
changes:

* Disable libpsl - this isn't very big itself, but it pulls in libicu,
  which is 36 MiB. It also adds build-time dependencies on packages
  like gtk-doc, dblatex, tetex etc.

* Replace gnutls with openssl. The former pulls in runtime
  dependencies like guile, python, binutils, gcc, ncurses, etc.
2015-09-28 22:29:50 +02:00
Eelco Dolstra cab1483a95 Blacklist the xen_fbfront kernel module
This gets rid of a 30 second delay during boot. See e.g
https://github.com/coreos/bugs/issues/208.
2015-09-28 22:15:47 +02:00
Eelco Dolstra e866840a12 Wait for udev after resizing partitions
Otherwise the EC2 boot may panic.
2015-09-28 22:15:47 +02:00
Eelco Dolstra 3fada8c5a0 Remove unnecessary "|| true" from the stage 1 script 2015-09-28 22:15:47 +02:00
Eelco Dolstra a924120340 Remove superfluous root resizing test
This is done in the EC2 test now.
2015-09-28 22:15:47 +02:00
Eelco Dolstra f125d194e8 Test whether EC2 root volume resizing works 2015-09-28 22:15:47 +02:00
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
Maciek Starzyk 034f72dbe8 obnam: 1.16 -> 1.17 2015-09-28 22:14:23 +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 fcaf96b8d40e0c9559523674da03ab47edcfc8fb)
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