Matthew Pickering
9c7c640ae4
osm2xmap: init at 2.0
2018-02-03 18:37:08 +00:00
Matthew Pickering
8b362957c7
libroxml: init at 2.3.0
2018-02-03 18:35:54 +00:00
Matthew Pickering
5dbaf18b69
Add mpickering to maintainers list
2018-02-03 18:35:54 +00:00
Frederik Rietdijk
360e019550
Merge pull request #34529 from dotlambda/pytest-aiohttp
...
pythonPackages.pytest-aiohttp: disable tests
2018-02-03 09:25:24 +00:00
Frederik Rietdijk
73d985f1b5
buildbot: buildbot-pkg fix
...
Fixes issue mentioned in
https://github.com/NixOS/nixpkgs/pull/33992#issuecomment-360937226
2018-02-03 10:05:53 +01:00
Frederik Rietdijk
2564ea97c0
Merge pull request #33992 from lopsided98/buildbot-update
...
buildbot: 0.9.11 -> 0.9.15.post1
2018-02-03 09:05:16 +00:00
adisbladis
7ebb82e04f
home-assistant: Fix incorrect xml closing tag
2018-02-03 16:54:02 +08:00
Nadrieril
d1e2159638
serversyncstorage: move to python-modules
2018-02-03 09:52:15 +01:00
Nadrieril
5b2484ab86
syncserver: move to python-modules
2018-02-03 09:51:42 +01:00
Nadrieril
0c139e2186
tokenserver: move to python-modules
2018-02-03 09:51:42 +01:00
Nadrieril
c8b6e1fa3c
serversyncstorage: 1.5.13 -> 1.6.11
2018-02-03 09:51:42 +01:00
Nadrieril
757ec05d3b
syncserver: 1.5.2 -> 1.6.0
2018-02-03 09:51:42 +01:00
Nadrieril
6f58503c1f
tokenserver: 1.2.11 -> 1.2.27
2018-02-03 09:51:42 +01:00
Matthias Beyer
b99c86fde8
pythonPackages.vobject: 0.9.3 -> 0.9.5
2018-02-03 09:42:46 +01:00
Robert Helgesson
213ee4419e
perl-Cpanel-JSON-XS: 3.0237 -> 4.00
2018-02-03 09:41:41 +01:00
Frederik Rietdijk
54abfdc667
python.pkgs.rdflib: move expression
2018-02-03 09:35:36 +01:00
Frederik Rietdijk
14480a9288
Merge pull request #34542 from womfoo/fix/bonfire-deps
...
bonfire: bump arrow dependency (fixes build)
2018-02-03 08:30:54 +00:00
Frederik Rietdijk
274d4eaa00
Merge pull request #34493 from Gricad/udocker
...
udocker: init at 1.1.1
2018-02-03 08:07:35 +00:00
Frederik Rietdijk
db58049f75
Merge pull request #34494 from dotlambda/home-assistant
...
home-assistant: compute extraComponents from config
2018-02-03 08:01:50 +00:00
Frederik Rietdijk
c2b84b27ec
Merge pull request #34528 from dotlambda/aiohttp
...
pythonPackages.aiohttp: 2.3.9 -> 2.3.10
2018-02-03 07:58:35 +00:00
Peter Hoeg
27a4a5511d
terraform: 0.11.1 -> 0.11.3
2018-02-03 10:06:57 +08:00
Peter Hoeg
15d33a4c93
terragrunt: 0.13.23 -> 0.14.0
2018-02-03 10:06:57 +08:00
Kranium Gikos Mendoza
d135d14214
bonfire: bump arrow dependency
2018-02-03 10:35:14 +11:00
Guillaume Maudoux
c70c9649ea
cups-filters: 1.16.0 -> 1.20.0
2018-02-03 00:07:11 +01:00
Michael Raskin
00cafb4c8d
scowl: support installing just words.txt
...
The expression now supports having `words.txt` in some place without tens
and tens of megabytes of all the wordlist and spelling dictionaries. Set
`singleWordlist` parameter to the string of region and size settings. For
example:
```
scowl.override{singleWordlist = "en-gb-ise 60";}
```
Should be useful for #34486
2018-02-02 21:54:13 +01:00
Jörg Thalheim
a4170403e6
Merge pull request #33897 from rnhmjoj/digits
...
Avoid package attributes starting with a digit
2018-02-02 19:30:23 +00:00
Austin Seipp
d8ba530e64
nvidia-x11: stable 387.34 -> 390.25
...
390.x is Nvidia's latest "Long Lived Branch version" according to
https://www.nvidia.com/object/unix.html so this upgrades the stable version
from 387.xx.
390.x also also has support for kernel 4.15 and later (due to removal of the
old init_timer APIs, among other things), meaning that
linuxPackages_4_15.nvidia_x11 now builds correctly.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-02-02 13:01:38 -06:00
Daiderd Jordan
6d788e9063
Merge pull request #34514 from acowley/libqalculate-clang
...
libqalculate: fix build with clang
2018-02-02 19:34:18 +01:00
Daiderd Jordan
1c89f92fbd
Merge pull request #34521 from kamilchm/vim-elixir
...
vim-elixir: 2017-10-20 -> 2018-02-01
2018-02-02 19:25:30 +01:00
Daniel Peebles
f6fb8e3c09
Merge pull request #34535 from jammerful/audiofile
...
audiofile: Update Patch File Location
2018-02-02 13:17:36 -05:00
jammerful
d198355ac6
audiofile: Update Patch File Location
...
Debian moved git servers.
2018-02-02 13:06:53 -05:00
Tuomas Tynkkynen
33e744a5b4
gdb: 8.0.1 -> 8.1
2018-02-02 18:47:01 +02:00
aszlig
2a09b4275c
nixos/tests/make-test.nix: Fix eval error
...
Regression introduced by 943592f69850fd07dd2422da062b1c1ebc45974d.
The lib attribute isn't in scope here, so we need to use pkgs.lib
instead for isFunction.
Signed-off-by: aszlig <aszlig@nix.build>
Cc: @shlevy
2018-02-02 17:44:08 +01:00
Tuomas Tynkkynen
0bfa9a9dc2
ethtool: 4.13 -> 4.15
2018-02-02 18:15:18 +02:00
Joachim F
374d6dcf2a
Merge pull request #34509 from dotlambda/ttwatch
...
ttwatch: 2017-12-31 -> 2018-02-01
2018-02-02 15:40:39 +00:00
Robert Schütz
cb8eb4d1b2
pythonPackages.pytest-aiohttp: disable tests
2018-02-02 15:44:44 +01:00
Robert Schütz
7f53156859
pythonPackages.aiohttp: 2.3.9 -> 2.3.10 and enable tests
2018-02-02 15:42:41 +01:00
Robert Schütz
b403a17db8
pythonPackages.idna-ssl: init at 1.0.0
2018-02-02 15:42:08 +01:00
Shea Levy
43f647e5b4
Merge branch 'dynamic-function-args'
2018-02-02 09:41:16 -05:00
Jan Tojnar
f8c59e083a
gnome3.gexiv2: re-enable bindings
...
After effa9e40457e801577b672dadbcc169fd1ad20a3, which switched to Meson,
the Vala bindings were not built which broke Shotwell. Enabling Vala
was not enough due to a bug, though, so we have to patch it.
2018-02-02 15:33:41 +01:00
Vladimír Čunát
b31642ac72
knot-dns: 2.6.3 -> 2.6.4 (bugfix)
2018-02-02 15:26:39 +01:00
Vladimír Čunát
bbfca0f371
knot-resolver: 1.5.3 -> 2.0.0 (feature update)
...
Also split extraFeatures into a wrapper derivation.
So far, no changes like user renaming nor systemd unit rework.
2018-02-02 15:26:36 +01:00
Bruno Bzeznik
b2cf8cff7d
udocker: init at 1.1.1
2018-02-02 13:59:59 +01:00
Jörg Thalheim
9a5fe79d07
Merge pull request #34397 from griff/fix/awstats-tools
...
awstats: add tools directory
2018-02-02 12:48:07 +00:00
Jörg Thalheim
2bd4820421
Merge pull request #33853 from tomberek/add_teleport
...
teleport: init at v2.4.0
2018-02-02 12:47:15 +00:00
Kamil Chmielewski
81334e531e
vim-elixir: 2017-10-20 -> 2018-02-01
2018-02-02 10:57:41 +01:00
Robert Schütz
78c2ca326e
home-assistant: compute extraComponents from config
2018-02-02 09:48:50 +01:00
adisbladis
65170e9404
Merge pull request #34504 from dywedir/tlp
...
tlp: 1.0 -> 1.1
2018-02-02 12:28:18 +08:00
Anthony Cowley
25225f0b46
libqalculate: fix build with clang
...
This addresses a security complaint clang makes about the source code,
and allows the build to succeed on darwin.
2018-02-01 21:57:21 -05:00
Kevin Liu
93532b0d3a
looking-glass-client: init at a10
2018-02-02 01:46:00 +01:00