Commit graph

38992 commits

Author SHA1 Message Date
markuskowa 3f883b443c gnuradio-limesdr: init at 1.0.0-RC (#47176) 2018-09-23 10:08:50 +02:00
Frederik Rietdijk 56853dc6d8
Merge pull request #45941 from NixOS/staging-next
Staging next
2018-09-23 09:31:28 +02:00
Frederik Rietdijk 343ac4d2fc
Merge pull request #42619 from nyanloutre/pythonPackages.block-io
pythonPackages.block-io: init at 1.1.8
2018-09-23 09:27:51 +02:00
Charles Duffy bd13ef5944 Introduce desync, an alternate implementation of casync (#47195)
desync isn't as feature-rich as casync, but has a focus on production usability
and implementation quality which may make it a more appropriate tool.
2018-09-23 01:22:07 +02:00
Daiderd Jordan 52a1179b6c ffmpeg: don't use gcc on darwin (#47189)
This isn't necessary and causes build failures for certain versions.

    CC      libavfilter/libmpcodecs/vf_eq2.o
    CC      libavfilter/libmpcodecs/vf_fil.o
    CC      libavfilter/libmpcodecs/vf_fspp.o
    libavfilter/libmpcodecs/vf_fspp.c:939:18: error: unknown token in expression
            movq %mm2, 0*8+(%rsp)

/cc ZHF #45961
2018-09-22 23:13:10 +02:00
Jörg Thalheim a8413d816a luaPackages.luadbi: 0.5 -> 0.6 (#47156)
Switch to maintained fork that is compatible with lua5.2/lua5.3.
This package was tested with prosody.
2018-09-22 22:27:35 +02:00
adisbladis 54cbcdf6a9
Merge pull request #46921 from rawtaz/open-vm-tools
open-vm-tools: 10.1.10 -> 10.3.0
2018-09-22 19:17:52 +08:00
Jörg Thalheim e969e0f78a
Merge pull request #47138 from Jeschli/pev
pev: init at unstable-2018-07-22
2018-09-22 11:56:59 +01:00
jeschli 4c9898108d pev: init at unstable-2018-07-22 2018-09-22 12:14:56 +02:00
Jan Tojnar 93408aecc4
Merge pull request #46274 from mvnetbiz/libratbag
libratbag: init at v0.9.903
2018-09-21 22:49:17 +02:00
Christian Kauhaus 544eaaa52b lua: remove lua4 and lua5_0
Both versions are not maintained anymore upstream and have open security
issues, e.g. https://nvd.nist.gov/vuln/detail/CVE-2014-5461.

The same holds for lua5_1 but that seems to be in use in some places.

Re #47122
Re #47123
2018-09-21 15:56:41 +02:00
Will Dietz 69b2c0dcf1 utmps: add top-level attribute, as was the style at the time 2018-09-21 05:42:53 -05:00
Matt Votava 78f1715149 piper: init at 0.2.902
Add package piper. Piper is a gtk frontend application for ratbagctl
to configure gaming mice.
2018-09-21 02:15:38 -07:00
Matt Votava 9a859fb7f9 libratbag: init at v0.9.903
Add package libratbag and service module ratbagd
Libratbag contains ratbagd daemon and ratbagctl cli to configure
buttons, dpi, leds, etc. of gaming mice.
Add mvnetbiz to maintainers.
2018-09-21 02:13:49 -07:00
Will Dietz e8693206ee utmps: init at 0.0.1.3
Haven't tried using it, but packging it is first step! :)
2018-09-20 23:46:31 -05:00
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
Leo R. Lundgren bbb30c320e open-vm-tools: 10.1.10 -> 10.3.0 2018-09-20 02:08:45 +02: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
Frederik Rietdijk de419917a3 Merge master into staging-next 2018-09-18 18:44:48 +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