Commit Graph

243293 Commits

Author SHA1 Message Date
Edmund Wu
a9677e0f33 buildsrht: 0.56.13 -> 0.62.6 2020-09-08 17:43:57 -07:00
Edmund Wu
ddea634e1a srht: 0.59.13 -> 0.64.0 2020-09-08 17:43:57 -07:00
Matthew Bauer
58823ac103
Merge pull request #97462 from kampka/raspberrypi-builder
Revert "nixos/raspberrypi-builder: fix cross using buildPackages"
2020-09-08 19:25:23 -05:00
John Ericson
5fd27509cf
Merge pull request #97387 from Ericson2314/fix-android-prebuilt
cc-wrapper: Fix for prebuilt android
2020-09-08 20:24:50 -04:00
Tiago Castro
4964392e48 p3x-onenote: init at 2020.10.111 2020-09-08 17:22:06 -07:00
Tiago Castro
d83080f370 maintainers: add tiagolobocastro 2020-09-08 17:22:06 -07:00
Robert Scott
570dbab975 pythonPackages.jug: fix tests
these seem to have switched to pytest tests in 2.0.2
2020-09-08 17:04:31 -07:00
WORLDofPEACE
6aeccf3bcb
Merge pull request #97339 from petabyteboy/feature/aarch64-flashrom
flashrom: fix aarch64 build
2020-09-08 19:58:15 -04:00
WORLDofPEACE
04fb0bb5e2
Merge pull request #97161 from jtojnar/exiv2-cleanup
exiv2: clean up
2020-09-08 19:55:09 -04:00
Mario Rodas
8e716692b9
Merge pull request #97336 from euank/update-k3s
k3s: 1.18.2 -> 1.18.8
2020-09-08 18:54:32 -05:00
WORLDofPEACE
34642dd703
Merge pull request #97308 from romildo/upd.ubuntu-themes
ubuntu-themes: 19.04 -> 20.10
2020-09-08 19:52:06 -04:00
WORLDofPEACE
064e15847c
Merge pull request #97293 from OPNA2608/palemoon-wrapping-libpulseaudio
palemoon: Add libpulseaudio to wrapper
2020-09-08 19:51:28 -04:00
Mario Rodas
9be51e2596
Merge pull request #97284 from smunix/fix.avro-tools.1.9.2
avro-tools: 1.9.1 -> 1.9.2
2020-09-08 18:51:19 -05:00
Mario Rodas
5931172567
Merge pull request #97183 from r-ryantm/auto-update/lego
lego: 3.8.0 -> 4.0.1
2020-09-08 18:50:20 -05:00
WORLDofPEACE
7e8cf698f4
Merge pull request #97364 from IvarWithoutBones/xwallpaper-fix
xwallpaper: remove libseccomp dependency
2020-09-08 19:49:50 -04:00
Mario Rodas
f066de7e7e
Merge pull request #97342 from herrwiese/for-master/bpytop-update-v1.0.25
bpytop: 1.0.21 -> 1.0.25
2020-09-08 18:48:50 -05:00
Mario Rodas
2d098afc83
Merge pull request #97329 from r-ryantm/auto-update/windowchef
windowchef: 0.5.0 -> 0.5.1
2020-09-08 18:48:02 -05:00
WORLDofPEACE
a899a97eb9
Merge pull request #97464 from cole-h/cantata-perl
cantata: add perl for dynamic playlists
2020-09-08 19:46:30 -04:00
Mario Rodas
486c97472e
Merge pull request #97331 from r-ryantm/auto-update/yder
yder: 1.4.11 -> 1.4.12
2020-09-08 18:45:09 -05:00
Mario Rodas
3d5edff233
Merge pull request #97373 from r-ryantm/auto-update/collectd
collectd: 5.11.0 -> 5.12.0
2020-09-08 18:43:11 -05:00
Mario Rodas
edce3e6e73
Merge pull request #97354 from r-ryantm/auto-update/acme.sh
acme-sh: 2.8.6 -> 2.8.7
2020-09-08 18:41:51 -05:00
WORLDofPEACE
f764549bc8
Merge pull request #96668 from NobbZ/erlang-config-flags
erlang: make `configureFlags` appending instead of overwriting
2020-09-08 19:41:17 -04:00
WORLDofPEACE
2ab42dcc9e
Merge pull request #97171 from davidak/defaultPackages
nixos/config: add defaultPackages option
2020-09-08 19:40:45 -04:00
Mario Rodas
d85c02ba20
Merge pull request #97431 from cohei/skk-dicts-mac
skk-dicts-unstable: enable to build on mac
2020-09-08 18:39:48 -05:00
Mario Rodas
83b8a605e7
Merge pull request #97471 from saschagrunert/golangci-lint
golangci-lint: 1.30.0 -> 1.31.0
2020-09-08 18:39:05 -05:00
Mario Rodas
cbdaeef722
Merge pull request #97450 from marsam/update-postgresqlPackages.timescaledb
postgresqlPackages.timescaledb: 1.7.3 -> 1.7.4
2020-09-08 18:36:16 -05:00
Mario Rodas
c059e3b7de
Merge pull request #97451 from marsam/update-syncthing
syncthing: 1.8.0 -> 1.9.0
2020-09-08 18:35:45 -05:00
WORLDofPEACE
0e7f6a884b
Update nixos/doc/manual/installation/installing.xml
Co-authored-by: Jon <jonringer@users.noreply.github.com>
2020-09-08 19:24:51 -04:00
Jörg Thalheim
b99096b1f0 python3.pkgs.python-language-server: fix jedi integration
recent jedi/parso versions uses Path instead of str.
2020-09-08 14:29:15 -07:00
Jörg Thalheim
12a9a93d68 python3.pkgs.jedi: fix compatibility with parso
The current version is fundamentally broken as tested with
python-language-server because parso now uses Path instead of str
in many instances.

