Commit graph

146700 commits

Author SHA1 Message Date
Tim Steinbach d55b3c9bf0
linux: 4.14.91 -> 4.14.92 2019-01-09 11:24:45 -05:00
Tim Steinbach ec3e81beaf
linux: 4.9.148 -> 4.9.149 2019-01-09 11:03:10 -05:00
makefu 3034023976
exfat-nofuse: fix build for 4.18
additionally we use the PR 137 instead of the patch files from AUR.
This avoids changes in source files and pins the patch to exactly what we want
It also removes one fetchpatch call
2019-01-09 15:13:54 +01:00
Robert Schütz 43d4f07bf1 esptool: 2.5.1 -> 2.6 2019-01-09 15:00:14 +01:00
Alberto Berti 80cac27461 anydesk: 2.9.4 -> 4.0.1 2019-01-09 14:45:29 +01:00
Robert Schütz 9f3d9915d7
Merge pull request #52523 from dotlambda/graphviz-hardcode
python.pkgs.graphviz: hardcode path to graphviz's bin/
2019-01-09 13:39:01 +01:00
Jörg Thalheim f0f7531d78
Merge pull request #51412 from Synthetica9/konsole-keyboard-fix
konsole: fix arrow keys
2019-01-09 12:11:32 +00:00
Jörg Thalheim e6ca0fb71b
Merge pull request #53696 from makefu/pkgs/exfat-nofuse/update
exfat-nofuse: unbreak for 4.18 and 4.20
2019-01-09 12:01:24 +00:00
Florian Klink 05231c4bbf
Merge pull request #53640 from flokli/minio-2018-12-27T18-33-08Z
minio: 2018-12-06T01-27-43Z -> 2018-12-27T18-33-08Z
2019-01-09 12:34:24 +01:00
Jörg Thalheim 9e4fe77abc
Merge pull request #53694 from bkchr/raspberry_wifi_fix
linux: Adds patch for fixing wifi on raspberry pi
2019-01-09 10:54:34 +00:00
Michael Raskin 9d3c5a21d7
Merge pull request #53578 from pbogdan/rxvt-build
rxvt_unicode: fix build
2019-01-09 10:44:48 +00:00
makefu eac6725843
exfat-nofuse: unbreak for 4.18 and 4.20 2019-01-09 11:37:20 +01:00
Tor Hedin Brønner 5cbb010faf
Merge pull request #53693 from hedning/fix-qgpgme
libsForQt5.qgpgme: fix tests after 2019-01-06
2019-01-09 11:33:25 +01:00
Bastian Köcher a90fc6d3ef linux: Adds patch for fixing wifi on raspberry pi 2019-01-09 11:18:09 +01:00
Jörg Thalheim 60703db86c
electron_3: also update arm hashes 2019-01-09 09:33:53 +00:00
Gabriel Ebner 03a2dfc63b
Merge pull request #53663 from ivan/mozc-2.23.2815.102
ibus-engines.mozc: 2.20.2673.102 -> 2.23.2815.102
2019-01-09 09:54:40 +01:00
Tor Hedin Brønner 96bfa25500 libsForQt5.qgpgme: fix tests after 2019-01-06
The keys used in one of the qt tests expired on 2019-01-06 breaking the build.

closes https://github.com/NixOS/nixpkgs/issues/53632
2019-01-09 09:19:30 +01:00
Jörg Thalheim fdb87a0fee
rambox: downgrade electron to 3.x 2019-01-09 07:24:18 +00:00
Jörg Thalheim 66c1f82631
electron_3: init at 3.1.0
electron 4 had many breaking changes in their API,
breaking rambox. Since the 3.x version is still maintained,
we can add an older variant.
2019-01-09 07:24:17 +00:00
Will Dietz e69d494033 scons: 3.0.2 -> 3.0.3
https://scons.org/scons-303-is-available.html

cc e1d9854816
2019-01-08 21:34:55 -06:00
Dmitry Kalinkin 2a68c2c413 poppler: fix build on darwin 2019-01-08 22:17:47 -05:00
Austin Seipp beaf69cee2 nextpnr: enable ECP5 P&R with Project Trellis
This requires an absurd, disgustingly gross hack in order to share the
build artifacts necessary for nextpnr to use trellis.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-08 19:15:24 -06:00
Austin Seipp d67cbe9e53 trellis: 2018.08.01 -> 2018.12.20, update, cleanup
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-08 19:15:24 -06:00
Austin Seipp 651679c257 nextpnr: fix version string output
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-08 19:15:24 -06:00
Austin Seipp 412e02c784 nextpnr: disable broken GUI build for now
This didn't work remotely (on a server with Nvidia drivers) _or_ on a
local Intel machine with integrated graphics. I presumably messed
something up (a missing dependency), but I'm not sure where. We can fix
it later.

