Commit graph

173149 commits

Author SHA1 Message Date
Tim Steinbach 08414dd72e
linux: 4.14.106 -> 4.14.107 2019-03-19 08:55:35 -04:00
Tim Steinbach 9e2adb4e36
linux: 4.9.163 -> 4.9.164 2019-03-19 08:51:04 -04:00
Jörg Thalheim 03050e9749
dino: 2019-02-06 -> 2019-03-07 2019-03-19 10:57:35 +00:00
Jörg Thalheim 5e888d1854
Merge pull request #57896 from dotlambda/asyncio-remove
python.pkgs.asyncio: remove
2019-03-19 10:55:37 +00:00
Pascal Wittmann ed5bee9415
Merge pull request #57772 from dywedir/wmfocus
wmfocus: 1.0.2 -> 1.1.2
2019-03-19 11:36:41 +01:00
Robert Hensing 2f410841b8
Merge pull request #57536 from roberth/ngrok-update
Ngrok update + update script
2019-03-19 11:07:33 +01:00
Robert Schütz 180c68d88a
python.pkgs.cairocffi: make withXcffib work again (#57855) 2019-03-19 10:20:05 +01:00
Will Dietz b517554ea6 nnn: 2.3 -> 2.4 (#57890)
https://github.com/jarun/nnn/releases/tag/v2.4
2019-03-19 10:17:25 +01:00
Robert Schütz 271835909e python.pkgs.aioeventlet: 0.5.1 -> 0.5.2 2019-03-19 10:17:16 +01:00
Robert Schütz a4a61777e8 python.pkgs.asyncio: remove
> This version is only relevant for Python 3.3,
> which does not include asyncio in its stdlib.
We don't ship 3.3 anymore.
2019-03-19 10:11:23 +01:00
Robert Schütz 3172140c19
Merge pull request #57724 from dotlambda/pyalgotrade-fix
python.pkgs.pyalgotrade: fix build
2019-03-19 09:57:03 +01:00
Robert Schütz 4cf0a12d34 python.pkgs.pyalgotrade: fix build 2019-03-19 09:39:38 +01:00
Robert Schütz ae5b83683a python.pkgs.ws4py: enable for all Python versions 2019-03-19 09:39:37 +01:00
Cedric Cellier 913e33897c ocaml-syslog: init at 1.5 2019-03-19 09:31:12 +01:00
Aleksey Kladov c5c886f091 jumpapp: init at 1.0 (#57893) 2019-03-19 10:20:21 +02:00
worldofpeace e6ccb67e23
Merge pull request #57886 from NixOS/ryantm-copying
COPYING: include 2019
2019-03-18 23:37:35 -04:00
worldofpeace d04c4ff1c2 pantheon.contractor: add wrapGAppsHook
Probably got tossed out somehow.
2019-03-18 23:32:08 -04:00
worldofpeace 201de89641 pantheon.wingpanel: 2.2.2 -> 2.2.3 2019-03-18 23:31:12 -04:00
worldofpeace 735b047ead pantheon.switchboard-plug-security-privacy: 2.2.0 -> 2.2.1
https://github.com/elementary/switchboard-plug-security-privacy/releases/tag/2.2.1
2019-03-18 23:31:12 -04:00
worldofpeace 5b2d2abd3c pantheon.elementary-code: 3.1.0 -> 3.1.1
https://github.com/elementary/code/releases/tag/3.1.1
2019-03-18 23:31:12 -04:00
worldofpeace 6e72318904 lollypop: 0.9.923 -> 1.0
Large release, regressions expected.

Changes: https://gitlab.gnome.org/World/lollypop/compare/0.9.923...1.0

Release Notes:
* https://gitlab.gnome.org/World/lollypop/tags/0.9.924
* https://gitlab.gnome.org/World/lollypop/tags/0.9.925
* https://gitlab.gnome.org/World/lollypop/tags/1.0
2019-03-18 23:31:12 -04:00
Ryan Mulligan a46b89df91
COPYING: include 2019 2019-03-18 19:55:33 -07:00
Ryan Mulligan e4c9a026c1
Merge pull request #57844 from vbgl/dune-1.8.2
dune: 1.6.2 -> 1.8.2
2019-03-18 19:20:37 -07:00
Dmitry Kalinkin 631ec69639
Merge pull request #57048 from 0x4A6F/master-tayga
tayga: init at 0.9.2
2019-03-18 21:28:43 -04:00
aszlig 7c3311d152
lastwatch: Remove no longer maintained package
I no longer use nor do I maintain this package upstream and with the
current version of pylast moving to Python 3, this package is hereby
obsolete as I'm not willing to port this to Python 3.

Signed-off-by: aszlig <aszlig@nix.build>
2019-03-19 02:14:11 +01:00
aszlig 12efcc2dee
Merge overlayfs fix, LTS kernel bump and test
In Linux 4.19 there has been a major rework of the overlayfs
implementation and it now opens files in lowerdir with O_NOATIME, which
in turn caused issues in our VM tests because the process owner of QEMU
doesn't match the file owner of the lowerdir.

The crux here is that 9p propagates the O_NOATIME flag to the host and
the guest kernel has no way of verifying whether that flag will lead to
any problems beforehand.

There is ongoing work to possibly fix this in the kernel, but it will
take a while until there is a working patch and consensus.

So in order to bring our default kernel back to 4.19 and of course make
it possible to run newer kernels in VM tests, I'm merging a small QEMU
patch as an interim solution, which we can drop once we have a working
fix in the next round of stable kernels.

Now we already had Linux 4.19 set as the default kernel, but that was
subsequently reverted in 048c36ccaa
because the patch we have used was the revert of the commit I bisected a
while ago.

This patch broke overlayfs in other ways, so I'm also merging in a VM
test by @bachp, which only tests whether overlayfs is working, just to
be on the safe side that something like this won't happen in the future.

Even though this change could be considered a moderate mass-rebuild at
least for GNU/Linux, I'm merging this to master, mainly to give us some
time to get it into the current 19.03 release branch (and subsequent
testing window) once we got no new breaking builds from Hydra.

Cc: @samueldr, @lheckemann

Fixes: https://github.com/NixOS/nixpkgs/issues/54509
Fixes: https://github.com/NixOS/nixpkgs/issues/48828
Merges: https://github.com/NixOS/nixpkgs/pull/57641
Merges: https://github.com/NixOS/nixpkgs/pull/54508
2019-03-19 00:15:51 +01:00
Daiderd Jordan 8fce8a930c
Merge pull request #55856 from jsamsa/xhyve-update
update xhyve to tip of master
2019-03-19 00:14:27 +01:00
Jason Samsa a7147c868f update xhyve to tip of master 2019-03-18 17:39:18 -05:00
Bas van Dijk 0b2ae584c9
Merge pull request #57880 from basvandijk/megacli-8.07.14
megacli: 8.07.07 -> 8.07.14
2019-03-18 23:31:54 +01:00
Bas van Dijk ef006122f0 megacli: 8.07.07 -> 8.07.14 2019-03-18 22:13:34 +01:00
Yurii Izorkin f56d507e06 nixos/datadog-agent: change start command (#57871) 2019-03-18 13:31:04 -07:00
Michael Weiss 101901649b
tdesktop: 1.5.15 -> 1.6.0
tdesktopPackages.preview: 1.5.18 -> 1.6.0
2019-03-18 20:46:42 +01:00
Michael Raskin 92a950cc8d
Merge pull request #57776 from lilyball/ffsend
ffsend: init at 0.2.36
2019-03-18 19:44:03 +00:00
Michael Raskin 0f3146eda7
Merge pull request #56689 from andir/firefox66
firefox 65.0.2 -> 66, 60.5.2esr -> 60.6.0esr, firefox-bin: 65.0.2 -> 66.0
2019-03-18 19:12:23 +00:00
Michael Hoang 7bdbeb1f25 anki: 2.1.9 -> 2.1.11 (#57852) 2019-03-18 20:04:42 +01:00
Francesco Gazzetta 1779c61f1b drawpile: 2.1.2 -> 2.1.3 (#57858) 2019-03-18 19:57:20 +01:00
Stephen 84903aa354 commandergenius: update and move to gitlab (#57740)
update and move to gitlab (repo has moved)
update fixes build (https://hydra.nixos.org/build/90482453/nixlog/2) for #56826
2019-03-18 19:51:00 +01:00
Will Dietz 58b3b9c34b cherry: 1.2 -> 1.3 (#57841)
https://github.com/turquoise-hexagon/cherry/releases/tag/1.3
2019-03-18 19:10:56 +01:00
Léo Gaspard 4b0cc7599e Merge branch 'pr-57862'
* pr-57862:
  PuTTY: 0.70 -> 0.71
2019-03-18 19:04:16 +01:00
Andreas Rammhold f5c63cbb54
Merge pull request #57018 from andir/davix
davix: 0.6.4 -> 0.7.2
2019-03-18 18:54:03 +01:00
Tor Hedin Brønner 4a75888544 meld: fix checkPhase
Needs some more inputs after checkInputs went native.

(cherry picked from commit 99fac0a967e76ef85303f16a051208627995703b)
2019-03-18 18:52:42 +01:00
Jörg Thalheim d9fc44e721
Merge pull request #57821 from illegalprime/fix/highlight-cross
highlight: use $CXX instead of c++ to build
2019-03-18 17:49:48 +00:00
Will Dietz 7785df3b90
Merge pull request #57495 from r-ryantm/auto-update/udisks
udisks: 2.8.1 -> 2.8.2
2019-03-18 12:49:29 -05:00
Will Dietz 3ff71fcc8b
Merge pull request #57784 from dtzWill/fix/ghc-musl-strdup
ghc{822,863}Binary: fix to work w/musl again, __strdup -> strdup
2019-03-18 12:44:08 -05:00
0x4A6F 2c330e1382
tayga: init at 0.9.2 2019-03-18 17:42:41 +00:00
Daniel Frank 9d95c9d78f PuTTY: 0.70 -> 0.71 2019-03-18 18:24:45 +01:00
Andreas Rammhold 94d9400b4d
firefox-esr-60: 60.5.2esr -> 60.6.0.esr 2019-03-18 17:27:29 +01:00
Sarah Brofeldt 379ff387f4 pythonPackages.secretstorage: 3.1.0 -> 3.1.1 (#57857) 2019-03-18 17:25:07 +01:00
Andreas Rammhold a1cd934ba3
firefox-bin: 65.0.2 -> 66.0 2019-03-18 17:18:46 +01:00
Andreas Rammhold dafe9c3cb0
firefox: 65.0.2 -> 66.0 2019-03-18 17:18:44 +01:00