Commit Graph

134010 Commits

Author SHA1 Message Date
aanderse 435eccf15e kodi: fix nfs support (#46006)
libnfs is required to be in the LD_LIBRARY_PATH for kodi if you want nfs support 
see: https://www.reddit.com/r/NixOS/comments/9aiquo/how_to_enable_nfs_support_in_kodi/
2018-09-03 22:33:38 +02:00
xeji 28def75a10
Merge pull request #45967 from worldofpeace/various-build-fixes/18.09
Various build fixes
2018-09-03 22:28:06 +02:00
Michele Guerini Rocco ca850897c8 pdns-recursor: 4.1.3 -> 4.1.4 (#45984) 2018-09-03 22:15:11 +02:00
tv 3dd579f7b1 urlwatch: 2.13 -> 2.14 (#45989) 2018-09-03 22:14:39 +02:00
baracoder 328cf82838 dotnet-sdk: 2.1.302 -> 2.1.401 (#45979) 2018-09-03 22:14:07 +02:00
Michele Guerini Rocco 114fe007db pirate-get: 0.3.1 -> 0.3.2 (#45975) 2018-09-03 22:10:02 +02:00
volth c36bfa7211 perlPackages.TestAggregate: broken with perl 5.26+ (#46003) 2018-09-03 22:04:05 +02:00
Jörg Thalheim fc865cc214
Merge pull request #46005 from volth/patch-243
libguestfs-appliance: do not build on Hydra
2018-09-03 21:02:40 +01:00
Daniël de Kok e33be2ab56 Keras: fix build by updating expected dependencies. (#45992)
Keras expects keras_preprocessing 1.0.2 and 1.0.4. 1.0.3 and 1.0.5
are respectively in nixpkgs.

ZHF #45960
2018-09-03 21:59:36 +02:00
Uli Baum 9889c0f241 Revert "[cpan2nix] perlPackages.GetoptLongDescriptive: 0.102 -> 0.103"
It broke perlPackages.MouseXGetOpt

This reverts commit ad47c381bd.
2018-09-03 21:52:56 +02:00
Daniël de Kok fe7e89ba3b vowpal-wabbit: fix Darwin build.
- Follow the same logic for finding boost-python as for Linux.
- Set DYLD_LIBRARY_PATH so that ctypes find_library can find
  boost-python.
- Do not use '-mt' suffix when linking against boost-serialization
  and boost-program_options on Darwin.
2018-09-03 21:48:13 +02:00
Urban Skudnik 882f6c96d2 backblaze-b2: Fix autocompletion support
backblaze v1.3.6 incorporates[1] a fix[2] for autocompletion that replaced
`have` function with `_have`. The postInstall hook therefore needs
to be updated to replace `_have`.

[1] https://github.com/Backblaze/B2_Command_Line_Tool#136-august-21-2018
[2] https://github.com/Backblaze/B2_Command_Line_Tool/pull/497
2018-09-03 20:45:32 +01:00
José Romildo Malaquias 059c0ac6eb qt5dxcb-plugin: init at 1.1.11 (#45966) 2018-09-03 21:37:54 +02:00
Michele Guerini Rocco 395d9077b2 ddcutil: 0.9.1 -> 0.9.2 (#45977) 2018-09-03 21:37:01 +02:00
worldofpeace 507dfccdf8 photoflow: mark broken for aarch64 2018-09-03 15:31:12 -04:00
volth ac52817bd9
libguestfs-appliance: do not build on Hydra 2018-09-03 19:08:20 +00:00
worldofpeace 3149f84a92 sayonara: 1.0.0-git5-20180115 -> 1.1.1-git1-20180828 2018-09-03 14:51:41 -04:00
worldofpeace a3db67282d photoflow: 2018-03-06 -> 2018-08-28 2018-09-03 14:51:41 -04:00
worldofpeace 66385a66dc imgcat: fix build 2018-09-03 14:51:40 -04:00
Dmitry Kalinkin f46d23996c Revert "arrow-cpp: 0.9.0 -> 0.10.0" (#45990)
Hold off the upgrade until parquet 1.5.0 is released.

This reverts commit 72d630779d.
2018-09-03 20:51:28 +02:00
Elis Hirwing fcccb9e5ca gitea: 1.5.0 -> 1.5.1 (#45968)
Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.5.1
2018-09-03 20:29:39 +02:00
Matthieu Coudron 97816bed33 pythonPackages.alot: install zsh completion 2018-09-04 02:22:58 +09:00
John Wiegley 9d1bd7c880
Revert "ledger: Enable building of tests, and concurrent make"
This reverts commit acfa8cb2a9.

This fails because none of the tests seems to be working for the version
that's in nixpkgs master.
2018-09-03 10:18:13 -07:00
John Wiegley acfa8cb2a9
ledger: Enable building of tests, and concurrent make 2018-09-03 10:15:47 -07:00
worldofpeace 9069908680 amule: fix build 2018-09-03 12:59:18 -04:00
Eelco Dolstra b06ad6199f
nix.perl-bindings: Fix build 2018-09-03 17:35:39 +02:00
Tim Steinbach 5fccac2b8d
kernel: Remove Copperhead
The patches are unmaintained and suggest a false sense of security
2018-09-03 11:18:11 -04:00
Vladimír Čunát 3db3ae3700
fixup! treewide: fix various links (homepage, src) 2018-09-03 16:54:14 +02:00
Vladimír Čunát 9b48a67731
treewide: fix various links (homepage, src) 2018-09-03 16:53:02 +02:00
Vladimír Čunát 0d388e1bb6
aefs: fix meta.homepage 2018-09-03 16:29:35 +02:00
Vladimír Čunát 956790acaf
Merge #45974: purple-matrix: 2016-07-11 -> 2018-08-02 2018-09-03 16:14:17 +02:00
Daniël de Kok 875bb6bcb9 vowpalwabbit: fix build against boost-python.
Patch setup.py to look for libboost_python{Major}{Minor}.
2018-09-03 15:47:04 +02:00
volth 9173c37e05
perlPackages.UNIVERSALref: broken with perl 5.26+ 2018-09-03 13:15:43 +00:00
rnhmjoj 5a27c2bdcd
vapoursynth: R43 -> R44 2018-09-03 15:09:28 +02:00
rnhmjoj 56a35b39f7
vapoursynth-mvtools: 19 -> 20 2018-09-03 15:09:20 +02:00
Vladimír Čunát 0a5b8ef8c4
knot-dns: 2.7.1 -> 2.7.2
https://lists.nic.cz/pipermail/knot-dns-users/2018-August/001423.html
2018-09-03 14:40:34 +02:00
Vladimír Čunát 8d7439eb19
tarball job: more --show-trace
Without that I couldn't well do the grandparent commit.
2018-09-03 14:24:42 +02:00
Domen Kožar 66d6e847bb
nix-prefetch-git: needs findutils as it depends on find/xargs 2018-09-03 13:23:16 +01:00
rnhmjoj 7a58a44474
imv: 2.1.3 -> 3.0.0 2018-09-03 14:22:32 +02:00
Symphorien Gibol 7de2b6240b purple-matrix: 2016-07-11 -> 2018-08-02
This also fixes the build.
2018-09-03 14:13:00 +02:00
Bas van Dijk 252c0d4c82 opencv: 3.4.2 -> 3.4.3 2018-09-03 12:38:50 +02:00
Austin Seipp 185f0015f2 opendht: rework module to use autoreconfHook, and use multiple outputs
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-09-03 03:23:32 -05:00
Jörg Thalheim d1c6c32230
Merge pull request #45964 from Mic92/irc
python.pkgs.irc: 14.2.2 -> 16.4
2018-09-03 01:36:07 +01:00
Jörg Thalheim 35c9408ca4 python.pkgs.irc: 14.2.2 -> 16.4 2018-09-03 01:25:03 +01:00
Jörg Thalheim 9bc1b13983 python.pkgs.jaraco_logging: 1.5 -> 1.5.2 2018-09-03 01:25:03 +01:00
Jörg Thalheim 7cd2bf48f7 python.pkgs.jaraco_text: 1.7 -> 1.10.1 2018-09-03 01:25:02 +01:00
Jörg Thalheim c4bf056c08 python.pkgs.jaraco.collections: 1.3.2 -> 1.5.3 2018-09-03 01:25:02 +01:00
Jörg Thalheim 6b1b6c84bf python.pkgs.jaraco.itertools: 1.7.1 -> 2.4 2018-09-03 01:25:02 +01:00
Jörg Thalheim b3e9520a0c python.pkgs.jaraco.classes: 1.4 -> 1.5 2018-09-03 01:25:01 +01:00
Jörg Thalheim 97b73d6a58 python.pkgs.jaraco.stream: 1.1.1 -> 1.2 2018-09-03 01:25:01 +01:00
Jörg Thalheim 8e15622cf3 python.pkgs.inflect: 0.2.5 -> 1.0.0 2018-09-03 01:25:01 +01:00
Eelco Dolstra 347638ccfe
nix: 2.0.4 -> 2.1 2018-09-03 01:37:55 +02:00
worldofpeace 6ed0823e15 xfce4-mixer: fix build 2018-09-02 19:31:04 -04:00
Jörg Thalheim bb9f6ea624
Merge pull request #45848 from r-ryantm/auto-update/augeas
augeas: 1.10.1 -> 1.11.0
2018-09-03 00:05:14 +01:00
worldofpeace 451e04fb4d SkypeExport: fix build 2018-09-02 18:59:23 -04:00
Tim Steinbach 029b9924f1
linux: 4.19-rc1 -> 4.19-rc2 2018-09-02 18:56:38 -04:00
worldofpeace f828bb313b valadoc: fix build 2018-09-02 18:50:40 -04:00
Mario Rodas a3872f66b7 racket-minimal: fix hash (#45952) 2018-09-02 21:51:49 +02:00
Jan Malakhovski a402c8f295 fbreader: 0.99.4 -> 0.99.6, switch to fetchFromGitHub, add more build options (#45840)
This, apparently, is not an official release (it's tagged, but the tarball is not
available on the official site), but this repo is the official repo mentioned on
the official site.

This fixes a bunch of very annoying bugs present in 0.99.4, e.g.

```
$ FBReader filename
```

does not crash anymore. Yay!
2018-09-02 21:47:06 +02:00
Milan Svoboda ae76e51f86 FreeOrion 0.4.7.1 -> 0.4.8 (#45943) 2018-09-02 21:42:47 +02:00
Samuel Dionne-Riel a92cfb5725
Merge pull request #45912 from xeji/p/dhcpcd
dhcpcd: 6.11.5 -> 7.0.8
2018-09-02 15:28:15 -04:00
Roman Volosatovs 720c163a55 kitty: Add terminfo attr (#45953) 2018-09-02 21:07:31 +02:00
Kenny Shen 1c95066639 gnu-pw-mgr: 2.3.3 -> 2.4.2 (#45951) 2018-09-02 21:05:05 +02:00
xeji f3794f3069
Merge pull request #45955 from romildo/upd.dtkwidget
dtkwidget: init at 2.0.9.3
2018-09-02 21:04:28 +02:00
Markus Kowalewski c6878ad519
dfu-util: update homepage 2018-09-02 21:00:38 +02:00
xeji 87ba30b5c7
Merge pull request #45939 from rnhmjoj/scc
sc-controller: 0.4.3 -> 0.4.4
2018-09-02 20:58:13 +02:00
Markus Kowalewski d9649ea38b
splint: update homepage 2018-09-02 20:55:47 +02:00
Markus Kowalewski 93a09d4706
vrpn: update homepage 2018-09-02 20:54:39 +02:00
Markus Kowalewski 4a901e44db
tcllib: update homepage 2018-09-02 20:53:01 +02:00
Markus Kowalewski 58d03b427f
soqt,soxt: update homepage 2018-09-02 20:51:18 +02:00
Markus Kowalewski b6c721f6e9
pokersource: update homepage 2018-09-02 20:44:46 +02:00
Markus Kowalewski e7f853acf3
openslp: update homepage 2018-09-02 20:33:12 +02:00
Markus Kowalewski c7f081a921
libwebsockets: update homepage 2018-09-02 20:28:24 +02:00
Markus Kowalewski b9c53e32ca
libtar: update homepage 2018-09-02 20:27:28 +02:00
José Romildo Malaquias de7a1c8e46 dtkwidget: init at 2.0.9.3 2018-09-02 15:21:18 -03:00
Markus Kowalewski 564f722495
libmowgli: add license + update homepage 2018-09-02 20:20:55 +02:00
José Romildo Malaquias c48a234ab1 dtkcore: only define QT_HOST_DATA if it is empty, enable parallel building 2018-09-02 15:20:55 -03:00
Markus Kowalewski 964b122431
liblas: update homepage 2018-09-02 20:18:15 +02:00
Markus Kowalewski e8c6b0f763
iso-codes: update homepage + add license 2018-09-02 20:13:36 +02:00
Markus Kowalewski 96dc7a1c54
ilixi: update homepage 2018-09-02 20:11:20 +02:00
rnhmjoj 8670ee4689
sc-controller: fix missing libbluetooth.so 2018-09-02 20:05:54 +02:00
Jan Tojnar e2a731fc5c
Merge pull request #45949 from jtojnar/gcolor3
gcolor3: 2.2 → 2.3
2018-09-02 18:24:23 +01:00
Jan Tojnar 87f3a2a406
gcolor3: 2.2 → 2.3 2018-09-02 18:53:04 +02:00
Michael Weiss 85e46d12b3 android-studio: Refactor the code & minor improvements 2018-09-02 18:45:40 +02:00
Ryan Mulligan 7b54a50e97
Merge pull request #45730 from Helkafen/snakemake
snakemake: init at 5.2.2
2018-09-02 07:54:13 -07:00
R. RyanTM c2a984c450 itk: 4.13.0 -> 4.13.1 (#45827)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
itk
2018-09-02 16:43:46 +02:00
Michael Weiss 044c16a978
Merge pull request #45853 from bkchr/android_studio_desktop
android-studio: Add desktop item
2018-09-02 16:27:46 +02:00
Peter Simons b35b8baddd
Merge pull request #45348 from shlevy/shellFor-all-build-inputs
haskellPackages.shellFor: fix after recent getHaskellBuildInputs fix.
2018-09-02 16:11:43 +02:00
Michael Weiss 1ef5b1780f iputils: Code refactoring and fixes
- Fix the cross-compiling check and add openssl for ninfod
- Add "AS-IS, SUN MICROSYSTEMS license" to meta.licenses
- Install igp (see man pg3)
2018-09-02 15:56:35 +02:00
Michael Weiss a9629064d8 iputils: Drop unnecessary dependencies 2018-09-02 15:56:32 +02:00
xeji 6a7cd78884
Merge pull request #45818 from jglukasik/master
ipfs-cluster: init at v0.5.0
2018-09-02 13:52:48 +02:00
Gabriel Ebner 4d3ed9f5d5 gpxsee: 4.19 -> 5.17 2018-09-02 12:17:22 +02:00
Robert Schütz e5bd748795 home-assistant: 0.77.1 -> 0.77.2 2018-09-02 09:45:31 +02:00
Daniël de Kok ffde2e71bc backblaze-b2: 1.1.0 -> 1.3.6 (#45929)
Changelog: https://github.com/Backblaze/B2_Command_Line_Tool#release-history
2018-09-02 08:45:09 +02:00
xeji a3434cf4e5
Merge pull request #45921 from markuskowa/homepages
Cleanup homepage links
2018-09-02 08:39:30 +02:00
jD91mZM2 61e7b1cfff
cargo-tree: 0.19.0 -> 0.20.0 2018-09-02 07:15:36 +02:00
José Romildo Malaquias 5357e6d26e deepin-gettext-tools: init at 1.0.8 (#45926) 2018-09-02 06:46:45 +02:00
John Ericson 4a8a80d9b0
Merge pull request #45922 from obsidiansystems/androidndk-fix-eval
androidndk: fix eval
2018-09-01 23:05:58 -04:00
Graham Christensen 121a7d743a
Merge pull request #45195 from Ralith/vulkan
vulkan: 1.1.77.0 -> 1.1.82.1
2018-09-01 21:35:06 -04:00
Graham Christensen b5035a808a
Merge pull request #45923 from colemickens/packet
packet: v20161215 -> v2.2.2
2018-09-01 20:40:30 -04:00
Tim Steinbach 2b71201708
travis: 1.8.8 -> 1.8.9 2018-09-01 20:29:30 -04:00
Cole Mickens 2c7ba962a8 packet: v20161215 -> v2.2.2 2018-09-01 17:22:27 -07:00
Markus Kowalewski 31725ed5f1
gtkimageview: update homepage 2018-09-02 01:46:29 +02:00
Markus Kowalewski 13c2b67018
clipper: update homepage 2018-09-02 01:46:29 +02:00
Markus Kowalewski e8ba17ffa8
bwidget: update homepage 2018-09-02 01:46:28 +02:00
Markus Kowalewski ede37f98e2
qnial: update homepage 2018-09-02 01:46:28 +02:00
Markus Kowalewski d75cfa03ec
orc: update homepage 2018-09-02 01:46:28 +02:00
Markus Kowalewski 36587f639a
numix-cursor-theme: update homepage 2018-09-02 01:46:27 +02:00
Markus Kowalewski fffe9a2581
larswm: update homepage 2018-09-02 01:46:27 +02:00
Markus Kowalewski 8fb523ab7d
containerd: update homepage 2018-09-02 01:46:26 +02:00
Markus Kowalewski 13a97da2d4
uvccapture: remove dead homepage link 2018-09-02 01:46:26 +02:00
Markus Kowalewski cd748ba94a
tkcvs: update homepage 2018-09-02 01:46:26 +02:00
Markus Kowalewski ee54f1f817
plm: remove dead homepage link, mark as broken 2018-09-02 01:46:25 +02:00
Markus Kowalewski 5cf25dded7
symmetrica: update homepage 2018-09-02 01:46:25 +02:00
Markus Kowalewski c184150a22
jags: update homepage + fix license 2018-09-02 01:46:18 +02:00
Luigy Leon c759f7a9b7 androidndk: fix eval
fixup from https://github.com/NixOS/nixpkgs/pull/45820

/cc @Ericson2314
2018-09-01 19:40:52 -04:00
Joseph Lukasik 314d1fcdcb Add gx-go to nativeBuildInputs for ipfs-cluster 2018-09-01 16:01:43 -07:00
Markus Kowalewski e5974ddaec
jonprl: update homepage 2018-09-02 00:36:01 +02:00
Markus Kowalewski b9bd5519c5
keepnote: update homepage 2018-09-02 00:33:29 +02:00
Markus Kowalewski b4c8d6c37b
sup: update homepage 2018-09-02 00:31:08 +02:00
Markus Kowalewski c6e31608d7
tox-prpl: update homepage 2018-09-02 00:28:54 +02:00
Markus Kowalewski e9d904af55
timewarrior: update homepage 2018-09-02 00:23:23 +02:00
Markus Kowalewski de43e1346f
pinfo: remove dead homepage link 2018-09-02 00:19:38 +02:00
Markus Kowalewski 8dbe16b523
pdfshuffler: update homepage 2018-09-02 00:15:39 +02:00
Markus Kowalewski bb6263af72
orpie: update homepage 2018-09-02 00:13:21 +02:00
Markus Kowalewski 7bc523c492
jamomacore: update homepage 2018-09-02 00:09:28 +02:00
Markus Kowalewski 3cbd6c559e
grafx2: update homepage 2018-09-02 00:05:49 +02:00
Markus Kowalewski ebc1854726
flpsed: fix homepage 2018-09-02 00:04:23 +02:00
Markus Kowalewski 57a5cd4d96
dfutil: update homepage 2018-09-02 00:01:06 +02:00
Markus Kowalewski ce4cf418b9
laszip: update homepage 2018-09-02 00:00:40 +02:00
greydot 028b64ab08 qcomicbook: init at 0.9.1. (#44074) 2018-09-01 23:39:38 +02:00
R. RyanTM 25176c8812 libircclient: 1.9 -> 1.10 (#45821)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
libircclient
2018-09-01 23:32:47 +02:00
R. RyanTM 42971e1068 powerdns: 4.1.3 -> 4.1.4 (#45805)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
powerdns
2018-09-01 23:20:01 +02:00
Will Dietz 33668b6edd Revert "psmisc: 23.1 -> 23.2 (#45169)" (#45918)
23.2 isn't an actual release yet
(for example, not listed here:
https://gitlab.com/psmisc/psmisc/tags )

and 23.2 apparently has caused problems elsewhere,
https://github.com/void-linux/void-packages/issues/2288

If this doesn't make branch-off might need to be picked over.

I have not experienced problems with this yet AFAIK.

This reverts commit b4411ab479.
2018-09-01 23:10:47 +02:00
Jan Tojnar 92a5bb680c
gnome3.tracker-miners: 2.1.1 → 2.1.3 2018-09-01 23:03:03 +02:00
Jan Tojnar 39db436709
gnome3.gnome-font-viewer: 3.28.0 → 3.30.0 2018-09-01 22:41:50 +02:00
John Ericson 31e675068e
Merge pull request #45888 from obsidiansystems/qt3-configure-flags
qt-3: Make `configureFlags` a list
2018-09-01 15:37:30 -04:00
Ricardo M. Correia 1a1257898e pianobar: 2016.06.02 -> 2018.06.22 (#45913) 2018-09-01 21:35:10 +02:00
Jan Tojnar 810111616b
gnome3.geary: 0.12.3 → 0.12.4 2018-09-01 20:58:44 +02:00
Thra11 ef21e949a0 krita: refactor to fix build on aarch64 (#45906)
An optional dependency, Vc, doesn't currently provide any optimisations
on aarch64 and causes a build failure in krita. Exclude it from the
build inputs on arm and aarch64.
2018-09-01 20:25:38 +02:00
Uli Baum 8938eede28 dhcpcd: 6.11.5 -> 7.0.8 2018-09-01 20:07:11 +02:00
xeji 62e3355a91
Merge pull request #45909 from markuskowa/licenses-12
Add licenses
2018-09-01 19:09:40 +02:00
Jan Tojnar ffcf8dcee7
pulseeffects: 4.3.3 → 4.3.4 2018-09-01 19:02:51 +02:00
Pascal Wittmann bae886a951
instead: 3.2.1 -> 3.2.2 2018-09-01 18:35:52 +02:00
Silvan Mosberger 29f9a50958
Merge pull request #45904 from symphorien/elasticsearch-now-review
elasticsearch plugins: don't use lib.version
2018-09-01 17:53:28 +02:00
Tobias Happ e6a3ad775f pythonPackages.dependency-injector: init at 3.13.1 (#45871) 2018-09-01 17:29:47 +02:00
Vladimír Čunát 9a56eee0b1
Merge #45867: libreoffice*: add zh-CN and Czech langs. 2018-09-01 17:21:24 +02:00
Vladimír Čunát 9528384ac3
libreoffice*: add Czech language support
Tested the default version only (still).
2018-09-01 17:20:42 +02:00
Vladimír Čunát 342d3db703
Merge branch 'staging-next'
The failure diff seems good-enough on Hydra now.
2018-09-01 17:02:15 +02:00
Markus Kowalewski 0c0656bcdc
xpdf: add license, update homepage 2018-09-01 17:02:14 +02:00
Markus Kowalewski bf0a571725
xchm: add license 2018-09-01 17:02:13 +02:00
Markus Kowalewski 0bd9864dd8
xautoclick: add license 2018-09-01 17:02:13 +02:00
Markus Kowalewski e134ce139e
wordnet: add license 2018-09-01 17:02:13 +02:00
Markus Kowalewski e279a7858e
terminal-notifier: add license 2018-09-01 17:02:13 +02:00
Markus Kowalewski c7808a9013
posterazor: add license 2018-09-01 17:02:13 +02:00
Markus Kowalewski f48d5dae41
pdf-quench: add license 2018-09-01 17:02:12 +02:00
Markus Kowalewski 5194e10968
nut: add licenses 2018-09-01 17:02:12 +02:00
Markus Kowalewski 4f67eabc19
mop: add license 2018-09-01 17:01:51 +02:00
Markus Kowalewski 7ddb87eb5a
krename: add license 2018-09-01 17:01:50 +02:00
Markus Kowalewski b986430d02
gxneur: add licenses 2018-09-01 17:01:46 +02:00
Markus Kowalewski 733280bb6e
ethrun: add license 2018-09-01 16:55:08 +02:00
Markus Kowalewski 18cf65ac58
ethabi: add license 2018-09-01 16:55:08 +02:00
Markus Kowalewski c809cfb197
gphoto2fs: add license + homepage 2018-09-01 16:55:08 +02:00
Franz Pletz cdb244a3d4
Merge pull request #45896 from ashkitten/update-firmware
firmware-linux-nonfree: 2018-03-20 -> 2018-08-25
2018-09-01 14:53:51 +00:00
Symphorien Gibol 53744fe7dd elasticsearch plugins: don't use lib.version
This is wrong and makes the hash change on each nixpkgs commit.
2018-09-01 16:32:59 +02:00
Markus Kowalewski 98440749c1
goldendict: add license 2018-09-01 16:11:19 +02:00
Markus Kowalewski e350e31691
golden-cheetah: add license 2018-09-01 16:11:19 +02:00
Markus Kowalewski e014edeb8b
k3d: add license 2018-09-01 16:11:19 +02:00
Markus Kowalewski 683265c3d6
lastfmsubmitd: add license 2018-09-01 16:11:19 +02:00
Markus Kowalewski 661f569b6c
distrho: add licenses 2018-09-01 16:11:19 +02:00
Markus Kowalewski b2710b53ab
axoloti/libusb1: add license 2018-09-01 16:11:19 +02:00
Daniël de Kok 958bdc313c dbxml: move db62 to propagatedBuildInputs. (#45878)
Some public DB XML headers include db.h from Berkeley DB. Move db62
to propagatedBuildInputs, to ensure that packages with a dependency
on dbxml, but without a dependency on db compile.
2018-09-01 16:09:44 +02:00
Kevin Cox 1f073bc40b
Merge pull request #45903 from kevincox/cargo-web-init
cargo-web: init at 0.6.15
2018-09-01 14:44:17 +01:00
Mathias Schreck bda054725b sauce-connect: 4.4.12 -> 4.5.1 (#45856) 2018-09-01 15:36:00 +02:00
Kevin Cox 0a6420cbac
cargo-web: init at 0.6.15 2018-09-01 14:20:58 +01:00
Sebastian Meric de Bellefon 93ce77af40 python.pkgs.snakemake: init at 5.2.2 2018-09-01 09:18:19 -04:00
Vladimír Čunát 355f19653c
pythonPackages.more-itertools: avoid doCheck on i686
I expect noone will want to spend time really fixing these,
but it blocks wine from building...
2018-09-01 15:08:53 +02:00
Gabriel Ebner da3326902a vampire: fix nondeterministic hash
Probably related to #8567
2018-09-01 15:03:31 +02:00
Alyssa Ross 4af7278bc9 lib: ensure directories of linkFarm links exist (#45628)
There's no reason `linkFarm` can't be used for symlinks in
subdirectories, except that currently it doesn't ensure the directory
of the link exists. This backwards-compatible change expands the utility
of the function.
2018-09-01 14:53:23 +02:00
Michael Weiss 173e48d5dd pythonPackages.glances: 2.11.1 -> 3.0 2018-09-01 14:50:37 +02:00
Daiderd Jordan 9e2e667d05
Merge pull request #44640 from LnL7/beam-erlangR20
beam-packages: default erlangR19 -> erlangR20
2018-09-01 14:24:11 +02:00
José Romildo Malaquias 13e688fcfa dde-qt-dbus-factory: init at 1.0.4 (#45900) 2018-09-01 14:14:21 +02:00
R. RyanTM aba6305f41 bareos: 17.2.5 -> 17.2.7 (#45846)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
bareos
2018-09-01 14:12:07 +02:00
R. RyanTM b8b71e26ed dico: 2.5 -> 2.6 (#45837)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
dico
2018-09-01 14:08:38 +02:00
Bignaux Ronan 003b15132c navit: 0.5.1 -> 0.5.3 (#45899) 2018-09-01 14:06:47 +02:00
Robert Schütz 8a3397d11e byobu: use python3
fixes #45895
2018-09-01 13:33:38 +02:00
R. RyanTM 584d6d2672 facter: 3.11.3 -> 3.11.4 (#45836)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
facter
2018-09-01 13:21:10 +02:00
José Romildo Malaquias ef81e82d83 dtkcore: init at 2.0.9 (#45887) 2018-09-01 13:19:20 +02:00
Jörg Thalheim 55a69a9522
Merge pull request #45861 from bfortz/mixxx
mixxx 2.1.3: Fixed glibc locale bug
2018-09-01 12:16:55 +01:00
Jörg Thalheim a749193586
Merge pull request #45870 from bignaux/navit
Navit
2018-09-01 12:09:38 +01:00
Jörg Thalheim fbad0bc8f9
Merge pull request #45892 from vbgl/reason
ocamlPackages.reason: remove spurious dependency on opam
2018-09-01 11:32:38 +01:00
Jörg Thalheim b0155aa1e7
Merge pull request #45842 from Kaali/master
cocoapods: 1.5.0 -> 1.5.3
2018-09-01 11:25:26 +01:00
R. RyanTM 273d15e09f kid3: 3.6.1 -> 3.6.2 (#45826)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
kid3
2018-09-01 12:24:23 +02:00
R. RyanTM 21e1547d9c gpsprune: 19 -> 19.1 (#45831)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
gpsprune
2018-09-01 12:23:25 +02:00
Jan Tojnar bc60ee1122
Merge pull request #45872 from worldofpeace/geoclue/patch
geoclue2: add patch to whitelist elementary's agent
2018-09-01 11:23:01 +01:00
R. RyanTM 6e6ddb572b libivykis: 0.42.2 -> 0.42.3 (#45824)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
libivykis
2018-09-01 12:21:20 +02:00
Jörg Thalheim b29aff5a05
Merge pull request #45705 from manveru/ruby-2.5-default
ruby: default to version 2.5
2018-09-01 11:17:13 +01:00
R. RyanTM a902ac91fe libconfuse: 3.2.1 -> 3.2.2 (#45825)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
libconfuse
2018-09-01 12:17:06 +02:00
R. RyanTM 7fdaf76869 verilator: 3.924 -> 3.926 (#45797)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
verilator
2018-09-01 12:14:00 +02:00
R. RyanTM 7d98f2583e cutecom: 0.45.0 -> 0.50.0 (#45838)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
cutecom
2018-09-01 12:11:19 +02:00
Peter Simons 4a64a7aef5 esniper: fix mismatched 'src' attribute 2018-09-01 11:16:50 +02:00
Vladimír Čunát 9b0649ae3e
Merge #45774: linux_testing_bcachefs: upgrade, add tests 2018-09-01 11:06:29 +02:00
Sarah Brofeldt b57350e6d8
Merge pull request #45855 from pstn/steam-python3
steam: Add python3 to runtime for steam play / proton
2018-09-01 10:51:20 +02:00
Vladimír Čunát 0473466ba5
Merge #45731: artwork update (replacing old logo) 2018-09-01 10:43:20 +02:00
Frederik Rietdijk 4134048b6f Merge master into staging-next 2018-09-01 10:41:58 +02:00
Frederik Rietdijk 43f6ceabb8 pythonPackages.pandas: fix build 2018-09-01 10:41:37 +02:00
Robert Schütz 5a9270fe57 python.pkgs.h5py: disable tests 2018-09-01 10:41:37 +02:00
Robert Schütz de151625f2 python.pkgs.natsort: no pyflakes and pep8 checks 2018-09-01 10:41:37 +02:00
Robert Schütz 0b3f257e06 octoprint: pin pylru to 1.0.9 2018-09-01 10:41:37 +02:00
Robert Schütz 6c9f7e2742 python.pkgs.cairocffi: remove superfluous patch 2018-09-01 10:41:37 +02:00
Robert Schütz 5a7e9c8237 python.pkgs.celery: fix tests 2018-09-01 10:41:37 +02:00
Robert Schütz 30970aa039 python.pkgs.keyrings-alt: fix tests 2018-09-01 10:41:37 +02:00
Frederik Rietdijk 0840e427e6 pythonPackages.bottleneck: get rid of warnings during tests 2018-09-01 10:41:37 +02:00
Robert Schütz dbd3d509e0 awsebcli: use python3
Its dependency cement is disabled on python2 since 36a4df6.
2018-09-01 10:41:37 +02:00
Frederik Rietdijk 39ca3eb666 pythonPackages.cmd2: fix build 2018-09-01 10:41:37 +02:00
Frederik Rietdijk 1c66e6d76d pythonPackages.moto: fix build 2018-09-01 10:41:37 +02:00
Frederik Rietdijk 32492d9189 Python: fix botocore/boto3/awscli mess
Revert "pythonPackages.boto3: 1.7.84 -> 1.8.4"

This reverts commit 06b37899300e0800e7a0ea632fcb5bf0f291e003.

Revert "python: botocore: 1.11.1 -> 1.11.4"

This reverts commit 3b0242d4c014a440b8c1c58cae812dc84496cc95.

Revert "python: botocore: 1.10.75 -> 1.11.1"

This reverts commit 996fd79967.

Revert "awscli: 1.16.1 -> 1.16.4"

This reverts commit 4880df9078bf024fd5a98afa8c6f28833e13f3d3.

Revert "awscli: 1.15.66 -> 1.16.1"

This reverts commit 6923bc8d23.

awscli: fix build

pythonPackages.botocore: 1.10.75 -> 1.10.84
2018-09-01 10:41:37 +02:00
Frederik Rietdijk f823ca5752 pythonPackages.scipy: disable tests
We should try to get these enabled again asap.
https://github.com/scipy/scipy/pull/8871#issuecomment-417391433
2018-09-01 10:41:37 +02:00
Frederik Rietdijk ee5bff207f Revert "python.pkgs.python-jose: 2.0.2 -> 3.0.0"
This breaks moto.

This reverts commit a6d3577d3d.
2018-09-01 10:41:37 +02:00
Frederik Rietdijk 7f50451d3c Revert "python: shippai: 0.2.3 -> 0.3.1"
This broke vdirsyncer.

This reverts commit 0bca28c890.
2018-09-01 10:41:37 +02:00
Frederik Rietdijk 5918fc4601 pythonPackages.cement: disable Python 2 2018-09-01 10:41:37 +02:00
Frederik Rietdijk cded4f2cf9 awscli: 1.16.1 -> 1.16.4 2018-09-01 10:41:37 +02:00
Frederik Rietdijk 57f1adc414 pythonPackages.boto3: 1.7.84 -> 1.8.4 2018-09-01 10:41:37 +02:00
Robert Schütz a8d69de93f python.pkgs.sarge: disable tests 2018-09-01 10:41:37 +02:00
Frederik Rietdijk 503f808870 pythonPackages.pytestrunner: failed attempt at enabling tests 2018-09-01 10:41:37 +02:00
Frederik Rietdijk 37afcbf0f5 pythonPackages.folium: add missing numpy runtime dependency 2018-09-01 10:41:37 +02:00
Frederik Rietdijk 0666f784ee pythonPackages.boto3: 1.7.57 -> 1.7.84 2018-09-01 10:41:37 +02:00
Frederik Rietdijk a0d69a5642 python: XlsxWriter: 1.0.7 -> 1.0.9 2018-09-01 10:41:37 +02:00
Frederik Rietdijk 997cb5c3cf python: typing: 3.6.4 -> 3.6.6 2018-09-01 10:41:37 +02:00
Frederik Rietdijk 7560a6f753 python: Sphinx: 1.7.7 -> 1.7.8 2018-09-01 10:41:37 +02:00
Frederik Rietdijk e8adeef855 python: sockjs-tornado: 1.0.3 -> 1.0.5 2018-09-01 10:41:37 +02:00
Frederik Rietdijk cdccb7b650 python: regex: 2018.08.17 -> 2018.08.29 2018-09-01 10:41:37 +02:00
Frederik Rietdijk 36cd6f2bd5 python: pytest-timeout: 1.3.1 -> 1.3.2 2018-09-01 10:41:37 +02:00
Frederik Rietdijk 8a6b20cbad python: pytest: 3.7.2 -> 3.7.4 2018-09-01 10:41:37 +02:00
Frederik Rietdijk 630fd86bc7 python: phonenumbers: 8.9.11 -> 8.9.12 2018-09-01 10:41:37 +02:00
Frederik Rietdijk e8ff5774aa python: persistent: 4.4.1 -> 4.4.2 2018-09-01 10:41:37 +02:00
Frederik Rietdijk 88800b80f0 python: openpyxl: 2.5.5 -> 2.5.6 2018-09-01 10:41:37 +02:00
Frederik Rietdijk 92855be2de python: moto: 1.3.4 -> 1.3.5 2018-09-01 10:41:37 +02:00
Frederik Rietdijk 0075504e55 python: jupyterlab: 0.34.2 -> 0.34.6 2018-09-01 10:41:37 +02:00
Frederik Rietdijk 68b99fc377 python: joblib: 0.12.2 -> 0.12.3 2018-09-01 10:41:37 +02:00
Frederik Rietdijk d126f735f1 python: Faker: 0.8.17 -> 0.8.18 2018-09-01 10:41:37 +02:00
Frederik Rietdijk 7677c18e19 python: dftfit: 0.4.11 -> 0.4.22 2018-09-01 10:41:37 +02:00
Frederik Rietdijk 8d67b3f2ee python: deform: 2.0.5 -> 2.0.6 2018-09-01 10:41:37 +02:00
Frederik Rietdijk 1708c82213 python: botocore: 1.11.1 -> 1.11.4 2018-09-01 10:41:37 +02:00
Frederik Rietdijk b92d2f6057 python: aws-adfs: 0.12.0 -> 0.12.1 2018-09-01 10:41:37 +02:00
Frederik Rietdijk 0abb01085d python: absl-py: 0.4.0 -> 0.4.1 2018-09-01 10:41:37 +02:00
Jörg Thalheim 4a74aca868
Merge pull request #45700 from Mic92/node-packages-v8
nodePackages: 6_x -> 8_x
2018-09-01 09:09:24 +01:00
ash lea a1017704c2 firmware-linux-nonfree: 2018-03-20 -> 2018-08-25 2018-09-01 03:16:28 -04:00
Vladyslav Mykhailichenko 5d088b2601 bat: 0.6.0 -> 0.6.1 2018-09-01 09:45:32 +03:00
Vincent Laporte 7f606786ce
ocamlPackages.reason: remove spurious dependency on opam 2018-09-01 04:08:27 +00:00
Okina Matara f7d1953d8f bcachefs-tools: 2018-07-21 -> 2018-08-22 2018-08-31 21:19:43 -05:00
Okina Matara b74ec60bd3 linux_testing_bcachefs: 4.16.2018.08.03 -> 4.18.2018.08.31 2018-08-31 21:19:24 -05:00
worldofpeace ac61b96d1c geoclue2: add patch to whitelist elementary's agent 2018-08-31 21:47:02 -04:00
xeji 254bb9dc41
Merge pull request #45881 from andir/openjdk10
openjdk: 10.0.1 -> 10.0.2
2018-09-01 00:29:27 +02:00
John Ericson 353e2010c7 qt-3: Make `configureFlags` a list 2018-08-31 17:26:22 -04:00
R. RyanTM 19a94e60da bdf2psf: 1.184 -> 1.185 (#45845)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
bdf2psf
2018-08-31 23:12:48 +02:00
Andreas Rammhold b3029372d0
openjdk10: zulu10.1+11-jdk10 -> zulu10.3+5-jdk10
This is a port of f9788aa to darwin
2018-08-31 22:43:05 +02:00
Daiderd Jordan 85fdbf6123
cuter: use erlangR19 and cleanp expression
It fails to build using R20 and there's no new release available.
2018-08-31 22:27:13 +02:00
John Ericson 4663cd2b3b
Merge pull request #45884 from obsidiansystems/improve-isArm-msg
stdenv: Better message for deprecated `isArm`
2018-08-31 16:21:46 -04:00
John Ericson 0a948673f4 libgpg-error: Don't use deprecated `isArm` 2018-08-31 16:02:52 -04:00
John Ericson 82110ae656 stdenv: Better message for deprecated `isArm`
The message should say what to do instead.
2018-08-31 16:01:58 -04:00
Timo Kaufmann 1a1d544eac
Merge pull request #45879 from romildo/upd.deepin-terminal
deepin-terminal: 3.0.0 -> 3.0.3
2018-08-31 21:51:42 +02:00
Michael Weiss bf0f63090b fuse3: 3.2.5 -> 3.2.6 2018-08-31 21:42:03 +02:00
R. RyanTM e02816960a libtirpc: 1.0.3 -> 1.1.4 (#45815)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
libtirpc
2018-08-31 21:33:35 +02:00
Andreas Rammhold f9788aa118 openjdk10: 10.0.1 -> 10.0.2
this fixes a series of potential security issues:

CVE-2018-2940, CVE-2018-2941, CVE-2018-2952, CVE-2018-2964,
CVE-2018-2972 & CVE-2018-2973
2018-08-31 21:26:52 +02:00
José Romildo Malaquias 8b97f374cb deepin-terminal: 3.0.0 -> 3.0.3 2018-08-31 15:54:39 -03:00
StillerHarpo 03bb7def46 lolcat: 99.9.11 -> 99.9.19 (#45873) 2018-08-31 20:40:15 +02:00
xeji 5da41a3d71
Merge pull request #45154 from r-ryantm/auto-update/rpcbind
rpcbind: 0.2.4 -> 1.2.5
2018-08-31 20:15:22 +02:00
Frank Doepper c49baf9da4 shotcut: 18.08 -> 18.08.14 (#45862) 2018-08-31 20:00:07 +02:00
R. RyanTM 3f2209fe99 mdp: 1.0.13 -> 1.0.14 (#45819)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
mdp
2018-08-31 19:58:07 +02:00
José Romildo Malaquias 3ee5ba7ff1 deepin-icon-theme: 15.12.52 -> 15.12.59 (#45876) 2018-08-31 19:51:07 +02:00
Robert Schütz 13c6a9ba86 home-assistant: 0.76.1 -> 0.77.1 2018-08-31 19:07:35 +02:00
Robert Schütz dc707e41e4 python.pkgs.pyqrcode: init at 1.2.1 2018-08-31 19:07:35 +02:00
Robert Schütz 09cced6725 python.pkgs.pyotp: init at 2.2.6 2018-08-31 19:07:35 +02:00
lewo fc39e5c645
Merge pull request #41920 from fgaz/drawpile
drawpile: init at 2.0.10
2018-08-31 18:37:37 +02:00
Robert Schütz 93550cbddf Merge branch 'master' into staging-next 2018-08-31 17:32:48 +02:00
Timo Kaufmann dde959a896
Merge pull request #45874 from timokau/spotify-update
spotify: 1.0.80.474.gef6b503e-7 -> 1.0.88.353.g15c26ea1-14
2018-08-31 17:22:40 +02:00
Timo Kaufmann af99bb6429 spotify: 1.0.80.474.gef6b503e-7 -> 1.0.88.353.g15c26ea1-14 2018-08-31 17:20:10 +02:00
José Romildo Malaquias e45d1fff33 catfish: 1.4.4 -> 1.4.6 (#45860) 2018-08-31 16:11:38 +02:00
Robert Schütz 2b5659dc04 python.pkgs.ecpy: 0.9.0 -> 0.9.1 2018-08-31 15:56:52 +02:00
John Ericson 2c4a75e9ef
Merge pull request #45820 from obsidiansystems/dont-use-obsolete-platform-aliases
treewide: Dont use obsolete platform aliases
2018-08-31 09:56:10 -04:00
Silvan Mosberger f7606a82ed
Merge pull request #43437 from MostAwesomeDude/cozy
Cozy
2018-08-31 15:29:41 +02:00
Bobby Rong 5a8f1c1643
libreoffice-still: add zh-CN language support 2018-08-31 21:20:16 +08:00
Bobby Rong 51bb4337fc
libreoffice: add zh-CN language support 2018-08-31 21:19:44 +08:00
Rob Vermaas 4774d6a58d gbenchmark: add darwin to platforms 2018-08-31 15:16:59 +02:00
Sebastian Meric de Bellefon c49e507bbc python.pkgs.ratelimiter: init at 1.2.0.post0 2018-08-31 08:57:28 -04:00
Franz Pletz 678695fde5
youtubeDL: 2018.08.04 -> 2018.08.28 2018-08-31 14:42:17 +02:00
Franz Pletz 647b5b1a29
nginxMainline: 1.15.2 -> 1.15.3 2018-08-31 14:42:14 +02:00
Bernard Fortz a847dccf45 mixxx 2.1.3: Fixed glibc locale bug 2018-08-31 14:38:54 +02:00
xeji 4db15ba7b8
Merge pull request #45748 from xeji/p/nfs-232
nfs-utils: 2.1.1 -> 2.3.2, integrate libnfsidmap
2018-08-31 14:23:56 +02:00
Bignaux Ronan 9cd5e292e3 navit: 5.0.1 -> 5.0.2 2018-08-31 14:14:07 +02:00
Uli Baum 865301fb82 Revert "mdds: 1.3.1 -> 1.4.1 (#45814)"
This update appears to break libreoffice.

This reverts commit 897206755e.
2018-08-31 14:05:17 +02:00
Michael Raskin 37c0f1cafa matrix-synapse: 0.33.0 -> 0.33.3 2018-08-31 14:50:15 +03:00
Philipp Steinpass f563a3b2a9 steam: Add python3 to runtime for steam play / proton 2018-08-31 12:43:08 +02:00
チルノ 17564e0ed9 nixos/zeronet: init (#44842) 2018-08-31 11:40:23 +01:00
Matt McHenry 297a82f3eb perl: Text-Unaccent: fixup build (#45768)
workaround as mentioned at https://rt.cpan.org/Public/Bug/Display.html?id=124815
2018-08-31 11:32:20 +01:00
Bastian Köcher 6d28393eb1 android-studio: Add desktop item 2018-08-31 12:05:24 +02:00
Jan Tojnar 1e1221c1c1
Merge pull request #45682 from Thra11/opencolorio-system-lcms
opencolorio: use system lcms2 on aarch64
2018-08-31 10:40:34 +01:00
Sarah Brofeldt 7590d8b332
Merge pull request #45851 from mpickering/folium-0.6.0
folium: 0.5.0 -> 0.6.0
2018-08-31 11:31:56 +02:00
Rob Vermaas c745ed1f7c julia: add 0.7 and 1.0 2018-08-31 10:57:54 +02:00