Commit Graph

213529 Commits

Author SHA1 Message Date
Michael Weiss
53fd2da110
Merge pull request #80074 from primeos/chromium
chromium: 80.0.3987.100 -> 80.0.3987.106
2020-02-15 20:00:59 +01:00
Michael Weiss
67f349d224
google-chrome*: Add the newly required dependencies
See 3fadc45499f. Since the beta channel is now also on 81 and the stable
channel will be on 81 soon, it makes sense to already add this
unconditionally for all channels.
2020-02-15 19:55:03 +01:00
Maximilian Bosch
c391343fcd
nixos/nixos-build-vms: switch to python test-driver
In 0945178b3c6fd9e33002dd6e3c6f77dfca49565a we decided that Perl-based
VM tests should be deprecated and will be removed between 20.03 and
20.09. So let's switch `nixos-build-vms(8)` to python as well (which is
entirely interactive, so other scripts won't break).

In my experience, the test-driver isn't used most of the time, so this
patch is mainly supposed to get rid of the (probably misleading)
deprecation warning when running `nixos-build-vms`. Apart from that, the
interface for python's test-driver is way nicer.
2020-02-15 19:35:17 +01:00
Jonathan Ringer
4ca08a2a73 steam-chrootenv: add lsof
This adds support for "Launch Game" through the friends menu
2020-02-15 19:35:02 +01:00
Maximilian Bosch
6c63107872
nixos/manual: fix build 2020-02-15 19:18:06 +01:00
Michele Guerini Rocco
8dc08804b3
Merge pull request #79666 from rnhmjoj/envypn-font
envypn-font: split outputs in out and otb
2020-02-15 19:00:22 +01:00
Jonathan Ringer
1037206971 pythonPackages.babelgladeextractor: disable for python2
Uses python3 specific calls in setup.py:
```
  File "setup.py", line 23, in _slurp
    with open(path, encoding="utf-8") as fp:
TypeError: 'encoding' is an invalid keyword argument for this function
```
2020-02-15 09:59:44 -08:00
Vladyslav M
5d84954f27
Merge pull request #80118 from B4dM4n/cargo-crev-update
cargo-crev: 0.15.0 -> 0.16.0
2020-02-15 19:42:26 +02:00
Alexei Robyn
e34db5a568 luajit: Expose build options, enable JIT debug module 2020-02-15 18:40:02 +01:00
Jonathan Ringer
bbb4a1be3d gitAndTools.ydiff: add python3.pkgs.ydiff tool 2020-02-15 08:54:42 -08:00
Jonathan Ringer
e5c8ead7d1 python3Packages.docker: 4.1.0 -> 4.2.0 2020-02-15 08:54:03 -08:00
R. RyanTM
97303641ca clamav: 0.102.1 -> 0.102.2 2020-02-15 17:52:24 +01:00
Maximilian Bosch
ade5a50b0f
python3Packages.mautrix: 0.4.1 -> 0.4.2
https://pypi.org/project/mautrix/0.4.2/
2020-02-15 17:02:06 +01:00
Marek Mahut
ec3b662ef1
Merge pull request #80174 from veprbl/pr/soundfont-fluid_url_fix
soundfont-fluid: fix src url
2020-02-15 16:42:52 +01:00
Daniel Schaefer
6befabd559
Merge pull request #74458 from r-ryantm/auto-update/mkp224o
mkp224o: 1.3.0 -> 1.4.0
2020-02-15 15:34:46 +01:00
Daniel Schaefer
7c2ce4ebfc
Merge pull request #74227 from r-ryantm/auto-update/fwts
fwts: 19.09.00 -> 19.11.00
2020-02-15 15:31:03 +01:00
gnidorah
c0609be0a2 woeusb: 3.3.0 -> 3.3.1 2020-02-15 15:24:24 +01:00
gnidorah
5ddfac70f1 qtcurve: 1.9 -> 1.9.1 2020-02-15 15:24:24 +01:00
gnidorah
2083c1d8b4 openmw-tes3mp: 2019-07-01 -> 2019-11-19 2020-02-15 15:24:24 +01:00
gnidorah
6e6fa2b685 openjk: 2019-10-25 -> 2019-11-29 2020-02-15 15:24:24 +01:00
gnidorah
4f1d75fd89 mididings: correct version naming 2020-02-15 15:24:24 +01:00
gnidorah
cebf96a257 kmsxx: 2019-10-28 -> 2020-02-14 2020-02-15 15:24:24 +01:00
gnidorah
76dde9d65f cdesktopenv: 2019-11-30 -> 2.3.2 2020-02-15 15:24:24 +01:00
Maximilian Bosch
59563b6448
Merge pull request #80163 from bhipple/u/tree-sitter
tree-sitter: 0.15.7 -> 0.16.4
2020-02-15 15:13:14 +01:00
Daniel Schaefer
756b61e307
Merge pull request #79898 from r-ryantm/auto-update/debootstrap
debootstrap: 1.0.116 -> 1.0.117
2020-02-15 15:05:30 +01:00
Daniel Schaefer
3d2d55c85f
Merge pull request #80170 from dywedir/bingrep
bingrep: 0.8.1 -> 0.8.2
2020-02-15 14:57:17 +01:00
Danylo Hlynskyi
4c90625808
Merge pull request #80127 from brano543/master
corrected postgresql support for gdal 3.0+
2020-02-15 15:33:36 +02:00
Gabriel Ebner
6d12da3662
Merge pull request #79550 from sikmir/goldendict
goldendict: enable on darwin
2020-02-15 13:34:07 +01:00
brano543
78b6642e5d gdal: correct indentation in preConfigure 2020-02-15 13:29:00 +01:00
brano543
1e263a638f gdal: Port to Python 3 2020-02-15 13:20:36 +01:00
brano543
b57af2d024 gdal: Fix finding postgresql after 3.0 update 2020-02-15 13:09:14 +01:00
brano543
175d83634b gdal: Clean up formatting 2020-02-15 13:05:56 +01:00
Dmitry Kalinkin
e019371ab4
soundfont-fluid: fix src url 2020-02-15 07:00:05 -05:00
Maximilian Bosch
74e9b1753d
Merge pull request #80166 from xwvvvvwx/wireguard-compat-0.0.20200215
linuxPackages.wireguard: 0.0.20200214 -> 0.0.20200215
2020-02-15 12:36:54 +01:00
Jörg Thalheim
466c1df3e2
Merge pull request #79266 from Mic92/knot
nixos/knot: add keyFiles option
2020-02-15 11:15:03 +00:00
Dmitry Kalinkin
018fac1dc7
Merge pull request #76677 from eadwu/sourcehut/update-4
sourcehut/update-4
2020-02-15 06:07:26 -05:00
R. RyanTM
2fe5239056 trompeloeil: 36 -> 37 2020-02-15 11:44:14 +01:00
Gabriel Ebner
7513ff94c1
Merge pull request #80167 from Ailrun/update-lean
Update lean to 3.5.1
2020-02-15 09:58:36 +01:00
Vladyslav M
07e1adff46
bingrep: 0.8.1 -> 0.8.2 2020-02-15 09:38:37 +02:00
Junyoung Clare Jang
b71c03e483
lean: 3.4.2 -> 3.5.1
3.4.2 is not compilable with GCC >= 9.1
2020-02-15 02:29:12 -05:00
David Terry
b76dab8fc8
linuxPackages.wireguard: 0.0.20200214 -> 0.0.20200215 2020-02-15 08:01:42 +01:00
Benjamin Hipple
9131efe52d tree-sitter: 0.15.7 -> 0.16.4
Includes some bugfixes/cleanups to the scripts and packaging, a run of the
updater, a bump of the version, an upgrade to the newer cargo fetcher in #79975,
and gets the web assembly portion to compile successfully.