In the mean time, just disable this by hiding it behind a minimal flag.
As a bonus this reduces the closure size by about half, although it's
still surprisingly large (~300MB or so). Part of that is probably
Python, though.

When the GUI is reintroduced in a working manner, we can expose two
nextpnr attributes for the minimal non-GUI build, and the GUI build.
(Note that I have no plans of making Python optional, since it's
extremely valuable in general and much more lightweight than qtbase.)

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-08 19:15:24 -06:00
Austin Seipp c10650760d yices: s/fetchurl/fetchFromGitHub/
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-08 19:15:24 -06:00
Austin Seipp 38aa0a3df4 z3: 4.8.3 -> 4.8.4
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-08 19:15:24 -06:00
Austin Seipp 1d36130ac1 nextnpr: 2018.12.29 -> 2019.01.08
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-08 19:15:24 -06:00
Austin Seipp db136382f8 icestorm: 2018.09.04 -> 2018.12.31
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-08 19:15:24 -06:00
Austin Seipp d77f381055 symbiyosys: 2018.09.12 -> 2018.12.09
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-08 19:15:24 -06:00
Austin Seipp c60adabfbc yosys: 2018.10.17 -> 2019.01.08
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-08 19:15:24 -06:00
Ryan Mulligan 41279233ea
Merge pull request #53526 from r-ryantm/auto-update/simpleitk
simpleitk: 1.1.0 -> 1.2.0
2019-01-08 14:47:52 -08:00
Matthew Bauer cd8c1a4053
Merge pull request #52643 from jabranham/ledger-info
ledger: Include info files
2019-01-08 16:03:56 -06:00
Jorge Acereda 7dafdc1400 darwin: basic_cmds was installing binaries in the wrong path 2019-01-08 22:43:45 +01:00
Timo Kaufmann e012ec5b14
Merge pull request #53670 from timokau/vim-plugins-update
vimPlugins: update, init neoterm and vim-slime
2019-01-08 22:27:42 +01:00
Timo Kaufmann 67cf32751c vimPlugins.vim-slime: init at 2019-01-03 2019-01-08 22:04:27 +01:00
Timo Kaufmann f7113786af vimPlugins.neoterm: init at 2018-12-21 2019-01-08 21:59:31 +01:00
Timo Kaufmann 8c81099cda
radare2: add propagated build inputs (#53667)
Fixes the cutter build which was broken when radare2 was moved away from
vendored dependencies in #51837.
2019-01-08 21:55:44 +01:00
Dmitry Kalinkin fc09fcb33b
Merge pull request #53664 from iblech/patch-6
tikzit: 2.0 -> 2.1
2019-01-08 15:35:04 -05:00
R. RyanTM 0eed2c7013 gnome-menus: 3.10.1 -> 3.31.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gnome-menus/versions
2019-01-08 14:50:59 -05:00
James Kay 7cd403e331 pythonPackages.glom: init at 18.4.0 2019-01-08 14:43:28 -05:00
James Kay a5a6b8eaa2 pythonPackages.face: init at 0.1.0 2019-01-08 14:43:28 -05:00
James Kay ca4104cc07 pythonPackages.boltons: init at 2019-01-07 2019-01-08 14:43:28 -05:00
Roman Volosatovs 3bc3772677 keybase-gui: 2.11.0 -> 2.13.0 2019-01-08 14:21:57 -05:00
Roman Volosatovs 563d4e2a77 keybase: 2.10.1 -> 2.11.0 2019-01-08 14:21:57 -05:00
Roman Volosatovs a3a0742919 kbfs: 2.10.1 -> 2.11.0 2019-01-08 14:21:57 -05:00
Ingo Blechschmidt 485f5443df
tikzit: 2.0 -> 2.1 2019-01-08 19:49:56 +01:00
Matthew Bauer b94446c496
Merge pull request #53615 from matthewbauer/fix-53609
cups: use v2.2.6 on darwin
2019-01-08 12:26:40 -06:00
Joachim Fasting 5a42b5d076
pacman: set localstatedir to standard FHS path
Fixes https://github.com/NixOS/nixpkgs/issues/52981
2019-01-08 19:25:04 +01:00
klntsky c869fc2ac1 pax-rs: init at 0.4.0 (#53660) 2019-01-08 13:16:59 -05:00
Orivej Desh e6133502a2 bento4: 1.5.1-624 -> 1.5.1-627 2019-01-08 17:57:30 +00:00
Robin Gloster c75571d66c
Merge pull request #53598 from mayflower/atlassian-updates
atlassian updates
2019-01-08 17:56:13 +00:00
Ivan Kozik c86e00ecc4 ibus-engines.mozc: 2.20.2673.102 -> 2.23.2815.102 2019-01-08 17:52:57 +00:00
Simon Lackerbauer f7367cbf1c abella: 2.0.5 -> 2.0.6 2019-01-08 17:05:30 +00:00
Timo Kaufmann 114a9e6bd4 vimPlugins: update 2019-01-08 17:55:56 +01:00
Dmitry Kalinkin 6004e5dda3
Merge pull request #53574 from kamilchm/qtile
qtile: 0.12.0 -> 0.13.0
2019-01-08 11:51:08 -05:00
Will Dietz 3ace9a7616 pubs: 0.7.0 -> 0.8.2 (#53658) 2019-01-08 17:08:12 +01:00
Robert Schütz 354b0d48d8 python.pkgs.pydot: 1.4.0 -> 1.4.1 2019-01-08 16:45:30 +01:00
Robert Schütz d034fb8478 python.pkgs.pydot: hardcode path to graphviz's bin/ 2019-01-08 16:45:30 +01:00
Robert Schütz 2357d57e94 python.pkgs.objgraph: hardcode path to graphviz's bin/ 2019-01-08 16:45:30 +01:00
Robert Schütz 4d29e16bf2 python.pkgs.graphviz: hardcode path to graphviz's bin/ 2019-01-08 16:45:23 +01:00
Will Dietz c38ff237f2 xterm: 341 -> 342 2019-01-08 09:30:47 -06:00
Corbin 2c9de98dba pythonPackages.zfec: patch out argparse dependency
Since `argparse` stopped doing anything a while ago, we'll just patch it
out of setup.py and nobody will notice.
2019-01-08 16:12:53 +01:00
Silvan Mosberger 6a942aec5b
Merge pull request #52765 from Izorkin/datadog-agent
datadog-agent: 6.4.2 -> 6.8.3
2019-01-08 16:01:26 +01:00
Renaud c514728543
Merge pull request #53536 from r-ryantm/auto-update/qtbitcointrader
qtbitcointrader: 1.40.30 -> 1.40.40
2019-01-08 14:37:13 +01:00
Jethro Kuan 5da2848c1d emacsPackages.pdf-tools: 0.80 -> 0.90 2019-01-08 21:25:50 +08:00
Peter Hoeg 15c8362c14
Merge pull request #53447 from timokau/neovim-qt-wrapper
neovim-qt: wrap in separate derivation
2019-01-08 20:24:03 +08:00
Pascal Wittmann a8a2e84110
Merge pull request #53636 from r-ryantm/auto-update/calibre
calibre: 3.36.0 -> 3.37.0
2019-01-08 13:22:24 +01:00
Pascal Wittmann 890579c6b4
Merge pull request #53589 from r-ryantm/auto-update/pdf2djvu
pdf2djvu: 0.9.11 -> 0.9.12
2019-01-08 13:20:49 +01:00
Maximilian Bosch 6e3eee833d
Merge pull request #53608 from dywedir/alacritty
alacritty: 0.2.4 -> 0.2.5
2019-01-08 12:22:40 +01:00
Maximilian Bosch 06b02b027d
Merge pull request #53630 from r-ryantm/auto-update/cutelyst
cutelyst: 2.5.1 -> 2.6.0
2019-01-08 12:00:45 +01:00
Maximilian Bosch f2ba764e4d
Merge pull request #53476 from marsam/init-clair
clair: init at 2.0.7
2019-01-08 11:35:47 +01:00
Florian Klink fd90297960 minio-client: 2018-12-05T22-59-07Z -> 2018-12-27T00-37-49Z 2019-01-08 11:26:50 +01:00
Florian Klink 6c6a899f32 minio: 2018-12-06T01-27-43Z -> 2018-12-27T18-33-08Z 2019-01-08 11:26:49 +01:00
markuskowa 0e1f651795
Merge pull request #53457 from markuskowa/upd-uhd
uhd: 3.12.0.0 -> 3.13.0.1
2019-01-08 11:22:38 +01:00
Sean Haugh 68982ea938 zsh: move --enable-zprofile into configureFlags (#52718) 2019-01-08 11:11:37 +01:00
R. RyanTM bc1b9dd1fe calibre: 3.36.0 -> 3.37.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/calibre/versions
2019-01-08 01:24:10 -08:00
Peter Simons 3a16c617e4
Merge pull request #53627 from endgame/jailbreak-hpc-coveralls
hpc-coveralls: jailbreak for GHC 8.6
2019-01-08 09:46:31 +01:00
Alex Branham 48541ab6b9 R: update CRAN and BIOC package sets
Closes https://github.com/NixOS/nixpkgs/pull/53414.
2019-01-08 09:34:37 +01:00
Izorkin 47a8b13efa datadog-agent: 6.4.2 -> 6.8.3 2019-01-08 11:16:44 +03:00
markuskowa b39eafb36f
Merge pull request #53521 from rvolosatovs/update/neovim
neovim: 0.3.2 -> 0.3.3
2019-01-08 09:07:15 +01:00
markuskowa bfd9dd77ef
Merge pull request #53588 from spacekookie/void
void: init at 1.1.5
2019-01-08 09:06:10 +01:00
R. RyanTM 07a7a35878 zafiro-icons: 0.8 -> 0.8.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/zafiro-icons/versions
2019-01-08 02:10:43 -05:00
R. RyanTM 8b12798dbd elementary-icon-theme: 5.0.1 -> 5.0.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/elementary-icon-theme/versions
2019-01-08 02:07:34 -05:00
R. RyanTM 51230853c8 cutelyst: 2.5.1 -> 2.6.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cutelyst/versions
2019-01-07 23:02:32 -08:00
R. RyanTM 4bfdc717c7 python37Packages.xarray: 0.11.0 -> 0.11.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-xarray/versions
2019-01-08 00:45:41 -05:00
Jack Kelly b10f43c1f1 hpc-coveralls: jailbreak for GHC 8.6 2019-01-08 16:30:17 +11:00
Peter Hoeg b7053e7500
Merge pull request #53617 from r-ryantm/auto-update/kwalletcli
kwalletcli: 3.01 -> 3.02
2019-01-08 13:21:54 +08:00
R. RyanTM f312f66b4d kwalletcli: 3.01 -> 3.02
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/kwalletcli/versions
2019-01-07 19:12:54 -08:00
Kevin Rauscher e39ff06b16 mopidy-iris: 3.31.7 -> 3.31.8 2019-01-07 22:11:45 -05:00
Dylan Simon 04beae0979 stdenv: allow custom stdenv to take crossOverlays 2019-01-07 20:53:10 -06:00
Jan Tojnar 76d8df7b32
hashcat: clean up with placeholder 2019-01-08 03:51:22 +01:00
Jan Tojnar 153c0bdb6a
Merge pull request #52075 from kisonecat/master
hashcash: init at 1.22
2019-01-08 03:45:24 +01:00
Jim Fowler 6b8c09bffc more idiomatic nix 2019-01-07 21:06:09 -05:00
Matthew Bauer bb874163fd cups: use v2.2.6 on darwin
This is the last version known to build.

Fixes #53609.
2019-01-07 19:41:12 -06:00
R. RyanTM 381e1ff252 moe: 1.9 -> 1.10
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/moe/versions
2019-01-07 19:29:01 -05:00
Vladyslav Mykhailichenko 75e12828b6
alacritty: 0.2.4 -> 0.2.5 2019-01-08 01:13:27 +02:00
worldofpeace f0fbc76d3e pythonPackages.xdis: enable tests 2019-01-07 17:59:25 -05:00
R. RyanTM 0ca68bddcf python37Packages.xdis: 3.8.8 -> 3.8.9
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-xdis/versions
2019-01-07 17:59:25 -05:00
R. RyanTM 59667421a1 pgcli: 2.0.1 -> 2.0.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pgcli/versions
2019-01-07 17:21:12 -05:00