Commit graph

135164 commits

Author SHA1 Message Date
Jörg Thalheim b224eef108 python3.pkgs.typeguard: fix builds by applying utf-8 locales
ZHF #45960
2018-09-19 15:11:31 +01:00
José Romildo Malaquias 32cd582645 plano-theme: 3.28-2 -> 3.28-3 (#46892) 2018-09-19 16:02:33 +02:00
Jörg Thalheim c73b9cf6ab
Merge pull request #46887 from mamciek/myrepos-1.20170129
mr: 1.20170129 -> 1.20180726
2018-09-19 15:01:03 +01:00
José Romildo Malaquias af1c268b55 zuki-themes: 3.28-1 -> 3.28-3 2018-09-19 10:57:59 -03:00
Ryan Mulligan d531b8db6f
Merge pull request #46843 from jslight90/mattermost
mattermost: 5.1.0 -> 5.3.0
2018-09-19 06:40:46 -07:00
Pascal Wittmann 047c23782c
homebank: 5.1.8 -> 5.2.1 2018-09-19 15:05:17 +02:00
Maciej Mazur 5843e43d23 mr: 1.20170129 -> 1.20180726 2018-09-19 14:35:47 +02:00
aszlig 48d1c50f7a
python/hetzner: 0.8.0 -> 0.8.1
This is only a minor bugfix release and updates the fallback CA root
certificates. For NixOS this is usually not required as the probe paths
will match there, but for non-NixOS users it might be helpful.

Signed-off-by: aszlig <aszlig@nix.build>
2018-09-19 14:26:13 +02:00
Uli Baum 08b94e3c45 Revert "iasl: 20180313 -> 20180629 (#46272)"
This reverts commit 11d0ae3632.

It broke xen.
2018-09-19 12:03:44 +02:00
xeji dd57a1fd40
Merge pull request #46871 from dtzWill/fix/musl-misc-upstream
musl: apply other selected upstream fixes while rebuilding
2018-09-19 11:15:37 +02:00
adisbladis 9cc7be6639
Merge pull request #46877 from marsam/feature/fix-noti-darwin
noti: fix darwin build
2018-09-19 15:47:23 +08:00
Benjamin Staffin 71c43f8c4a ddccontrol-db: 20061014 -> 20180908 (#46865)
The project has moved to Github and has a totally different build
process since 2006
2018-09-19 09:33:07 +02:00
lewo 5697da2f3e
Merge pull request #46880 from endgame/dockerTools-pullImage-arch
dockerTools.pullImage: correct default arch
2018-09-19 09:26:48 +02:00
adisbladis 71bb7f6986
Merge pull request #46868 from benley/ddccontrol
ddccontrol: 0.4.2 -> 0.4.4
2018-09-19 15:25:49 +08:00
adisbladis efa3a9577f
Merge pull request #46878 from bhipple/add/python-binance
pythonPackages.python-binance: init at 0.7.0
2018-09-19 15:25:19 +08:00
Will Dietz 2608649de7 sudo: 1.8.25 -> 1.8.25p1 (bugfix for systems w/o ppoll)
(cherry picked from commit b4308beb164c1e7e93bbed95697c734ef66e2da5)
2018-09-19 08:48:05 +02:00
Will Dietz b026786e77 sudo: 1.8.24 -> 1.8.25 (#46057)
https://www.sudo.ws/stable.html

(may need to scroll to the 1.8.25 notes
afternewer versions are released)

(cherry picked from commit d93aa1c50f)
2018-09-19 08:47:19 +02:00
Jack Kelly af5eab6ea6 dockerTools.pullImage: correct default arch 2018-09-19 16:13:15 +10:00
Benjamin Hipple 426c2856d7 pythonPackages.python-binance: init at 0.7.0
Library for communicating with the Binance REST API.
2018-09-18 21:44:27 -04:00
Mario Rodas 4c56eb81e9 noti: fix darwin build 2018-09-18 20:13:46 -05:00
xeji 4927a248b5
Merge pull request #46870 from dtzWill/fix/musl-file-locking
musl: apply upstream fix for locking race, minor cleanup
2018-09-19 02:21:19 +02:00
John Ericson f4be0b45dd
Merge pull request #46872 from obsidiansystems/cross-haskell-ar-flag
haskell infra: Also pass `--with-ar` in cross builds
2018-09-18 19:14:13 -04:00
John Ericson 750933a17c haskell infra: Also pass --with-ar in cross builds 2018-09-18 18:49:58 -04:00
Will Dietz 697859fdc5 musl: apply other upstream fixes, selected for relevance to NixOS usage 2018-09-18 17:41:58 -05:00
Will Dietz 4305e7d5ec musl: apply upstream fix for file locking race 2018-09-18 17:13:54 -05:00
Will Dietz ea326dd4b5 musl: convert CFLAGS to array 2018-09-18 17:13:53 -05:00
Benjamin Staffin 8b778c7798 ddccontrol: 0.4.2 -> 0.4.4 2018-09-18 17:49:52 -04:00
John Ericson 35378f0141
Merge pull request #46857 from obsidiansystems/darwin-to-linux-prep
misc pkgs: various cross fixes in preparation for darwin->linux
2018-09-18 16:52:30 -04:00
John Ericson 2091133e78 gcc: Clarify Disabling libmpx in cross stage static
This isn't a MUSL thing, but just needed for cross compilation to x86.
No one had tried this when all cross compilation was to linux + glibc,
hence why no one noticed this until recently.
2018-09-18 16:27:04 -04:00
John Ericson 28a323e331 gccCrossStageStatic: Don't use MUSL, or any libc when targetting linux
Only the regular GCC is built with a libc dependency.
2018-09-18 16:27:04 -04:00
John Ericson f2bb59e710 stdenv linux, stdenv cross: Harmonize extraNativeBuildInputs
Want to make sure these are the same per host platform, without duplication.
2018-09-18 16:27:04 -04:00
John Ericson 2111e7b742 mkDerivation: Make separateDebugInfo assertion lazier to match other assertions
This is needed to access attributes of derivations on platforms where
they cannot be built.
2018-09-18 16:25:19 -04:00
Bas van Dijk 8228c787b4
Merge pull request #46837 from Taneb/JuicyPixels-docs
haskellPackages.JuicyPixels: re-enable Haddock
2018-09-18 21:46:06 +02:00
Jan Tojnar 4bc023b583
Merge pull request #46849 from worldofpeace/lollypop-portal/fix-build
lollypop-portal: add python3
2018-09-18 21:24:42 +02:00
Domen Kožar 943871a866
datadog-integrtaions-core: 2018-05-27 -> 2018-09-18 2018-09-18 20:22:14 +01:00
worldofpeace eeb9e9473f lollypop-portal: add python3 2018-09-18 14:42:25 -04:00
Jan Tojnar 747450ef49
Merge pull request #46848 from worldofpeace/aesop/fix-build
aesop: fix build with vala_42
2018-09-18 20:20:49 +02:00
worldofpeace 91fe7f5447 aesop: fix build with vala_42 2018-09-18 13:51:14 -04:00
Frederik Rietdijk 3126be4308
Merge pull request #46627 from costrouc/costrouc/dask-extensions
pythonPackages.dask-*: init
2018-09-18 19:24:49 +02:00
R. RyanTM 11d0ae3632 iasl: 20180313 -> 20180629 (#46272)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
iasl
2018-09-18 19:16:37 +02:00
Assassinkin de9fb389f4 pythonPackages.fuse: 0.2.1 -> 0.3.1 | refactor | python3 support 2018-09-18 19:05:34 +02:00
Roger Qiu 31554915a4 pythonPackages.bjoern: init at 2.2.2 2018-09-18 18:51:51 +02:00
R. RyanTM 9064d9db00 cstore_fdw: 1.6.1 -> 1.6.2 (#46291)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cstore_fdw/versions
2018-09-18 18:26:08 +02:00
R. RyanTM 9cfbcc28d0 gmock: 1.8.0 -> 1.8.1 (#46273)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
gtest
2018-09-18 18:24:08 +02:00
WilliButz b59cd2bc17 prometheus-json-exporter: add patch to support bool parsing 2018-09-18 18:21:00 +02:00
WilliButz b712736283 prometheus-json-exporter: 2016-09-13 -> 2017-10-06 2018-09-18 18:21:00 +02:00
R. RyanTM 9d288e7da3 qtox: 1.16.1 -> 1.16.3 (#46204)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
qtox
2018-09-18 18:12:37 +02:00
R. RyanTM c9a8631201 ocamlPackages.js_of_ocaml: 3.2.0 -> 3.2.1 (#46263)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
js_of_ocaml
2018-09-18 18:10:42 +02:00
R. RyanTM dcd6977b11 groonga: 8.0.5 -> 8.0.6 (#46277)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
groonga
2018-09-18 18:08:47 +02:00
R. RyanTM e070dae0a4 pcapfix: 1.1.1 -> 1.1.2 (#46223)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
pcapfix
2018-09-18 18:08:04 +02:00
R. RyanTM 4af4018710 jaaa: 0.8.4 -> 0.9.2 (#46261)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
jaaa
2018-09-18 18:07:30 +02:00
R. RyanTM 7ffa71c23e neo4j: 3.4.5 -> 3.4.6 (#46244)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
neo4j
2018-09-18 18:06:34 +02:00
R. RyanTM 6557bcde9f checkSSLCert: 1.64.0 -> 1.72.0 (#46290)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/check_ssl_cert/versions
2018-09-18 18:05:19 +02:00
R. RyanTM 11883b1afb drumgizmo: 0.9.15 -> 0.9.16 (#46296)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/drumgizmo/versions
2018-09-18 18:03:39 +02:00
R. RyanTM 10aac9d615 japa: 0.8.4 -> 0.9.2 (#46266)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
japa
2018-09-18 18:01:39 +02:00
R. RyanTM 57062f9072 riot-web: 0.16.0 -> 0.16.2 (#46190)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
riot-web
2018-09-18 17:58:57 +02:00
R. RyanTM b6a21f6288 varnish6: 6.0.0 -> 6.0.1 (#46170)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
varnish
2018-09-18 17:57:10 +02:00
Graham Christensen 301109a2dd
elf-header-real: fixup outputsToInstall 2018-09-18 10:51:47 -04:00
Graham Christensen b80c9ce4a9
stdenv: Validate meta.outputsToInstall
If meta.outputsToInstall is set to include absent outputs, various
tools break including channel updates and nix-env.

    grahamc@Morbo> nix-env -i -f . -A elf-header-real
    installing 'elf-header'
    error: this derivation has bad 'meta.outputsToInstall'

This patch verifies each value in meta.outputsToInstall is a valid
output. It validates this condition only if checkMeta is true.

    grahamc@Morbo> nix-build . -A elf-header-real
    error: Package ‘elf-header’ in /home/grahamc/projects/nixpkgs/pkgs/development/libraries/elf-header/default.nix:36 has invalid meta.outputsToInstall, refusing to evaluate.

    The package elf-header has set meta.outputsToInstall to: bin

    however elf-header only has the outputs: out

    and is missing the following ouputs:

      - bin

    (use '--show-trace' to show detailed location information)

Note, now the nix-env experience is decidedly worse for users who have
checkMeta set to true:

    grahamc@Morbo> nix-env -i -f . -A elf-header-real; echo $?
    0

though since this is already an issue for unfree, broken, unsupported,
and insecure validity problems I'm not sure we should do something
different here.
2018-09-18 10:38:44 -04:00
Nathan van Doorn d6dc56180b
haskellPackages.JuicyPixels: re-enable Haddock
This was made to avoid an issue which was fixed in `3.2.9.3`. The version currently in `nixpkgs 18.03` is `3.2.9.4`, which includes this fix.
2018-09-18 15:29:58 +01:00
Bas van Dijk 0a30853461
Merge pull request #46512 from michaelpj/imp/haskell-benchmarks
haskell lib: add --enable-benchmarks in doBenchmark
2018-09-18 14:57:03 +02:00
Jörg Thalheim ad11711387
Merge pull request #46829 from adamtulinius/patch-3
pythonPackages.gmpy: update homepage
2018-09-18 13:55:02 +01:00
Adam Finn Tulinius c7e35b256c
pythonPackages.gmpy2: update homepage 2018-09-18 14:29:48 +02:00
Jörg Thalheim 96757b7181
Merge pull request #46279 from r-ryantm/auto-update/godot
godot: 3.0.4 -> 3.0.6
2018-09-18 13:27:00 +01:00
Jörg Thalheim efeea06ca1
Merge pull request #46283 from r-ryantm/auto-update/frostwire
frostwire-bin: 6.7.1 -> 6.7.2
2018-09-18 13:25:50 +01:00
Adam Finn Tulinius 74d1f4c20b
pythonPackages.gmpy: update homepage 2018-09-18 14:25:28 +02:00
Jörg Thalheim 99d05a6a6f
Merge pull request #46287 from r-ryantm/auto-update/flow
flow: 0.79.0 -> 0.80.0
2018-09-18 13:23:51 +01:00
Jörg Thalheim 06a45d6b33
Merge pull request #46823 from dywedir/pgcli
pgcli: 1.6.0 -> 1.10.3, pythonPackages.pgspecial: 1.8.0 -> 1.11.2
2018-09-18 13:19:44 +01:00
Jörg Thalheim 4a527bc601
Merge pull request #46825 from adamtulinius/patch-2
OVMF: update homepage
2018-09-18 13:16:26 +01:00
Jörg Thalheim 57da7993e3
Merge pull request #46824 from borisbabic/update/gitAndTools.pre-commit-1.11.0
gitAndTools.pre-commit: 1.10.4 -> 1.11.0
2018-09-18 13:15:52 +01:00
José Romildo Malaquias 1944defa4c greybird: remove license cc-by-nc-sa-30 (#46802)
Greybird is dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later.
The first is free, and the second is unfree in nixpkgs. Currently both
licenses are listed in the package derivation. And nix takes that it is
unfree. If one of the licenses in the list is unfree. nix consider
that the software is unfree. Remove the unfree one.
2018-09-18 13:29:28 +02:00
Adam Finn Tulinius 8b8474b1b5
OVMF: update homepage
Tianocore was apparently moved from SourceForge to GitHub.
2018-09-18 13:18:41 +02:00
Vladyslav Mykhailichenko 56b59b250f pgcli: 1.6.0 -> 1.10.3 2018-09-18 14:08:26 +03:00
Boris Babic 9f25c99cb1 gitAndTools.pre-commit: 1.10.4 -> 1.11.0 2018-09-18 13:06:50 +02:00
Vladyslav Mykhailichenko 336a913f42 pythonPackages.pgspecial: 1.8.0 -> 1.11.2 2018-09-18 14:00:59 +03:00
Tim Cuthbertson 4200e68e04 nix-pin: 0.3.4 -> 0.4.0 2018-09-18 20:48:21 +10:00
Adam Finn Tulinius b3bb82c186
coreclr: update homepage
Repology reports the current homepage down for more than a month. Link to the GitHub repo instead.
2018-09-18 12:47:37 +02:00
Jörg Thalheim 7d39e99a1e
Merge pull request #46316 from erosennin/psycopg-2.7.5
pythonPackages.psycopg2: 2.7.1 -> 2.7.5
2018-09-18 11:33:06 +01:00
Jörg Thalheim 947ae71dce
Merge pull request #46547 from ivanbrennan/r-devtools
git2r: add SSH support
2018-09-18 10:10:29 +01:00
Jörg Thalheim baa8dc35d5
Merge pull request #46736 from clefru/mpack
mpack: Invoke /run/wrappers/bin/sendmail via execvp
2018-09-18 10:01:00 +01:00
Clemens Fruhwirth 6d97096d8b mpack: Invoke /run/wrappers/bin/sendmail via execvp
Calling /run/current-sw/bin/sendmail fails under postfix because
setgid bits are not set. Switching the hardcoded path to an invocation
via execvp should cover both cases, when the sendmail binary is
setgid-wrapped and when it is not.
2018-09-18 10:48:55 +02:00
xeji 874b045cc8
Merge pull request #46809 from romildo/upd.elementary-xfce
elementary-xfce-icon-theme: 0.12 -> 0.13
2018-09-18 10:14:38 +02:00
Sarah Brofeldt 108de377d2
Merge pull request #46781 from vdemeester/new-git-appraise
git-appraise: init unstable at 2018-02-26
2018-09-18 10:04:54 +02:00
Roger Qiu 9f3c27a104 makefile2graph: init at 2018-01-03 (#46136) 2018-09-18 08:03:14 +00:00
Sarah Brofeldt e433f1cbf9
Merge pull request #46800 from pacien/exim-package-lmtp
exim: enable LMTP support
2018-09-18 09:50:56 +02:00
Vincent Demeester 69f028ea01
git-appraise: init unstable at 2018-02-26
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-09-18 09:48:33 +02:00
Sarah Brofeldt 7d19aaddbc
Merge pull request #46815 from romildo/upd.efl
efl: 1.21.0 -> 1.21.1
2018-09-18 09:43:25 +02:00
Jörg Thalheim 4aaf4d5660
Merge pull request #46794 from vbgl/compcert-3.4
compcert: 3.3 -> 3.4
2018-09-18 08:23:50 +01:00
Jörg Thalheim 5b38f33481
Merge pull request #46640 from vbgl/ocaml-mlgmpidl-1.2.7
ocamlPackages.mlgmpidl: 1.2.6 -> 1.2.7
2018-09-18 08:19:54 +01:00
Jörg Thalheim da5329b8ec
Merge pull request #46808 from mayflower/update-krakenx
krakenx: 0.0.1 -> 0.0.3
2018-09-18 08:14:56 +01:00
Jörg Thalheim 080b3ef0b5 python2.pkgs.mypy_extensions: also enable python2 2018-09-18 08:05:02 +01:00
Jörg Thalheim bab28c26f1
Merge pull request #46788 from teto/mypy630
python3Packages.mypy: 0.620 -> 0.630
2018-09-18 08:01:53 +01:00
Jörg Thalheim 8c242f596e
Merge pull request #46799 from dywedir/git-lfs
git-lfs: 2.4.2 -> 2.5.2
2018-09-18 07:58:23 +01:00
Jörg Thalheim cb293ec416
Merge pull request #46638 from ryantm/aliases
vimPlugins: warn if alias is used inside overrides
2018-09-18 07:54:38 +01:00
Vincent Laporte 66842c9a72 ocamlPackages.ppx_import: 1.4 -> 1.5 2018-09-18 05:00:51 +00:00
Michael Raskin 134a83ac70
Merge pull request #46811 from dtzWill/update/libreoffice-2018-09-16
libreoffice-fresh: 6.1.0.3 -> 6.1.1.2
2018-09-18 04:36:28 +00:00
John Ericson 226d574870 Merge remote-tracking branch 'upstream/master' into darwin-android-ndk-for-master 2018-09-17 22:48:25 -04:00
John Ericson 6769437186 androidndk: Add Darwin support
Also switch Linux to using the official sha1 hashes for consistency.
They are gotten from https://developer.android.com/ndk/downloads/.
2018-09-17 22:34:37 -04:00
José Romildo Malaquias 5f1c33efce efl: 1.21.0 -> 1.21.1 2018-09-17 22:12:42 -03:00
Will Dietz ca46876774 libreoffice-fresh: 6.1.0.3 -> 6.1.1.2 2018-09-17 18:23:58 -05:00
José Romildo Malaquias 0497488939 elementary-xfce-icon-theme: restrict platforms to linux 2018-09-17 20:21:09 -03:00
Austin Seipp f1737fa646 foundationdb60: 6.0.4pre2497_73d64cb2 -> 6.0.11pre2716_9e8c1941e
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-09-17 17:49:09 -05:00
José Romildo Malaquias b80d254e73 elementary-xfce-icon-theme: 0.12 -> 0.13 2018-09-17 19:31:29 -03:00
WilliButz 891dbfe6d4
krakenx: 0.0.1 -> 0.0.3 2018-09-18 00:18:57 +02:00
Timo Kaufmann e0e2b3bd0c
Merge pull request #46782 from marsam/feature/update-ibm-plex
ibm-plex: 1.0.2 -> 1.1.6
2018-09-18 00:03:38 +02:00
Jan Tojnar 51a6a2bc05
Merge pull request #46790 from teto/gtkmyspellmm
gtkspellmm: 3.0.4 -> 3.0.5
2018-09-17 23:49:07 +02:00
Jörg Thalheim 11dcb770b9 heroku: fix homepage 2018-09-17 22:38:22 +01:00
Bob van der Linden db571e9b78
heroku: set HEROKU_DISABLE_AUTOUPDATE=1 2018-09-17 22:34:45 +02:00
Bob van der Linden 1f8dc21c94
heroku: skip build phase 2018-09-17 22:33:52 +02:00
Bob van der Linden 6ab1ee4951
heroku: 5.6.32 -> 7.16.0 2018-09-17 22:23:44 +02:00
John Ericson 9f768ff43c
Merge pull request #46795 from obsidiansystems/late-bind-buildHaskellPackages
haskell infra: "late bind" `buildHaskellPackages`
2018-09-17 16:20:56 -04:00
Vladyslav Mykhailichenko dbc3d50396 git-lfs: 2.4.2 -> 2.5.2 2018-09-17 23:04:22 +03:00
John Ericson 8da28de0e8 haskell infra: "late bind" buildHaskellPackages
This way it can be overridden.
2018-09-17 16:01:26 -04:00
Jeff Slight 06eeeed171 mattermost: 5.1.0 -> 5.3.0 2018-09-17 13:01:12 -07:00
pacien c3dd421a2e exim: enable LMTP support
This makes the LMTP transport available by default.
No additional dependency is required.
2018-09-17 22:01:11 +02:00
Maximilian Bosch 5f2eacccf6 pythonPackages.mahotas: skip test_moments.test_normalize and test_texture.test_haralick3d testcase (#46793)
As stated in #46368, this package seems to have issues with impure tests
(reported in https://github.com/luispedro/mahotas/issues/97).

Unfortunately the `release-18.09` job on Hydra fails at the attempt to
build this package since `test_moments.test_normalize1` and
`test_texture.test_haralick3d` breaks. Until
the root cause is identified, we skip the disabled tests to ensure that
the resulting package is not entirely broken (which can't be confirmed
with `doCheck = false`).

See https://hydra.nixos.org/job/nixos/release-18.09/nixpkgs.python27Packages.mahotas.x86_64-linux
See https://hydra.nixos.org/job/nixos/release-18.09/nixpkgs.python36Packages.mahotas.x86_64-linux
See https://logs.nix.ci/?key=nixos/nixpkgs.46793&attempt_id=b85a638d-dcb0-41d3-ab2a-9616a3bb0175

/cc @xeji @luispedro
2018-09-17 21:33:47 +02:00
qolii 883b86e065 linux-hardkernel: 4.14.66-147 -> 4.14.69-148 (#46791) 2018-09-17 21:31:32 +02:00
Vincent Laporte 7f2f989d6a
compcert: 3.3 -> 3.4 2018-09-17 18:36:31 +00:00
Matthieu Coudron 78936513a6 gtkspellmm: 3.0.4 -> 3.0.5
Archive extension changed from tar.gz to tar.xz so be careful !
2018-09-18 03:17:35 +09:00
xeji bc1911e96e
Merge pull request #46747 from xeji/p/ipfs-migrator
ipfs-migrator: 6 -> 7
2018-09-17 19:16:59 +02:00
xeji 8a2bf1319d
Merge pull request #46769 from samueldr/zhf/grub
Fixes grub1 installer tests
2018-09-17 19:12:23 +02:00
aanderse e48811f83d php: add option to enable argon2 2018-09-17 19:02:16 +02:00
Matthieu Coudron 676ceb81b7 python3Packages.mypy: 0.620 -> 0.630
Now requires mypy_extensions so added it as well.
2018-09-18 00:31:41 +09:00
Jörg Thalheim 463704a62e
Merge pull request #46787 from romildo/upd.greybird
greybird: 3.22.7 -> 3.22.9
2018-09-17 16:19:03 +01:00
Uri Baghin 61dbb0c74e bazel: 0.16.1 -> 0.17.1 2018-09-17 17:04:51 +02:00
Timo Kaufmann 3dfc66d81f
Merge pull request #46724 from worldofpeace/emby/3.5.2.0
emby: 3.4.1.0 -> 3.5.2.0
2018-09-17 17:00:07 +02:00
José Romildo Malaquias 9f46141631 greybird: 3.22.7 -> 3.22.9 2018-09-17 11:36:53 -03:00
Danylo Hlynskyi 969a39bd09 zoom-us: 2.3.128305.0716 -> 2.4.129780.0915, QT downgrade (#46778)
Qt 5.11 was downgraded to 5.9 because of two issues:
- spawns errors like
```
qrc:/qml/SignInWaiting.qml:20:9: QML BusyIndicator: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
qrc:/qml/SignInWaiting.qml:26:9: QML Text: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
qrc:/qml/SignInWaiting.qml:20:9: QML BusyIndicator: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
qrc:/qml/SignInWaiting.qml:26:9: QML Text: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
qrc:/qml/SignInWaiting.qml:20:9: QML BusyIndicator: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
qrc:/qml/SignInWaiting.qml:26:9: QML Text: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
qrc:/qml/SignInWaiting.qml:20:9: QML BusyIndicator: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
qrc:/qml/SignInWaiting.qml:26:9: QML Text: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
qrc:/qml/SignInWaiting.qml:20:9: QML BusyIndicator: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
qrc:/qml/SignInWaiting.qml:26:9: QML Text: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
```
- Google login doesn't work. It just doesn't start embedded webbrowser
2018-09-17 16:06:44 +02:00
Linus Heckemann f11f709c6d win-virtio: 0.1.105-1 -> 0.1.141-1 (#46783) 2018-09-17 16:04:51 +02:00
xeji 5c7406c608
Merge pull request #46758 from lluchs/vivaldi-1.15.1147.64-1
vivaldi: 1.15.1147.42-1 -> 1.15.1147.64-1
2018-09-17 15:46:11 +02:00
worldofpeace bd02b3352a emby: 3.4.1.0 -> 3.5.2.0 2018-09-17 09:41:16 -04:00
Samuel Dionne-Riel 932c8f4c13 grub: grub-0.97-patch-1.15 -> grub-0.97-73
Instead of using Gentoo's patchset, uses Debian's.

Gentoo's doesn't work anymore.
2018-09-17 09:31:36 -04:00
Samuel Dionne-Riel ba09b05702 grub: Use gcc6
GCC 7 wasn't kind to grub.
2018-09-17 09:31:36 -04:00
Mario Rodas fd345053b3 vale: 0.11.2 -> 1.0.3 (#46780) 2018-09-17 15:28:21 +02:00
Peter Simons 0d871ef780
Merge pull request #46766 from Infinisil/fix/haskell/ListLike
haskellPackages: Fix ListLike for 8.02 and 8.22
2018-09-17 15:24:55 +02:00
Henry fa58491b9e nvramtool: init at 4.8.1 (#46774)
https://www.coreboot.org/Nvramtool
2018-09-17 15:24:25 +02:00
WilliButz a31a917eb9 codimd: init at 1.2.0 2018-09-17 15:18:52 +02:00
Mario Rodas c907aa741c ibm-plex: 1.0.2 -> 1.1.6 2018-09-17 08:12:37 -05:00
Jörg Thalheim ffd74d1ee4
Merge pull request #46748 from teto/vim_plugins
vimPlugins: adding vim-sayonara/nvimdev/obsession
2018-09-17 13:24:58 +01:00
Jörg Thalheim f86e309a94
Merge pull request #46735 from dywedir/gnirehtet
gnirehtet: 2.2.1 -> 2.3
2018-09-17 12:23:29 +01:00
Tim Steinbach 8f5223376a
linux: 4.19-rc3 -> 4.19-rc4 2018-09-17 06:59:18 -04:00
Jan Tojnar eb9de57dd7
gcolor3: 2.3 → 2.3.1 2018-09-17 12:43:36 +02:00
rembo10 794c4ec7fb postman: 6.2.5 -> 6.3.0 (#46771) 2018-09-17 11:45:27 +02:00
Maximilian Bode 7c98b3d0d1 prometheus_2: 2.2.1 -> 2.3.2 (#46333) 2018-09-17 11:23:12 +02:00
Notkea f607f45f33 exim: add optional support for PAM (#46744) 2018-09-17 10:50:14 +02:00
xeji 19996db7fa
Merge pull request #46532 from vbgl/ocaml-batteries-2.9.0
ocamlPackages.batteries: 2.8.0 -> 2.9.0
2018-09-17 10:35:18 +02:00
R. RyanTM 37c3d6c3f6 arangodb: 3.3.14 -> 3.3.15 (#46305)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/arangodb/versions
2018-09-17 10:25:34 +02:00
R. RyanTM 78372daca9 libcouchbase: 2.9.2 -> 2.9.4 (#46254)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
libcouchbase
2018-09-17 10:25:05 +02:00
R. RyanTM c45dd04946 matomo: 3.5.1 -> 3.6.0 (#46242)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
matomo
2018-09-17 10:18:39 +02:00
R. RyanTM 00c7f76c84 libngspice: 26 -> 28 (#46225)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
libngspice
2018-09-17 10:14:53 +02:00
José Romildo Malaquias 395019b38d sierra-gtk-theme: init at 2018-09-14 (#46737) 2018-09-17 10:09:34 +02:00
Roman Volosatovs be506296d2
godef: 20170920 -> 1.0.0 2018-09-17 07:58:05 +02:00
Roman Volosatovs 4a8a3de99f
go2nix: goimports -> gotools 2018-09-17 07:58:05 +02:00
Roman Volosatovs 09a5d8710a
gotools: 2018-07-20 -> 2018-09-11 2018-09-17 07:58:04 +02:00
Roman Volosatovs d3f49bf5d8
goimports: Remove in favor of gotools 2018-09-17 07:58:04 +02:00
Michael Raskin 5cc6958938
Merge pull request #46168 from fare-patches/master
New Gambit and Gerbil releases
2018-09-17 05:38:16 +00:00
Peter Hoeg 3904016a3d
Merge pull request #43812 from binarin/epmd-systemd-pr
epmd: Introduce erlang port mapper daemon service
2018-09-17 11:33:09 +08:00
Jan Tojnar e352b2725c
Merge pull request #46762 from xeji/p/ostree-test
ostree: fix tests
2018-09-17 04:17:44 +02:00
Silvan Mosberger 7e5917a031
haskellPackages: Fix ListLike for 8.02 and 8.22 2018-09-17 03:54:03 +02:00
Uli Baum d734328f5d ostree: fix tests
- Workarounds for https://github.com/ostreedev/ostree/issues/1592
- Disable failing test-gpg-verify-result.test, see
  https://github.com/ostreedev/ostree/issues/1634
2018-09-17 02:51:07 +02:00
Jan Tojnar d1b6cb7e6e
Merge pull request #46594 from worldofpeace/gnome-builder/ctags
gnome-builder: add ctags
2018-09-17 01:03:01 +02:00
Jörg Thalheim dd0c2cf9e1
Merge pull request #46745 from xeji/p/dendropy
pythonPackages.dendropy: fix build
2018-09-16 22:25:20 +01:00
Lukas Werling 478e1fe369 vivaldi-ffmpeg-codecs: 61.0.3163.91 -> 69.0.3497.73 2018-09-16 20:53:50 +02:00
Lukas Werling eb275c96f2 vivaldi: 1.15.1147.42-1 -> 1.15.1147.64-1 2018-09-16 20:53:04 +02:00
Uli Baum f896867ae5 ipfs-migrator: update dependencies in deps.nix
Most dependencies are vendored in the upstream source anyway,
deps.nix just contains the few that are not.
Dependencies were updated manually because go2nix doesn't
work correctly for this package - it produces an empty deps.nix.
2018-09-16 20:18:41 +02:00
Uli Baum 6823fe9fb0 ipfs-migrator: 6 -> 7
New version is required to migrate existing ipfs repos to repo v7.
2018-09-16 19:57:23 +02:00
Pascal Wittmann 536b49f46c
calibre: 3.30.0 -> 3.31.0 2018-09-16 19:26:12 +02:00
Pascal Wittmann c314092164
tmsu: 0.7.0 -> 0.7.1 2018-09-16 19:20:32 +02:00
Vladyslav Mykhailichenko 9501915218 gnirehtet: 2.2.1 -> 2.3 2018-09-16 20:02:19 +03:00
Matthieu Coudron c4819dafe5 vimPlugins: adding vim-sayonara/nvimdev/obsession 2018-09-17 01:31:32 +09:00
Michael Weiss a3ca7dcf35 gns3Packages.{server,gui}{Stable,Preview}: 2.1.9 -> 2.1.10 2018-09-16 18:12:06 +02:00
Jörg Thalheim dec78a23d1 vimPlugins: only update generated.nix if all plugins were downloaded
https://github.com/NixOS/nixpkgs/pull/46728#discussion_r217915996
2018-09-16 16:59:41 +01:00
Uli Baum a66c00d780 pythonPackages.dendropy: fix build
Build failed after update to 4.4.0 because the tests are incorrectly
packages in the pypi version.
Switch to upstream github repo, fix tests, disable failing test cases
2018-09-16 17:37:28 +02:00
Roman Volosatovs 18e1eee667
richgo: init at 0.2.8 2018-09-16 14:48:43 +02:00
xeji 0e33c56662
Merge pull request #46710 from jerith666/elm-glsl-fix
Elm: widen language-glsl dependency, pick up minor updates
2018-09-16 13:01:50 +02:00
Vincent Laporte 69b6230cee libertinus: 6.4 -> 6.6 (#46725) 2018-09-16 12:59:42 +02:00
Jörg Thalheim f03e9545eb
Merge pull request #46732 from worldofpeace/asyncssh/1.14.0
python.pkgs.asyncssh: 1.13.3 -> 1.14.0
2018-09-16 11:22:16 +01:00
Jörg Thalheim 51a6c88394 go_1_11: add url to flaky test 2018-09-16 11:08:53 +01:00
Jörg Thalheim 6156279f77
Merge pull request #46733 from worldofpeace/solargraph/0.27.1
solargraph: 0.25.1 -> 0.27.1
2018-09-16 11:07:10 +01:00
Jörg Thalheim c6773e8e43
Merge pull request #46706 from bobvanderlinden/pr-go-skip-flaky-test
go: skip flaky os/exec TestExtraFiles
2018-09-16 11:03:30 +01:00
worldofpeace 4d3c3e258b solargraph: 0.25.1 -> 0.27.1 2018-09-16 04:56:35 -04:00
worldofpeace 710b3d678b python.pkgs.asyncssh: 1.13.3 -> 1.14.0 2018-09-16 04:48:14 -04:00
Jörg Thalheim 772e2f9671
Merge pull request #46722 from baldo/scrcpy
scrcpy: 1.2 -> 1.3
2018-09-16 09:47:12 +01:00
Jörg Thalheim 6ccae990c9
Merge pull request #46726 from vbgl/ocaml-broken-on-aarch
ocaml ≤ 4.05: mark as broken on Aarch64
2018-09-16 09:28:03 +01:00
Jörg Thalheim 33ccf04666
Merge pull request #46731 from vbgl/python-libnacl-darwin
pythonPackages.libnacl: fix build on darwin
2018-09-16 09:25:10 +01:00
Michael Raskin 32632fbb73
Merge pull request #46721 from YorikSar/gn
gn: generate last_commit_position.h without git
2018-09-16 06:56:02 +00:00
Vincent Laporte 5b8b9a08e7
pythonPackages.libnacl: fix build on darwin 2018-09-16 06:24:49 +00:00
adisbladis c7a789100f
firefox-beta-bin: 62.0b20 -> 63.0b6 2018-09-16 11:09:42 +08:00
adisbladis 8e19799469
firefox-devedition-bin: 62.0b20 -> 63.0b6 2018-09-16 11:09:39 +08:00
adisbladis 9fa2e208f7
pavucontrol: Set GDK_PIXBUF_MODULE_FILE in wrapper
This fixes GTK pixbuf loader errors happening in certain environments
2018-09-16 10:18:11 +08:00
Yuriy Taraday b53e495a38 gn: generate last_commit_position.h without git
For Git to work properly, I used fetchgit with leaveDotGit. This seems
to be causing hash to change on different systems in different times.
I've replaced generation of last_commit_position.h in tools/gen.py with
just plain nix template. "gn --version" will loose a bit (just commit
hash, without commit height in front of it), but I hope noone relies on
it.
2018-09-16 01:58:11 +04:00
Andreas Baldeau 1d44491fac scrcpy: 1.2 -> 1.3 2018-09-15 23:38:32 +02:00
xeji d3d465e32f
Merge pull request #46694 from etu/upgrade-php-7210
php: 7.2.8 -> 7.2.10, 7.1.21 -> 7.1.22
2018-09-15 23:30:30 +02:00
Jörg Thalheim 7b93f7a264
Merge pull request #46708 from AndersonTorres/upload/youtube-dl
youtube-dl: 2018.08.04 -> 2018.09.10
2018-09-15 22:26:15 +01:00
xeji 13c500ae16
pythonPackages.pyodbc: fix build (#46703)
Build with unixODBC instead of libiodbc, see discussion in
https://github.com/mkleehammer/pyodbc/issues/444
2018-09-15 23:13:51 +02:00
Jörg Thalheim b1d9e87f7a
Merge pull request #46716 from marsam/feature/update-sops
sops: 3.0.2 -> 3.1.0
2018-09-15 22:12:51 +01:00
Thomas Tuegel c8195db2d4
Merge pull request #46715 from ttuegel/emacs-packages/2018-09-15
Emacs package updates
2018-09-15 16:03:35 -05:00
Jörg Thalheim ee5c55028e
Merge pull request #46714 from dywedir/tectonic
tectonic: 0.1.8 -> 0.1.9
2018-09-15 21:52:19 +01:00
volth 9dc249fceb
gn: fix hash 2018-09-15 20:29:48 +00:00
Mario Rodas 8dfd97a8b6 sops: 3.0.2 -> 3.1.0 2018-09-15 14:51:27 -05:00
Elis Hirwing 89b7ad263e
php71: 7.1.21 -> 7.1.22
Changelog: https://secure.php.net/ChangeLog-7.php#7.1.22
2018-09-15 21:45:59 +02:00
Elis Hirwing 5a868df967
php: 7.2.8 -> 7.2.10
Changelog 7.2.9: http://php.net/ChangeLog-7.php#7.2.9
Changelog 7.2.10: http://php.net/ChangeLog-7.php#7.2.10
2018-09-15 21:44:57 +02:00
Thomas Tuegel bd3e3d8a18
elpa-packages: 2018-09-15 2018-09-15 14:43:56 -05:00
Thomas Tuegel e68f1b3aba
org-packages: 2018-09-15 2018-09-15 14:40:41 -05:00
Thomas Tuegel 4a2e7f3119
melpa-stable-packages: 2018-09-15 2018-09-15 14:39:38 -05:00
Thomas Tuegel 851da08dd9
melpa-packages: 2018-09-15 2018-09-15 14:39:27 -05:00
Vincent Laporte fc19401d67 jbuilder: 1.0.1 -> dune: 1.1.1 2018-09-15 19:32:32 +00:00
John Ericson eb429c7c54
Merge pull request #46712 from obsidiansystems/ios-depoy
ios-depoy: Add missing rsync dep
2018-09-15 14:56:32 -04:00
Vladyslav Mykhailichenko d627e096fc tectonic: 0.1.8 -> 0.1.9 2018-09-15 21:50:23 +03:00
John Ericson 1ad73bb3ca ios-depoy: Add missing rsync dep 2018-09-15 14:48:03 -04:00
Jörg Thalheim 3a31207d79
Merge pull request #46646 from manveru/upgrade-terraform-landscape
terraform-landscape: 0.1.18 -> 0.2.0
2018-09-15 19:34:16 +01:00
Matt McHenry e78f60475b elm: patch to widen dependency after hackage update 1b1cb6305c
works around missing dependency 'language-glsl >=0.0.2 && <0.3'

patch from https://github.com/elm/compiler/pull/1784
2018-09-15 13:14:41 -04:00
Matt McHenry 04d8e267b7 elm: pick up some recent minor updates to 0.19.0 2018-09-15 13:14:40 -04:00
AndersonTorres 74047ea686 youtube-dl: 2018.08.04 -> 2018.09.10 2018-09-15 14:13:26 -03:00
Sarah Brofeldt 0fe0f481c7 darcs: unpin ghc (use 8.4.x) version 2018-09-15 19:12:57 +02:00
Bob van der Linden 0bf6b440d9
go: skip flaky os/exec TestExtraFiles
This seems to only happen on i686 on go 1.11. It also happens on
Debian. For more information:

https://github.com/golang/go/issues/25628
2018-09-15 18:46:18 +02:00
R. RyanTM 76051c1ef6 neovim-qt: 0.2.9 -> 0.2.10 (#46234)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
neovim-qt
2018-09-15 17:19:19 +02:00
R. RyanTM 6fcbae1e9c vim: 8.1.0146 -> 8.1.0348 (#46181)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
vim
2018-09-15 17:02:58 +02:00
Jaakko Luttinen 6f27a91eb5 nano-wallet: 15.2 -> 16.0 (#46567) 2018-09-15 16:51:28 +02:00
José Romildo Malaquias 54ab621fa7 matcha: init at 2018-09-14 (#46693) 2018-09-15 16:50:24 +02:00
xeji 1dcb946901
Merge pull request #46696 from cjpbirkbeck/ranger-vim-plugin
vimPlugins.ranger-vim: init at 2018-09-13
2018-09-15 16:46:26 +02:00
Vincent Demeester 633bcbbb20 cni-plugins: 0.7.1 -> 0.7.3 (#46698)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-09-15 16:26:12 +02:00
Bob van der Linden 76001b8509 Deedle: 1.2.0 -> 1.2.5 (#46702) 2018-09-15 16:18:29 +02:00
Elis Hirwing 36ec1db42d sequeler: 0.6.1 -> 0.6.2 (#46692)
Changelog: https://github.com/Alecaddd/sequeler/releases/tag/v0.6.2
2018-09-15 16:09:49 +02:00
Maximilian Bode 5e21a5aa57 apacheKafka_0_10: 0.10.2.1 -> 0.10.2.2 2018-09-15 10:09:21 -04:00
Maximilian Bode aa4fe884c8 apacheKafka_0_11: 0.11.0.1 -> 0.11.0.3 2018-09-15 10:09:21 -04:00
Maximilian Bode 27e8734642 apacheKafka_1_0: 1.0.1 -> 1.0.2 2018-09-15 10:09:21 -04:00
Maximilian Bode 00ed6a6b30 apacheKafka_1_1: 1.1.0 -> 1.1.1 2018-09-15 10:09:21 -04:00
Maximilian Bode e5a5cd4806 apacheKafka: 1.1.0 -> 2.0.0 2018-09-15 10:09:21 -04:00
Bob van der Linden 6a4b9dfa2f Paket: 1.18.2 -> 5.179.1 (#46701) 2018-09-15 16:02:55 +02:00
Tim Steinbach 795488491c
sbt: 1.2.1 -> 1.2.3 2018-09-15 09:57:34 -04:00
Tim Steinbach 2193518801
linux: 4.18.7 -> 4.18.8 2018-09-15 09:46:22 -04:00
Tim Steinbach 1a13067273
linux: 4.14.69 -> 4.14.70 2018-09-15 09:46:00 -04:00
Tim Steinbach c1d7826a8a
linux: 4.9.126 -> 4.9.127 2018-09-15 09:45:51 -04:00
Tim Steinbach b9ca4ac95c
linux: 4.4.155 -> 4.4.156 2018-09-15 09:45:38 -04:00
Franz Pletz d79e201851
matrique: init at 250 2018-09-15 15:25:49 +02:00
Vincent Laporte 4f3868b72d
ocaml ≤ 4.05: mark as broken on Aarch64 2018-09-15 13:17:12 +00:00
Ben Challenor 16ce28ed72 jenkins: 2.121.2 -> 2.138.1 2018-09-15 13:10:06 +00:00
Vincent Laporte 7ed02d4b70
ocamlPackages.mlgmpidl: 1.2.6 -> 1.2.7 2018-09-15 11:09:53 +00:00
xeji b78348d1a4
Merge pull request #46687 from mbode/salt_darwin
salt: fix darwin build by specifying dependency on tornado 4
2018-09-15 12:38:45 +02:00
xeji 27f2e700f4
Merge pull request #46689 from dywedir/exfat
exfat: 1.2.8 -> 1.3.0
2018-09-15 12:31:00 +02:00
xeji b917bb9449
Merge pull request #46659 from mbode/flink_1_6
flink: 1.5 -> 1.6
2018-09-15 12:26:08 +02:00
Jörg Thalheim 8b672ebb0c
Merge pull request #46688 from mbode/click_0_3_2
click: 0.3.1 -> 0.3.2
2018-09-15 11:02:25 +01:00
Sarah Brofeldt f3afe7bb0f
Merge pull request #46683 from dtzWill/update/zsh-5.6.2
zsh: 5.6.1 -> 5.6.2
2018-09-15 10:54:19 +02:00
Sarah Brofeldt 7a36046e93
Merge pull request #46681 from dtzWill/update/kmsxx-2018-09-10
kmsxx, kmscube: 2017-10-10 -> 2018-09-10, 2017-03-19 -> 2018-06-17
2018-09-15 10:49:37 +02:00
Vladyslav Mykhailichenko b7fe4f1039 exfat: 1.2.8 -> 1.3.0 2018-09-15 11:46:04 +03:00
Maximilian Bode 95c7d8300f click: 0.3.1 -> 0.3.2
patch necessary to fix "error: the lock file needs to be updated but --frozen was passed to prevent this"
2018-09-15 10:38:15 +02:00
Maximilian Bode 2438ceb5b4 salt: fix darwin build by specifying dependency on tornado 4
/cc ZHF #45961
2018-09-15 10:09:36 +02:00
Maximilian Bode 8125de3b40 flink: drop older versions than current and previous minor release
This is consistent with the update policy as laid out in https://flink.apache.org/downloads.html#update-policy-for-old-releases.
2018-09-15 09:38:30 +02:00
Jörg Thalheim f83a26291f
Merge pull request #46210 from andir/build-rust-crate-changes
buildRustCrate: add heuristic to picking the right binary source files
2018-09-15 08:31:29 +01:00