Commit Graph
139450 Commits
Author SHA1 Message Date
Jörg ThalheimandGitHub 4e02aabf33 Merge pull request #40035 from dywedir/iwd
iwd: 0.1 -> 0.2
2018-05-07 10:03:36 +01:00
Michael RaskinandGitHub 903ae1ea14 Merge pull request #40041 from timokau/liblapack-3.8.0
liblapack: 3.4.1 -> 3.8.0
2018-05-07 06:27:54 +00:00
Matthew Bauer e973188bcc souffle: fix on darwin
Fixes #39854
2018-05-07 00:17:49 -05:00
Vincent LaporteandVincent Laporte abea0c6eeb jbuilder: 1.0+beta17 -> 1.0+beta20 2018-05-07 07:13:03 +02:00
Vincent LaporteandVincent Laporte a600e0c8a5 ocaml: default to 4.06 on aarch64 (since 4.05 is broken there) 2018-05-07 07:11:11 +02:00
Matthew Justin BauerandGitHub e4997af72b Merge pull request #39999 from demyanrogozhin/particl
particl-core: init at 0.16.0.4
2018-05-07 04:30:39 +00:00
Matthew Justin BauerandGitHub 96ef188aa3 Merge pull request #39998 from mogorman/platformio
platformio: add git to chroot so it is usable by platformio command
2018-05-07 04:30:25 +00:00
Matthew Justin BauerandGitHub 52dac0889d Merge pull request #39989 from plumelo/feature/virtualbox-kernel-4.17-patch
virtualbox: fix pci_get_bus_and_slot removed in kernel 4.17
2018-05-07 04:29:25 +00:00
Matthew Justin BauerandGitHub e71c44160b Merge pull request #39968 from jD91mZM2/xidlehook
xidlehook: init at 0.4.6
2018-05-07 04:27:23 +00:00
Matthew Justin BauerandGitHub 1daec9d27c Merge pull request #39696 from concatime/master
Updating dependencies of neovim
2018-05-07 04:26:36 +00:00
Matthew Justin BauerandGitHub 11df600bf8 Merge pull request #39680 from bgamari/fix-acme-post-stop
nixos/acme: Fix broken post-stop script
2018-05-07 04:19:49 +00:00
Franz Pletz 2b499afa63 wget: 1.19.4 -> 1.19.5 for CVE-2018-0494 2018-05-07 03:00:22 +02:00
Jan Tojnar d79609ac93 firefox-bin: use native notifications 2018-05-07 01:24:17 +02:00
Silvan MosbergerandProfpatsch facd51575e lib/types: remove unnecessary coerceFunc assertion 2018-05-06 23:58:36 +02:00
Silvan MosbergerandProfpatsch cd5736116c lib/types: clear up coercedTo description 2018-05-06 23:58:36 +02:00
Silvan MosbergerandProfpatsch b16a69289a lib/types: Add coercedTo unsound tests 2018-05-06 23:58:36 +02:00
Silvan MosbergerandProfpatsch ef8996f15e lib/types: Fix coercedTo check
Without this change

  (coercedTo str toInt int).check "foo"

would evaluate to true, even though

  (coercedTo str toInt int).merge {} [{ value = "foo"; }]

will throw an error because "foo" can't be coerced to an int.
2018-05-06 23:58:36 +02:00
Alexandre EstevesandMatthew Justin Bauer 85b5fc7c98 xcodeenv: fix typo 2018-05-06 21:34:05 +00:00
Matthew Justin BauerandGitHub 938fd3042e Merge pull request #40031 from knedlsepp/reduce-qt5.qtwebkit-logsize
qt5.qtwebkit: Reduce log size to fix hydra build
2018-05-06 20:46:55 +00:00
Joachim FandGitHub 9d3c5ce32e Merge pull request #40044 from jfrankenau/lynx-ipv6
lynx: enable IPv6 and update
2018-05-06 20:43:10 +00:00
Jan Tojnar 300af66777 gnome3.gdm: fix session chooser
We are patching GDM to respect GDM_SESSIONS_DIR environment
variable, which we are setting in the GDM module. Previously, we
only took care of a single code path, the one that handled session
start-up; missing the one obtaining the list of sessions.

This commit patches the second code path, and also whitelists the
GDM_SESSIONS_DIR so that it can be passed to the greeter.

Fixes #34101
2018-05-06 22:20:56 +02:00
Johannes Frankenau b131db5f9b lynx: 2.8.9dev.16 -> 2.8.9dev.17 2018-05-06 22:04:09 +02:00
Johannes Frankenau c642fce382 lynx: enable IPv6 support 2018-05-06 22:03:53 +02:00
Timo Kaufmann ca9ea31ae1 liblapack: 3.4.1 -> 3.8.0 2018-05-06 21:12:01 +02:00
Vladyslav Mykhailichenko bd7c16e9c3 iwd: 0.1 -> 0.2 2018-05-06 21:10:24 +03:00
Peter Simons 127de7480e haskell-attoparsec-varword: fix infinite recursion in test dependencies 2018-05-06 19:31:04 +02:00
Michael Alan DormanandPeter Simons 4764a6e2e9 haskell-gi, gi-gdkx11: fix builds
The `haskell-gi` build fails its doctests because of a missing
library; I'm not 100% convinced that setting it to `dontCheck` is the
right thing to do, but I don't have a better idea at the moment.