Fixes #75863
2020-02-15 00:33:54 -05:00
Aluísio Augusto Silva Gonçalves
6f24be13ee r128gain: 0.9.3 -> 1.0.1
Switched the source to GitHub so that test files are available for
local, unsandboxed testing.
2020-02-14 21:17:38 -08:00
Aluísio Augusto Silva Gonçalves
07c817f9d2 pythonPackages.ffmpeg-python: init at 0.2.0 2020-02-14 21:17:38 -08:00
Aluísio Augusto Silva Gonçalves
e79af471e7 beets: Fix test to work with mutagen>=1.43 2020-02-14 21:17:38 -08:00
Aluísio Augusto Silva Gonçalves
316db29457 pythonPackages.mutagen: 1.42.0 -> 1.43.0
Not updating to 1.44.0 due to it dropping Python 2 support.
2020-02-14 21:17:38 -08:00
Ryan Mulligan
c933a700c3
Merge pull request #80140 from r-ryantm/auto-update/qdirstat
qdirstat: 1.6 -> 1.6.1
2020-02-14 20:42:58 -08:00
Ryan Mulligan
8b98801c7d
Merge pull request #80131 from r-ryantm/auto-update/mle
mle: 1.4.2 -> 1.4.3
2020-02-14 18:51:24 -08:00
B
0bfb75520f
inspectrum: add qt wrapper, cleanup (#80144)
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-02-14 21:17:33 -05:00
Rakesh Gupta
3064c90887 pythonPackages.imagecorruptions: init at 1.1.0 2020-02-14 18:01:08 -08:00