1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

95852 commits

Author SHA1 Message Date
Tim Digel 4c70064cc5 erlang: 18.3.4 -> 18.3.4.4 2016-11-15 15:13:22 +01:00
Lancelot SIX 39297fa36b rush: 1.7 -> 1.8 (#20424) 2016-11-15 13:33:56 +00:00
Thomas Tuegel ec63ae31eb
kde5.applications: 16.08.2 -> 16.08.3 2016-11-15 07:22:51 -06:00
Thomas Tuegel 5ab9ad1ce2
startkde: initialize kcminputrc if missing 2016-11-15 07:21:41 -06:00
Thomas Tuegel 7397dabc98
startkde: install default GTK config if needed 2016-11-15 07:21:41 -06:00
Thomas Tuegel 66d9772f0b
installation-cd-graphical-kde: put manual link directly on desktop 2016-11-15 07:21:40 -06:00
Thomas Tuegel 8c3aa5a484
kde5: add enableQt4Support option 2016-11-15 07:21:40 -06:00
Thomas Tuegel c9146d7e5f
kde5: don't install oxygen-icons5 if breeze-icons is present 2016-11-15 07:21:39 -06:00
Thomas Tuegel 87c4a20cb8
kde5.oxygen: use kdeWrapper instead of makeQtWrapper 2016-11-15 07:21:39 -06:00
Thomas Tuegel 12951219c6
ldns: multiple outputs 2016-11-15 07:20:11 -06:00
Thomas Tuegel dc598510aa
kde5.plasma-desktop: display desktop folder by default
Plasma 5 displays only a wallpaper on the desktop by default. I reason
that if the user wants an empty desktop, they can make ~/Desktop
empty. It's empty by default anyway.
2016-11-15 07:18:54 -06:00
Thomas Tuegel 456414c519
installation-cd-graphical-kde: use KDE 5 2016-11-15 07:18:46 -06:00
Thomas Tuegel 992bc3e762
pangomm: multiple outputs 2016-11-15 07:16:51 -06:00
Thomas Tuegel a6c2b2ef0e
gtkmm3: multiple outputs 2016-11-15 07:16:42 -06:00
Thomas Tuegel c871bb489b
gtkmm2: multiple outputs 2016-11-15 07:16:36 -06:00
Thomas Tuegel 13bef32e73
cairomm: multiple outputs 2016-11-15 07:16:28 -06:00
Thomas Tuegel 6f36042eea
atkmm: multiple outputs 2016-11-15 07:16:21 -06:00
Thomas Tuegel cec1241677
pygobject3: multiple outputs 2016-11-15 07:16:08 -06:00
Thomas Tuegel 520064e4b5
networkmanager: multiple outputs 2016-11-15 07:15:04 -06:00
Alexey Shmalko 1958f07c63 Merge pull request #20291 from nlewo/master
Add protobuf 3.1.0
2016-11-15 14:14:18 +02:00
Joachim Fasting afab1a948e
grsecurity: 4.8.7-201611102210 -> 201611142350 2016-11-15 13:11:47 +01:00
Moritz Ulrich bf570a494a
digikam5: 5.1.0 -> 5.3.0 2016-11-15 11:12:45 +01:00
Lancelot SIX 2e63cbfb1f Merge pull request #20396 from non-Jedi/pythonPackages.pint
Python: pint: init at 0.7.2
2016-11-15 08:44:55 +01:00
Michael Stapelberg 9cbf8a0652 Fix buildMachines example: use lists, not string (#20361)
Using the example before this commit resulted in the following error:

```
error: value is a string while a list was expected, at /nix/var/nix/profiles/per-user/root/channels/nixos/nixpkgs/nixos/modules/services/misc/nix-daemon.nix:349:37
```
2016-11-15 07:04:32 +01:00
Franz Pletz 45854a02e8 services/tahoe: SFTP support (#20372) 2016-11-15 07:01:04 +01:00
Justin Wood 520db3b907 beamPackages.hex: 0.11.3 -> 0.14.0 (#19994) 2016-11-15 06:54:52 +01:00
Franz Pletz 8bed505d7e Merge pull request #20311 from mguentner/subsurface
subsurface init at 4.5.6 and dependencies (libdivecomputer, libmarble-ssrf, libgit2 @ 0.23.2)
2016-11-15 04:56:35 +01:00
Maximilian Güntner 90377526eb subsurface: init at 4.5.6
Signed-off-by: Maximilian Güntner <code@klandest.in>
2016-11-15 04:54:52 +01:00
Maximilian Güntner 2e15a8f2dd libgit2: reinit at 0.23.2
Signed-off-by: Maximilian Güntner <code@klandest.in>
2016-11-15 04:54:52 +01:00
Maximilian Güntner 12f7968273 libmarble-ssrf: init at 2016-11-09
Signed-off-by: Maximilian Güntner <code@klandest.in>
2016-11-15 04:54:51 +01:00
Franz Pletz 9e1e3b2880
clamav service: refactor
* Sync systemd units with upstream. Upstream uses SIGUSR2 instead of SIGHUP
  to reload the clamd service.

* Convert freshclam service to a oneshot service activated by a systemd timer.
  This way we can make clamd wait for freshclam to finish fetching the virus
  database before failing to start if the database doesn't exist yet.

* Fixes console tools to work as expected as they require hardcoded config
  file locations.
2016-11-15 04:47:14 +01:00
Maximilian Güntner 72b1ea861c libdivecomputer: init at 0.5.0
Signed-off-by: Maximilian Güntner <code@klandest.in>
2016-11-15 04:14:15 +01:00
Franz Pletz 02e9c88d77
clamav: don't bundle freshclam config with package
Building clamav is expensive due to the bundled llvm.

Closes #20304.
2016-11-15 02:06:02 +01:00
Joachim Fasting 999ac3056d
cjdns test: fix typo
Noticed by @vcunat
daf3ba426b (commitcomment-19820962)
2016-11-15 01:57:30 +01:00
Franz Pletz c9bd751a16 Merge pull request #20405 from Mic92/wireguard
wireguard: 2016-10-25 -> 0.0.20161110
2016-11-15 01:54:17 +01:00
Alexey Shmalko 7f51891baa Merge pull request #20408 from jbedo/singularity
singularity: init 2.2
2016-11-15 00:14:24 +02:00
Alexey Shmalko bcd37fdef3 Merge pull request #20403 from vbgl/ocaml-batteries-253
ocamlPackages.batteries: 2.5.2 -> 2.5.3
2016-11-15 00:13:24 +02:00
Justin Bedo 04121437be
singularity: init 2.2 2016-11-15 09:11:53 +11:00
John Wiegley aa23309a39
Add a patch for cctools to work with Xcode 8 2016-11-14 13:30:28 -08:00
Adam Beckmeyer e2c4c64668 Python: pint: init at 0.7.2 2016-11-14 16:28:09 -05:00
Thomas Tuegel ad7d59c59f Merge pull request #20369 from asymmetric/bluez
bluez: 5.40 -> 5.43
2016-11-14 15:27:41 -06:00
Vladimír Čunát 4c19651108
Merge #20264: root: fix environment setup 2016-11-14 22:27:09 +01:00
Frederik Rietdijk 770e83ebf9 Merge pull request #20417 from KoviRobi/plover-move-out-of-python-packages.nix
plover: move out of python-packages.nix
2016-11-14 21:48:45 +01:00
Kovacsics Robert (NixOS) 5a0665846e plover: move out of python-packages.nix 2016-11-14 20:36:59 +00:00
Frederik Rietdijk 245adb4052 Merge pull request #20337 from KoviRobi/python-plover-update
python-plover: 3.0.0 -> 3.1.0
2016-11-14 21:29:25 +01:00
Rok Garbas 870fc84412 python: adding (python*Full) aliases for all versions of cpython 2016-11-14 21:11:03 +01:00
Christine Koppelt eb5831a28e nodejs-7_x: 7.0.0 -> 7.1.0 2016-11-14 20:25:28 +01:00
Eelco Dolstra 2c2b6ae455 google-fonts: Add a check to ensure that there are no duplicate font names
Issue #20282.
2016-11-14 17:35:35 +01:00
Daiderd Jordan 52d4599b52
Revert "Update hash for xnu 3248.60.10, the tarball changed upstream, it seems."
This reverts commit 328ad17858.
2016-11-14 16:21:59 +01:00
Tim Steinbach 0c410a6bed Merge pull request #20401 from mikefaille/vagrant-up
vagrant: 1.8.6 -> 1.8.7
2016-11-14 10:06:03 -05:00