Commit graph

90820 commits

Author SHA1 Message Date
Domen Kožar 9e363a752f openmodelica: enable parallel building
(cherry picked from commit 261d51971a352cbcdc8d70dc74f8971ac202a43d)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-09-05 18:06:28 +02:00
Domen Kožar 8c504fbce1 gnome3.evolution: set big-parallel
(cherry picked from commit 5248178c20c472a98169916651545d9c77005f27)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-09-05 18:06:26 +02:00
Domen Kožar d2275f4b04 webkitgtk24: build in parallel until #18312
(cherry picked from commit 2ef4e9e9d5c754fe091ec5087b885f2be98fb3a7)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-09-05 18:06:23 +02:00
Shea Levy 05c132486d Initial version of nixBufferBuilders.withPackages.
This builds elisp to setup an emacs buffer with the packages given
available. See shlevy/nix-buffer for more information.

Currently only modifies $PATH.
2016-09-05 12:01:26 -04:00
Tuomas Tynkkynen 8f023eb129 gnome2.gnome_panel: Fix build 2016-09-05 18:56:04 +03:00
Shea Levy d1154edf44 proofgeneral_HEAD: bump 2016-09-05 11:43:10 -04:00
obadz 1a5bb68696 gtk-sharp-*: remove references to gnomepanel
gnomepanel was part of Gnome 2 and is currently broken.