The `gi-gdkx11` build fails because, surprise, Gdk-X11 isn't found; by
looking around in my store, I found that that that library seems to
live in gtk3 these days; this override is just a stop-gap, though,
I've also submitted the change to cabal2nix that I believe will fix
the automatic generation of the package in the future.
2018-05-06 19:31:04 +02:00
Peter Simons fe95c5c64f hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.9.2-9-g07ca643 from Hackage revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/d2c0010babe227d411d0f5c207ae391c5b56b5e6.
2018-05-06 19:31:04 +02:00
Peter Simons 11096b2cfe hackage2nix: disable failing Hydra builds
@gebner: hledger-diff no longer compiles
2018-05-06 19:31:03 +02:00
Joachim FandGitHub e97d8fc0cb Merge pull request #39455 from Ekleog/matterbridge-configfile
matterbridge module: add configPath option as a workaround, waiting for nix encryption
2018-05-06 17:29:43 +00:00
Josef Kemetmüller 472f21951a qt5.qtwebkit: Reduce log size to fix hydra build
This should fix the darwin build of qtwebkit.
2018-05-06 18:44:31 +02:00
zimbatm 716d877d0f gitea: 1.4.0 -> 1.4.1 2018-05-06 17:11:41 +01:00
Jörg Thalheim 71a8d0ca59 particl-core: replace utillinux with unixtools.hexdump
to make it platform agnostic
2018-05-06 15:15:04 +01:00
Jörg Thalheim 17950abc78 wllvm: 1.1.5 -> 1.2.0 2018-05-06 15:05:41 +01:00
Jan TojnarandGitHub d8e3ce750f Merge pull request #40009 from jD91mZM2/termplay
termplay: init at 2.0.4
2018-05-06 15:34:36 +02:00
jD91mZM2 cf09900bbc xidlehook: init at 0.4.6 2018-05-06 15:27:25 +02:00
Daiderd JordanandGitHub e6d555817d Merge pull request #40014 from periklis/darwin-skhd
skhd: 0.0.12 -> 0.0.14
2018-05-06 15:02:30 +02:00
jD91mZM2 2d08df417f termplay: init at 2.0.4 2018-05-06 14:49:18 +02:00
Sander van der BurgandGitHub 67ef59fd26 Merge pull request #39405 from timokau/node-three-mathjax
[WIP] Node: Init mathjax, threejs
2018-05-06 13:18:39 +02:00
Jörg ThalheimandGitHub 6013c9598c Merge pull request #40021 from marsam/feature/enable-scrapy-darwin
pythonPackages.scrapy: enable darwin build
2018-05-06 11:27:56 +01:00
Maximilian BoschandJörg Thalheim f57986597f mkcast: drop and replace with xscast (#40026)
The package has been declared as unmaintained, `xscast` is the way to
go: https://github.com/KeyboardFire/mkcast#obsolete

Replacement for `mkcast` (https://github.com/KeyboardFire/mkcast#obsolete)
2018-05-06 11:27:31 +01:00
Tristan HelmichandJoachim F 560e91f1a7 nixos/matrix-synapse service: url_preview_url_blacklist fix (#40027)
Moved list of ip ranges to url_preview_ip_range_blacklist defaults.
Fixes #40017
2018-05-06 09:49:04 +00:00
Joachim FandGitHub 7a39cb90a1 Merge pull request #39685 from ikervagyok/wine37
wine-{Unstable,Staging}: 3.5 -> 3.7
2018-05-06 09:47:46 +00:00
Joachim FandGitHub b0c9aa5d9f Merge pull request #40024 from dywedir/emby
emby: 3.3.1.0 -> 3.4.0.0
2018-05-06 09:25:25 +00:00
Joachim FandGitHub e43946d287 Merge pull request #40022 from jD91mZM2/powerline-rs
powerline-rs: 0.1.6 -> 0.1.7
2018-05-06 09:25:11 +00:00
Joachim FandGitHub 1ff22c7e7b Merge pull request #39944 from erikarvstedt/refind
refind: fix runtime errors
2018-05-06 09:24:47 +00:00
Joachim FandGitHub cf437beab3 Merge pull request #39996 from jraygauthier/jrg/vscode_cpptools_update_r1
vscode-extension-ms-vscode-cpptools: 0.12.3 -> 0.16.1
2018-05-06 09:20:56 +00:00
Vincent LaporteandGitHub d79e9d3e16 Merge pull request #39656 from vbgl/ocsigen_server-2.9
ocsigen: 2.8 → 2.9; eliom: 6.2.0 → 6.3.0
2018-05-06 11:16:40 +02:00
Joachim FandGitHub 7da1dcaf5a Merge pull request #40018 from danbst/zoom-us-update
zoom-us: update 2.0.106600.0904 -> 2.0.123200.0405, cleanup
2018-05-06 09:10:17 +00:00
Vladyslav Mykhailichenko f76301c6cb emby: 3.3.1.0 -> 3.4.0.0 2018-05-06 09:43:01 +03:00