Commit graph

38964 commits

Author SHA1 Message Date
xeji 2c5ae2ae61
liquidwar: fix build (#47064)
- add missing dependencies readline and libtool that used to be
  propagated by guile but aren't anymore
- build with guile 2.0 instead of 1.8
2018-09-21 00:19:01 +02:00
Austin Seipp 0214f9e25e perlPackages.MojoIOLoopForkCall: 0.19 -> 0.20
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-09-20 15:17:30 -05:00
Austin Seipp 08815b9af8 perlPackages.Mojolicious: 7.88 -> 8.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-09-20 15:17:30 -05:00
xeji 9114d13d00
Merge pull request #46910 from dtzWill/update/i7z-0.27.3
i7z: 0.27.2 -> 0.27.3, cleanup, various fixes, maintained fork, qt5
2018-09-20 21:28:54 +02:00
Tim Steinbach 7d30b3d10c
linux: 4.18.8 -> 4.18.9 2018-09-20 09:52:48 -04:00
Jörg Thalheim 3388263e82
Merge pull request #46752 from rvolosatovs/feature/gotools
Gotools etc. update, remove goimports
2018-09-20 08:16:43 +01:00
Jan Tojnar 82cc6a7510
Merge pull request #46779 from Ma27/package-ibus-typing-booster
ibus-typing-booster: init at 2.1.1
2018-09-19 23:43:56 +02:00
xeji a0c5dd8a09
arelle: fix build, use current python3 (#46862)
It was pinned to python34, build failed in dependency
python34Packages.pytest. Use python3(6) instead.
2018-09-19 22:18:29 +02:00
Maximilian Bosch dee2dab7c6
ibus-engines.typing-booster: init at 2.1.1
This package providesa completion input method for faster typing.
See https://mike-fabian.github.io/ibus-typing-booster

Detailed instructions how to activate this IBus engine on your desktop
can be found in the upstream docs: https://mike-fabian.github.io/ibus-typing-booster/documentation.html

A simple VM with the Gnome3 desktop and activated `ibus' looks like
this:

```nix
{
  emojipicker = { pkgs, ... }: {
    services.xserver = {
      enable = true;
      desktopManager.gnome3.enable = true;
      desktopManager.xterm.enable = false;
    };
    users.extraUsers.vm = {
      password = "vm";
      isNormalUser = true;
    };
    i18n.inputMethod.ibus.engines = [
      pkgs.ibus-engines.typing-booster
    ];
    i18n.inputMethod.enabled = "ibus";
    virtualisation.memorySize = 2048;
  };
}
```

Fixes #38721
2018-09-19 21:27:10 +02:00
Will Dietz 6108d6ada8 i7z: use qt5 for gui (when enabled), various fixes from debian 2018-09-19 14:18:34 -05:00
xeji d57c9ec407
exempi: fix i686 build (#46884)
failed with `unknown symbol __divmoddi4`.
Standard fix is to use gcc6.
2018-09-19 16:20:00 +02:00
aszlig 48d1c50f7a
python/hetzner: 0.8.0 -> 0.8.1
This is only a minor bugfix release and updates the fallback CA root
certificates. For NixOS this is usually not required as the probe paths
will match there, but for non-NixOS users it might be helpful.

Signed-off-by: aszlig <aszlig@nix.build>
2018-09-19 14:26:13 +02:00
adisbladis 9cc7be6639
Merge pull request #46877 from marsam/feature/fix-noti-darwin
noti: fix darwin build
2018-09-19 15:47:23 +08:00
Benjamin Hipple 426c2856d7 pythonPackages.python-binance: init at 0.7.0
Library for communicating with the Binance REST API.
2018-09-18 21:44:27 -04:00
Mario Rodas 4c56eb81e9 noti: fix darwin build 2018-09-18 20:13:46 -05:00
John Ericson 35378f0141
Merge pull request #46857 from obsidiansystems/darwin-to-linux-prep
misc pkgs: various cross fixes in preparation for darwin->linux
2018-09-18 16:52:30 -04:00
John Ericson 28a323e331 gccCrossStageStatic: Don't use MUSL, or any libc when targetting linux
Only the regular GCC is built with a libc dependency.
2018-09-18 16:27:04 -04:00
Frederik Rietdijk 3126be4308
Merge pull request #46627 from costrouc/costrouc/dask-extensions
pythonPackages.dask-*: init
2018-09-18 19:24:49 +02:00
Assassinkin de9fb389f4 pythonPackages.fuse: 0.2.1 -> 0.3.1 | refactor | python3 support 2018-09-18 19:05:34 +02:00
Roger Qiu 31554915a4 pythonPackages.bjoern: init at 2.2.2 2018-09-18 18:51:51 +02:00
Vladyslav Mykhailichenko 336a913f42 pythonPackages.pgspecial: 1.8.0 -> 1.11.2 2018-09-18 14:00:59 +03:00
Jörg Thalheim 7d39e99a1e
Merge pull request #46316 from erosennin/psycopg-2.7.5
pythonPackages.psycopg2: 2.7.1 -> 2.7.5
2018-09-18 11:33:06 +01:00
Roger Qiu 9f3c27a104 makefile2graph: init at 2018-01-03 (#46136) 2018-09-18 08:03:14 +00:00
Jörg Thalheim bab28c26f1
Merge pull request #46788 from teto/mypy630
python3Packages.mypy: 0.620 -> 0.630
2018-09-18 08:01:53 +01:00
Jörg Thalheim cb293ec416
Merge pull request #46638 from ryantm/aliases
vimPlugins: warn if alias is used inside overrides
2018-09-18 07:54:38 +01:00
Bob van der Linden 6ab1ee4951
heroku: 5.6.32 -> 7.16.0 2018-09-17 22:23:44 +02:00
xeji 8a2bf1319d
Merge pull request #46769 from samueldr/zhf/grub
Fixes grub1 installer tests
2018-09-17 19:12:23 +02:00
Matthieu Coudron 676ceb81b7 python3Packages.mypy: 0.620 -> 0.630
Now requires mypy_extensions so added it as well.
2018-09-18 00:31:41 +09:00
Danylo Hlynskyi 969a39bd09 zoom-us: 2.3.128305.0716 -> 2.4.129780.0915, QT downgrade (#46778)
Qt 5.11 was downgraded to 5.9 because of two issues:
- spawns errors like
```
qrc:/qml/SignInWaiting.qml:20:9: QML BusyIndicator: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
qrc:/qml/SignInWaiting.qml:26:9: QML Text: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
qrc:/qml/SignInWaiting.qml:20:9: QML BusyIndicator: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
qrc:/qml/SignInWaiting.qml:26:9: QML Text: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
qrc:/qml/SignInWaiting.qml:20:9: QML BusyIndicator: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
qrc:/qml/SignInWaiting.qml:26:9: QML Text: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
qrc:/qml/SignInWaiting.qml:20:9: QML BusyIndicator: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
qrc:/qml/SignInWaiting.qml:26:9: QML Text: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
qrc:/qml/SignInWaiting.qml:20:9: QML BusyIndicator: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
qrc:/qml/SignInWaiting.qml:26:9: QML Text: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
```
- Google login doesn't work. It just doesn't start embedded webbrowser
2018-09-17 16:06:44 +02:00
Samuel Dionne-Riel ba09b05702 grub: Use gcc6
GCC 7 wasn't kind to grub.
2018-09-17 09:31:36 -04:00
Henry fa58491b9e nvramtool: init at 4.8.1 (#46774)
https://www.coreboot.org/Nvramtool
2018-09-17 15:24:25 +02:00
WilliButz a31a917eb9 codimd: init at 1.2.0 2018-09-17 15:18:52 +02:00
José Romildo Malaquias 395019b38d sierra-gtk-theme: init at 2018-09-14 (#46737) 2018-09-17 10:09:34 +02:00
Roman Volosatovs d3f49bf5d8
goimports: Remove in favor of gotools 2018-09-17 07:58:04 +02:00
Roman Volosatovs 18e1eee667
richgo: init at 0.2.8 2018-09-16 14:48:43 +02:00
Vincent Laporte fc19401d67 jbuilder: 1.0.1 -> dune: 1.1.1 2018-09-15 19:32:32 +00:00
Sarah Brofeldt 0fe0f481c7 darcs: unpin ghc (use 8.4.x) version 2018-09-15 19:12:57 +02:00
José Romildo Malaquias 54ab621fa7 matcha: init at 2018-09-14 (#46693) 2018-09-15 16:50:24 +02:00
Bob van der Linden 76001b8509 Deedle: 1.2.0 -> 1.2.5 (#46702) 2018-09-15 16:18:29 +02:00
Maximilian Bode e5a5cd4806 apacheKafka: 1.1.0 -> 2.0.0 2018-09-15 10:09:21 -04:00
Bob van der Linden 6a4b9dfa2f Paket: 1.18.2 -> 5.179.1 (#46701) 2018-09-15 16:02:55 +02:00
Franz Pletz d79e201851
matrique: init at 250 2018-09-15 15:25:49 +02:00
xeji b78348d1a4
Merge pull request #46687 from mbode/salt_darwin
salt: fix darwin build by specifying dependency on tornado 4
2018-09-15 12:38:45 +02:00
xeji b917bb9449
Merge pull request #46659 from mbode/flink_1_6
flink: 1.5 -> 1.6
2018-09-15 12:26:08 +02:00
Maximilian Bode 2438ceb5b4 salt: fix darwin build by specifying dependency on tornado 4
/cc ZHF #45961
2018-09-15 10:09:36 +02:00
Maximilian Bode 8125de3b40 flink: drop older versions than current and previous minor release
This is consistent with the update policy as laid out in https://flink.apache.org/downloads.html#update-policy-for-old-releases.
2018-09-15 09:38:30 +02:00
Jörg Thalheim f83a26291f
Merge pull request #46210 from andir/build-rust-crate-changes
buildRustCrate: add heuristic to picking the right binary source files
2018-09-15 08:31:29 +01:00
John Ericson 0bfdab21cf
Merge pull request #46574 from obsidiansystems/elf-header
elf-header: Init at <libc version>
2018-09-15 01:37:18 -04:00
John Ericson b8ce6a31f5 elf-header: Init at <libc version>
A little shim derivation to get this header for Darwin, where it is
needed for cross compilation.

There's no real reason to do glibc and musl like that, but as I'm
maintaining it I suppose I can go overboard like that.
2018-09-15 01:14:31 -04:00
Bob van der Linden fb11065050 Newtonsoft.Json: 6.0.8 -> 11.0.2 (#46679) 2018-09-15 01:49:57 +02:00