There seemed to be no runtime dependency to gnomepanel and building also
seems to work fine without it.
2016-09-05 16:18:34 +01:00
Eelco Dolstra 1a1a31c9d8 Merge pull request #18321 from groxxda/cleanup
various: minor cleanup
2016-09-05 17:11:45 +02:00
Eelco Dolstra 5b5c2fb9c0 Make the default fonts conditional on services.xserver.enable
We were pulling in 44 MiB of fonts in the default configuration, which
is a bit excessive for headless configurations like EC2
instances. Note that dejavu_minimal ensures that remote X11-forwarded
applications still have a basic font regardless.
2016-09-05 15:51:37 +02:00
Eelco Dolstra f3c32cb2c1 Let services.openssh.forwardX11 imply programs.ssh.setXAuthLocation 2016-09-05 15:38:42 +02:00
Alexander Ried 53f3c2a278 systemd: add some missing upstream units 2016-09-05 15:03:46 +02:00
Alexander Ried 322c823193 agetty: remove override for container-getty@.service since it's upstream
Added in systemd/systemd@68ac53e
2016-09-05 15:03:35 +02:00
Alexander Ried 2fd6b36c51 networkd.module: remove before network-online
this is already upstream default
2016-09-05 15:03:35 +02:00
Alexander Ried 992c514a20 (network,remote-fs)-pre: remove duplicate wantedBy and before
this is part of (network,remote-fs).target, repectively
2016-09-05 15:03:35 +02:00
Alexander Ried 8604117b48 dbus: remove unused imports 2016-09-05 15:03:35 +02:00
Eelco Dolstra e8315cb1ca shadow: Separate man output
This removes ~2 MiB from the minimal config.
2016-09-05 14:53:27 +02:00
Eelco Dolstra ff7368e944 audit: Move z/OS plugin to a separate output
This prevents the NixOS base system from pulling in openldap,
cyris-sasl, and libkrb5.
2016-09-05 14:53:27 +02:00
Eelco Dolstra ab49ebe6fa Make it possible to disable "info" 2016-09-05 14:53:27 +02:00
Eelco Dolstra 5e5df88457 modules/profiles/minimal.nix: Disable "man" 2016-09-05 14:53:27 +02:00
Peter Hoeg a359d330dc vagrant: 1.8.4 -> 1.8.5 (#18283)
Includes https://github.com/mitchellh/vagrant/pull/7611 to fix issue with permissions on ~/.ssh/authorized_keys.
2016-09-05 14:44:34 +02:00
Frederik Rietdijk 03e70ebcc6 Merge pull request #18249 from FRidh/bot
Mention-bot: blacklist all-packages.nix, inform me of Python changes
2016-09-05 14:04:27 +02:00
Frederik Rietdijk 9dfc41c74a Merge pull request #18285 from teh/nose-parameterized
nose-parameterized: re-enable for python2 by disabling tests.
2016-09-05 14:02:18 +02:00
Eelco Dolstra 8c27103d32 libmicrohttpd: Move out info docs
Putting the micro back in libmicrohttpd.
2016-09-05 13:45:59 +02:00
Eelco Dolstra ba70ce28ae no-x-libs.nix: Ensure that dbus doesn't use X11
It appears that packageOverrides no longer overrides aliases, so
aliases like

  dbus_tools = self.dbus.out;
  dbus_daemon = self.dbus.daemon;

now use the old, non-overriden version of dbus. That seems like a
pretty serious regression in general, but for this particular problem,
I've fixed it by replacing dbus_daemon by dbus.daemon and dbus_tools
by dbus.
2016-09-05 13:45:59 +02:00
Eelco Dolstra d94c072f8e DBD::SQLite: 1.48 -> 1.50 2016-09-05 13:45:59 +02:00
Eelco Dolstra 0aa7520670 Revert "nixos: remove rsync from base install and add explicit path in nixos-install"
This reverts commit 582313bafe.

Removing rsync is actually pointless because nixos-install depends on
it. So if it's part of the system closure, we may as well provide it
to users.

Probably with the next Nix release we can drop the use of rsync and
use "nix copy" instead.
2016-09-05 13:45:59 +02:00
Eelco Dolstra 8295089e6a utillinuxMinimal: Make more minimal
This removes locales, bash completion and crap like that. This cuts
6.5 MiB from the NixOS system closure (which unfortunately contains
two copies of util-linux, because of the need to break a dependency
cycle with systemd).
2016-09-05 13:45:59 +02:00
Eelco Dolstra 2583c70e91 libedit: 20150325-3.1 -> 20160903-3.1
Also, use a separate "dev" output. This is mostly to remove
ncurses.dev from openssh's runtime closure.
2016-09-05 13:45:59 +02:00
Peter Simons 13fced071e Merge pull request #18248 from phanimahesh/update-git-2.10.0
git: 2.9.3 -> 2.10.0
2016-09-05 13:44:09 +02:00
Mathieu Boespflug db481dca31 doc/language-frameworks/haskell.md: typo in code example. (#18313) 2016-09-05 13:27:00 +02:00
Domen Kožar 33229f0d87 libreoffice: set big-parallel hydra feature to build it quicker
For example http://hydra.nixos.org/build/39781012 took 6h

(cherry picked from commit a29f6a5e8e1c2d6ec4adc78143c5479121d550bc)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-09-05 12:50:02 +02:00
Langston Barrett ee501fd49a networkmanager: add information from wiki to docs (#18245)
* networkmanager: add information from wiki to docs

Specifically:
 * mention nmcli, nmtui
 * mention gtk and kde applets

fixes #13273
2016-09-05 11:13:47 +02:00
Frederik Rietdijk 07e76b0738 Merge pull request #18292 from offlinehacker/pkgs/pythonPackages/pillow/lcms2_support
pythonPackages.pillow: add lcms2 support
2016-09-05 08:38:37 +02:00
Benjamin Staffin 7693fc2994 Merge pull request #10934 from benley/darwin-dpkg
dpkg: fix the build on Darwin
2016-09-05 01:34:13 -04:00
Benjamin Staffin 2e88851c61 dpkg: Fix the build on Darwin
There are still some bugs and quirks, but this gets dpkg building at
least, and some parts of it are useful.
2016-09-05 01:14:36 -04:00
Shea Levy 224889e452 Merge branch 'php-javascript-extensions' of git://github.com/stesie/nixpkgs 2016-09-04 21:26:18 -04:00
Nikolay Amiantov 845cb949fc Merge pull request #18306 from aske/speech
Speech synthesizer improvements
2016-09-05 04:44:51 +04:00
aske f0cf058c13 espeak-ng: use instead of espeak 2016-09-05 03:33:42 +03:00
aske a6ce0f80fb espeak-ng: init at 2016-08-28 2016-09-05 03:33:41 +03:00
aske 48884e06cc sonic: init at 2016-03-01 2016-09-05 03:33:41 +03:00
aske d6936f47db pcaudiolib: init at 2016-07-19 2016-09-05 03:33:41 +03:00
aske 5b61020e05 speechd: 0.8.3 -> 0.8.5 2016-09-05 03:33:40 +03:00
aske 045bcfef4b maintainers: add aske 2016-09-05 03:33:40 +03:00
Lancelot SIX 373afbd516
salut_a_toi: Fix typo in build phase
(cherry picked from commit c47eb4a43a9ab338c26b6b05d59ad0cb90507ed1)
2016-09-05 02:32:57 +02:00
Joachim F 01811fe2cd Merge pull request #16276 from manveru/gemconfig-rbnacl
gemconfig: rbnacl needs libsodium
2016-09-05 01:11:57 +02:00
Joachim Fasting 269f739ded
grsecurity module: set nixpkgs.config.grsecurity = true 2016-09-05 00:56:17 +02:00
Joachim F 8f4a793641 Merge pull request #18301 from loskutov/master
sway: 0.8 -> 0.9
2016-09-05 00:55:18 +02:00
Ignat Loskutov b577f2997e sway: 0.8 -> 0.9 2016-09-04 16:02:57 -04:00
Edward Tjörnhammar d408070024 Merge pull request #18287 from stesie/idea-updates
IDEA Updates
2016-09-04 21:10:03 +02:00
Stefan Siegl c76c0bedc1 php70Packages.v8: init at 0.1.0 2016-09-04 19:43:16 +02:00