Backporting of the fixes is not trivial and likely breaks more stuff
than it fixes due to other refactorings in jedi, hence using a recent
commit in master seems more reasonably.
2020-09-08 14:29:15 -07:00
Jörg Thalheim
b0a8c8af6f python3.pkgs.python-language-server: 0.33.1 -> 0.34.1 2020-09-08 14:29:15 -07:00
Jörg Thalheim
12fc3e0718 python-engineio: 3.13.0 -> 3.13.2 (fix build) 2020-09-08 14:29:15 -07:00
Victor Büttner
2bc02f2925 vimPlugins.asyncomplete-vim: init at 2020-08-09 2020-09-08 14:26:58 -07:00
Jonathan Ringer
9716fcd940 python3Packages.minio: fix cred tests 2020-09-08 14:24:43 -07:00
Sascha Grunert
cda6995f5e
golangci-lint: 1.30.0 -> 1.31.0
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-09-08 22:39:39 +02:00
Maximilian Bosch
c73ef96b7e
linuxPackages.wireguard: 1.0.20200729 -> 1.0.20200908
https://lists.zx2c4.com/pipermail/wireguard/2020-September/005817.html
2020-09-08 22:33:06 +02:00
Marek Fajkus
f1e071e048 bs-platform: 7.3.2 -> 8.2.0 2020-09-08 13:28:55 -07:00
endorphin
df76747972 vimPlugins.Coqtail: init at 2020-09-08 2020-09-08 13:20:24 -07:00
endorphin
91523d2d8d vimPlugins: update 2020-09-08 13:20:24 -07:00
Lassulus
8afc303a67
Merge pull request #94102 from q3k/q3k/xbattbar
xbattbar: init at 1.4.9
2020-09-08 22:07:59 +02:00
markuskowa
c26026f1ad
Merge pull request #97397 from ck3d/vdr-2.4.4
vdr: 2.4.1 -> 2.4.4
2020-09-08 22:06:37 +02:00
Lassulus
698e506cd6
Merge pull request #94083 from walseb/patch-3
next: Added more gstreamer plugins
2020-09-08 21:31:18 +02:00
Lassulus
326ab94258
Merge pull request #94089 from cixel/patch-1
tmuxPlugins.cpu: unstable-2020-04-05 -> unstable-2020-07-25
2020-09-08 21:13:09 +02:00
Marek Mahut
1cfc9df481
Merge pull request #96459 from sorki/novena_uboot_products
ubootNovena: install u-boot-dtb.img instead of u-boot.bin
2020-09-08 21:12:35 +02:00
Lassulus
dd966067ae
Merge pull request #97381 from xaverdh/xmonad-configurable
nixos/xmonad: give users some build and runtime control
2020-09-08 20:57:17 +02:00
Ryan Mulligan
bde99da804
Merge pull request #97118 from r-ryantm/auto-update/exoscale-cli
exoscale-cli: 1.16.1 -> 1.17.0
2020-09-08 11:56:35 -07:00
Maximilian Bosch
b8525863b8
Merge pull request #97393 from Ma27/bump-iwd
iwd: 1.8 -> 1.9
2020-09-08 20:38:49 +02:00
Maximilian Bosch
40f7a4ecec
Merge pull request #97371 from WilliButz/bitwarden_rs/environment-file
nixos/bitwarden_rs: add environmentFile option
2020-09-08 20:25:28 +02:00
WilliButz
46e3949819
codimd: build with nodejs-12_x instead of nodejs-10_x
The codimd test is now exposed via passthru.tests
2020-09-08 20:17:29 +02:00
Christian Kampka
2c6753f9d0
Revert "nixos/raspberrypi-builder: fix cross using buildPackages"
The commit enforces buildPackages in the builder but neglects
the fact that the builder is intended to run on the target system.
Because of that, the builder will fail when remotely building a
configuration eg. with nixops or nix-copy-closure.

This reverts commit a6ac6d00f9.
2020-09-08 20:14:13 +02:00