Commit Graph

190287 Commits

Author SHA1 Message Date
Mario Rodas
6da679bad3
Merge pull request #79921 from r-ryantm/auto-update/gti
gti: 1.6.1 -> 1.7.0
2020-02-19 19:15:20 -05:00
Mario Rodas
0123ad0f13
Merge pull request #80557 from r-ryantm/auto-update/cvs-fast-export
cvs_fast_export: 1.50 -> 1.51
2020-02-19 19:13:39 -05:00
Mario Rodas
11cf0b21b7
Merge pull request #80081 from marsam/update-satysfi
satysfi: 0.0.3 -> 0.0.4
2020-02-19 19:10:18 -05:00
Benjamin Hipple
ed85c9981a elan: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
2020-02-19 18:17:27 -05:00
Mario Rodas
d7f608e43a
terraform: 0.12.20 -> 0.12.21
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.21
2020-02-19 18:00:00 -05:00
Maximilian Bosch
6c6d7cb2e3
roundcube: 1.4.2 -> 1.4.3
https://github.com/roundcube/roundcubemail/releases/tag/1.4.3
2020-02-19 23:57:37 +01:00
hlolli
ad56672196
cleanup 2020-02-19 23:40:14 +01:00
hlolli
ef712ff2f5
lumo 1.9.0 -> 1.10.1 plus darwin support 2020-02-19 23:16:40 +01:00
Maximilian Bosch
43a775649c
Merge pull request #80563 from aanderse/phpPackages.pdo_oci
phpPackages.pdo_oci: init
2020-02-19 21:37:26 +01:00
R. RyanTM
24bc04b9d2 bmake: 20181221 -> 20200212 2020-02-19 14:18:49 -06:00
Aaron Andersen
d0e817f63f phpPackages.pdo_oci: init 2020-02-19 15:12:16 -05:00
R. RyanTM
b756e7282d eternal-terminal: 6.0.5 -> 6.0.6 2020-02-19 19:25:51 +00:00
Daiderd Jordan
af1fffab5b
Merge pull request #79769 from virusdave/dnicponski/scratch/make_git_gui_work_on_modern_mac
git: Fix git-gui to work on Catalina
2020-02-19 20:25:41 +01:00
R. RyanTM
170f42098d cvs_fast_export: 1.50 -> 1.51 2020-02-19 19:05:34 +00:00
Lancelot SIX
24013ab951
Merge pull request #80485 from marsam/update-postgresqlPackages.pg_auto_failover
postgresqlPackages.pg_auto_failover: 1.0.5 -> 1.0.6
2020-02-19 19:50:38 +01:00
Daiderd Jordan
230ab62e10
Merge pull request #79344 from LnL7/darwin-mpv-swift
mpv: add flag for swift on darwin
2020-02-19 19:14:49 +01:00
Michele Guerini Rocco
7789299ff9
Merge pull request #80546 from Luflosi/kitty-disable-strictoverflow
kitty: better fix for build error
2020-02-19 18:52:20 +01:00
Samuel Leathers
47ab49ac44
Merge pull request #80467 from danieldk/fix-python-vowpalwabbit
python3Packages.vowpalwabbit: fix build
2020-02-19 12:46:07 -05:00
Samuel Leathers
c82021a72b
ugarit: fix build by using chicken-4.x (#53854)
ugarit: fix build by using chicken-4.x
2020-02-19 12:38:58 -05:00
Michele Guerini Rocco
82fe2a5b7a
Merge pull request #80433 from emmanuelrosa/qutebrowser-1.10.1
qutebrowser: 1.10.0 -> 1.10.1
2020-02-19 18:33:58 +01:00
Samuel Leathers
6152582ed1
rubyWithPackages.libv8: fix compilation (#80470)
rubyWithPackages.libv8: fix compilation
2020-02-19 12:26:34 -05:00
Samuel Leathers
9412db1150
crystal: remove 0.25 and 0.26 (#80473)
crystal: remove 0.25 and 0.26
2020-02-19 12:17:45 -05:00
R. RyanTM
5b51c88b5b anydesk: 5.5.1 -> 5.5.2 2020-02-19 17:05:53 +00:00
R. RyanTM
890c3191d7 abcm2ps: 8.14.6 -> 8.14.7 2020-02-19 17:40:56 +01:00
ajs124
194f3aa4b5 mimalloc: 1.1.0 -> 1.6.1 2020-02-19 10:31:25 -06:00
Luflosi
2a15e3ba75
kitty: better fix for build error
Without the `no-werror.patch`, the compilation would fail with the following warning:
```
clang-7: error: argument unused during compilation: '-fno-strict-overflow' [-Werror,-Wunused-command-line-argument]
```
To fix this, the compiler command line options `-pedantic-errors` and `-Werror` were patched out of the build script so that the warning would not become an error and stop the build. This is not ideal as this piece of code is changed fairly frequently, which requires fixing the patch. In the next kitty version the patch would need to be fixed again.
A better alternative is to just not pass `-fno-strict-overflow` to the compiler. This is done by disabling the `strictoverflow` hardening feature.
2020-02-19 17:28:46 +01:00
Andreas Rammhold
7829fb70bb
Merge pull request #80541 from flokli/poetry2nix-fetchpypi
poetry2nix: fix typo fetchPyPi -> fetchPypi
2020-02-19 17:09:08 +01:00
Franz Pletz
ade3e99a1d
php74: 7.4.1 -> 7.4.2
https://www.php.net/ChangeLog-7.php#7.4.2
2020-02-19 16:42:40 +01:00
Franz Pletz
b55ded5d8b
php73: 7.3.13 -> 7.3.14
https://www.php.net/ChangeLog-7.php#7.3.14
2020-02-19 16:42:39 +01:00
Franz Pletz
ed8df1d98e
php72: 7.2.26 -> 7.2.27
https://www.php.net/ChangeLog-7.php#7.2.27
2020-02-19 16:42:23 +01:00
Jörg Thalheim
e8343960a9
hopper: libffi compatibility symlink 2020-02-19 14:59:26 +00:00
Florian Klink
a00f226244 poetry2nix: fix typo fetchPyPi -> fetchPypi
nixpkgs' fetchPypi is called fetchPypi, not fetchPyPi.
2020-02-19 15:41:43 +01:00
R. RyanTM
8df76db739 picard: 2.2.3 -> 2.3 2020-02-19 15:41:20 +01:00
Mario Rodas
bd9a0f022e vale: 1.7.1 -> 2.0.0
Changelog: https://github.com/errata-ai/vale/releases/tag/v2.0.0
2020-02-19 15:39:43 +01:00
Florian Klink
fb17ac3786 sundials_3: remove
This package has only been used for python.pkgs.scikits-odes, which
should compile with sundials 5 by now.
2020-02-19 15:38:45 +01:00
Florian Klink
10f9b277d5 python.pkgs.scikits-odes: use latest sundials 2020-02-19 15:38:42 +01:00
Florian Klink
712fba5191 python.pkgs.scikits-odes: 2.4.0-9-g93075ae -> 2.6.1 2020-02-19 15:38:42 +01:00
Mario Rodas
eeb087bc61 terraform-lsp: 0.0.9 -> 0.0.10
Changelog: https://github.com/juliosueiras/terraform-lsp/releases/tag/v0.0.10
2020-02-19 15:36:06 +01:00
Jörg Thalheim
2d87562b42
Merge pull request #75522 from Enteee/bugfix/hopper
hopper: fix libxml2 dynamic linking issue
2020-02-19 14:25:14 +00:00
Vladimír Čunát
944775e0c5
dnsmasq: correct previous change for Darwin
I was a bit hasty in commit 482642a73.
2020-02-19 15:20:46 +01:00
R. RyanTM
301c706f77
nixpkgs-review: 2.1.1 -> 2.2.0 2020-02-19 14:18:19 +00:00
Mario Rodas
4baba1a06b
Merge pull request #80533 from msteen/bitwarden_rs
bitwarden_rs-vault: 2.12.0b -> 2.12.0c
2020-02-19 09:07:01 -05:00
Mario Rodas
f1975e0327
Merge pull request #80510 from r-ryantm/auto-update/libiio
libiio: 0.18 -> 0.19
2020-02-19 09:04:51 -05:00
Mario Rodas
bbb9193da6
Merge pull request #80529 from marsam/update-nodejs
nodejs: 12.16.0 -> 12.16.1, 13.8.0 -> 13.9.0
2020-02-19 09:04:31 -05:00
Marek Mahut
1a6d6576ce
Merge pull request #80496 from r-ryantm/auto-update/clightning
clightning: 0.8.0 -> 0.8.1
2020-02-19 15:00:21 +01:00
Florian Klink
e6e335eca6
Merge pull request #80463 from doronbehar/update-sundials
sundials: 5.0.0 -> 5.1.0
2020-02-19 14:55:37 +01:00
Marek Mahut
372b0e9df1
Merge pull request #79822 from mmahut/cloudflare-wrangler
cloudflare-wrangler: 1.4.0 -> 1.7.0
2020-02-19 14:54:42 +01:00
Maximilian Bosch
563baa1ea9
clipman: 2019-12-10 -> 1.3.0
https://github.com/yory8/clipman/releases/tag/v1.3.0
2020-02-19 14:39:59 +01:00
Mario Rodas
c2e10f2473
Merge pull request #80411 from dywedir/zola
zola: 0.9.0 -> 0.10.0
2020-02-19 08:33:09 -05:00
Mario Rodas
134e5dc478
Merge pull request #80412 from zowoq/kepubify
kepubify: init at 3.0.0
2020-02-19 08:32:34 -05:00
Maximilian Bosch
941dd4cd3b
Merge pull request #80524 from doronbehar/update-gotify-server
gotify-server: 2.0.13 -> 2.0.14
2020-02-19 14:29:11 +01:00
Mario Rodas
effebb9142
Merge pull request #80489 from marsam/enable-lepton-darwin
lepton: enable on darwin
2020-02-19 08:25:21 -05:00
Mario Rodas
3147beca4a
Merge pull request #80516 from r-ryantm/auto-update/nco
nco: 4.9.1 -> 4.9.2
2020-02-19 08:22:24 -05:00
Mario Rodas
a682bcc087
Merge pull request #80488 from marsam/update-postgresqlPackages.cstore_fdw
postgresqlPackages.cstore_fdw: 1.6.2 -> 1.7.0
2020-02-19 08:19:49 -05:00
Mario Rodas
aa4c2673ac
Merge pull request #80515 from r-ryantm/auto-update/mod_wsgi
mod_wsgi: 4.7.0 -> 4.7.1
2020-02-19 08:18:53 -05:00
Mario Rodas
b6e8e5cc87
Merge pull request #80518 from vdemeester/bump-golangci-lint
golangci-lint: 1.22.2 -> 1.23.6
2020-02-19 08:14:06 -05:00
Mario Rodas
5d488385fd
Merge pull request #80511 from elohmeier/drone
drone: 1.6.0 -> 1.6.5
2020-02-19 08:13:41 -05:00
Mario Rodas
671c8d94d6
Merge pull request #80493 from marsam/update-flexget
flexget: 3.1.21 -> 3.1.26
2020-02-19 08:13:19 -05:00
Maximilian Bosch
6dc9109c67
Merge pull request #80507 from r-ryantm/auto-update/i3-gaps
i3-gaps: 4.17.1 -> 4.18
2020-02-19 14:05:09 +01:00
Maximilian Bosch
aebd31525c
Merge pull request #80505 from bhipple/auto-update/cargo-audit
cargo-audit: 0.10.0 -> 0.11.2
2020-02-19 14:01:38 +01:00
Mario Rodas
7b73eefda8
mumble: fix build (#80500) 2020-02-19 14:01:21 +01:00
Maximilian Bosch
5ea19307fe
Merge pull request #80512 from xfix/tor-disable-monotonic-tests
tor: fix build
2020-02-19 13:48:49 +01:00
R. RyanTM
f90c64865f shotcut: 19.12.31 -> 20.02.17 2020-02-19 12:30:17 +00:00
Matthijs Steen
425db300c1 bitwarden_rs-vault: 2.12.0b -> 2.12.0c 2020-02-19 13:26:48 +01:00
Vladimír Čunát
482642a733
dnsmasq: fixup build after kernel header changes
https://github.com/torvalds/linux/commit/0768e17073d
2020-02-19 13:14:04 +01:00
Drew Risinger
ee65cd9c40 pythonPackages.docplex: init at 2.12.182
The IBM Decision Optimization CPLEX Modeling for Python.

Dependency of qiskit-aqua.
2020-02-19 13:12:50 +01:00
Mario Rodas
b5089eb3c2
Merge pull request #80517 from r-ryantm/auto-update/neo-cowsay
neo-cowsay: 1.0.0 -> 1.0.1
2020-02-19 07:09:28 -05:00
José Romildo Malaquias
1ba1b9a709 numix-icon-theme-circle: numix-icon-theme is a runtime dependency 2020-02-19 09:03:46 -03:00
José Romildo Malaquias
ee53155c26 numix-icon-theme-square: numix-icon-theme is a runtime dependency 2020-02-19 09:03:46 -03:00
José Romildo Malaquias
db0b13969c numix-icon-theme-square: 19.09.20 -> 19.12.27 2020-02-19 09:01:05 -03:00
Marek Mahut
36ea78bd4f
Merge pull request #80019 from mmahut/heroku
heroku: 7.35.1 -> 7.38.1
2020-02-19 11:48:14 +01:00
Doron Behar
f7d199f227 gotify-server: 2.0.13 -> 2.0.14 2020-02-19 12:38:31 +02:00
Michele Guerini Rocco
0d47e820c3
Merge pull request #80326 from rnhmjoj/uni-vga
uni-vga: generate otb, psf and split output
2020-02-19 11:07:22 +01:00
Vincent Demeester
b1774b201e
golangci-lint: 1.22.2 -> 1.23.6
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2020-02-19 10:20:59 +01:00
Mario Rodas
53bd4a2156
nodejs-13_x: 13.8.0 -> 13.9.0
Changelog: https://github.com/nodejs/node/releases/tag/v13.9.0
2020-02-19 04:20:00 -05:00
Mario Rodas
20e399e579
nodejs-12_x: 12.16.0 -> 12.16.1
Changelog: https://github.com/nodejs/node/releases/tag/v12.16.1
2020-02-19 04:20:00 -05:00
R. RyanTM
799192f20f neo-cowsay: 1.0.0 -> 1.0.1 2020-02-19 09:18:01 +00:00
R. RyanTM
8ae07bfe79 nco: 4.9.1 -> 4.9.2 2020-02-19 09:12:39 +00:00
Jörg Thalheim
91fb0f2e47
Merge pull request #80478 from volth/patch-381
graalvm{8,11}-ee: 19.3.1 -> 20.0.0
2020-02-19 08:58:26 +00:00
R. RyanTM
56debabe34 mod_wsgi: 4.7.0 -> 4.7.1 2020-02-19 08:54:38 +00:00
Martin Milata
1caac6f2dc hunspell: add patch for CVE-2019-16707
Fixes #70098, #73651.
2020-02-19 09:31:01 +01:00
Frederik Rietdijk
c65707bc25
Merge pull request #80252 from NixOS/staging-next
Staging next
2020-02-19 09:18:32 +01:00
Konrad Borowski
58af3177c0 tor: fix build
Monotonic timer test expects sleep(200ms) to take at most 1s. On
loaded systems like hydra, it's possible for such a test to take
longer than 1 second.

Tests expecting sleep(200ms) to take at least 175ms weren't removed,
because load shouldn't cause sleep to be shorter.
2020-02-19 09:11:46 +01:00
R. RyanTM
7b9d9fe076 freenect: 0.5.7 -> 0.6.0 2020-02-19 08:51:29 +01:00
Enno Lohmeier
89416dab81 drone: 1.6.0 -> 1.6.5 2020-02-19 08:40:12 +01:00
R. RyanTM
01d0bf7dd7 libiio: 0.18 -> 0.19 2020-02-19 07:25:07 +00:00
Jan Tojnar
477ea066ca
Merge pull request #80091 from NixOS/npregit-dumpall
nix-prefetch-git: report deepClone & leaveDotGit
2020-02-19 07:37:11 +01:00
R. RyanTM
ed982f6b6e i3-gaps: 4.17.1 -> 4.18 2020-02-19 06:21:47 +00:00
Vladyslav M
7b04af1b89
zola: 0.9.0 -> 0.10.0 2020-02-19 08:00:03 +02:00
Benjamin Hipple
1895236d37 cargo-audit: 0.10.0 -> 0.11.2 2020-02-19 00:22:10 -05:00
R. RyanTM
a2a6522287 ephemeral: 6.2.0 -> 6.2.1 2020-02-19 04:44:49 +00:00
Mario Rodas
dcce494095
Merge pull request #80487 from marsam/update-brakeman
brakeman: 4.7.2 -> 4.8.0
2020-02-18 23:26:27 -05:00
Wael Nasreddine
f84bc7264c
pythonPackages.ansible-runner: skip failing test on Catalina (#80484)
Catalina replaced the director /home with a symbolic link to `/System/Volumes/Data/home` and this test is looking for `/home` explicitly.

I filed https://github.com/ansible/ansible-runner/issues/413 to get this fix upstream.
2020-02-18 17:42:40 -10:00
R. RyanTM
3f3ead76fd clightning: 0.8.0 -> 0.8.1 2020-02-19 03:34:52 +00:00
Drew Risinger
3adda62dc3 pythonPackages.ecos: init at 2.0.7.post1
Embedded cone solver interface for optimization problems in Python.
Dependency of qiskit-ignis.
2020-02-18 19:28:23 -08:00
Drew Risinger
a26f334e21 pythonPackages.pylatexenc: init at 2.1
Latex converter for Python.
Check dependency of qiskit.
2020-02-18 19:23:42 -08:00
Dmitry Kalinkin
b3a3d88c20
Merge pull request #80476 from stigtsp/package/perl-crypt-curve25519-and-math-gmp-zhf
perlPackages.{CryptCurve25519,MathGMP}: fixed build failures
2020-02-18 22:22:14 -05:00
Drew Risinger
38c37f473d pythonPackages.osqp: init at 0.6.1
Oxford Splitting QP solver.
Dependency for cvxpy -> qiskit-aer.
2020-02-18 19:01:32 -08:00
Stig Palmquist
a43d20b8b4
perlPackages.{CryptCurve25519,MathGMP}: fixed build failures
ZHF: #80379
https://hydra.nixos.org/build/112817446
https://hydra.nixos.org/build/112813918
https://hydra.nixos.org/build/112814931
https://hydra.nixos.org/build/112833536
https://hydra.nixos.org/build/112804942
https://hydra.nixos.org/build/112809869

perlPackages.CryptCurve25519: apply patch from gentoo to fix fmul conflicting
types build breakage.
https://gitweb.gentoo.org/repo/gentoo.git/commit/dev-perl/Crypt-Curve25519?id=e07299f804a8376bb5bf85d28916e0a360199f3e

perlPackages.MathGMP: 2.19 -> 2.20
Updated to latest upstream, which passes tests. This is a dependency of
perlPackages.NetSSH
2020-02-19 03:47:13 +01:00
Mario Rodas
013008ae7e
brakeman: 4.7.2 -> 4.8.0
Changelog: https://github.com/presidentbeef/brakeman/releases/tag/v4.8.0
2020-02-18 20:00:00 -05:00
Jan Tojnar
e2b4abe3c8
Merge pull request #54677 from jtojnar/mypaint2
mypaint: 1.2.1 → 2.0.0-beta.0
2020-02-19 01:57:21 +01:00
Eelco Dolstra
3c47f78e82
nix: 2.3.2 -> 2.3.3 2020-02-19 01:54:25 +01:00
Ian-Woo Kim
bc6c7f648b
ogdf: init at 2020.02 (#80143)
Restricted to i686/x86_64 as it imports cpuid.h on gnu toolchain

Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-02-18 19:49:02 -05:00
Dmitry Kalinkin
c5ce00d548
Merge pull request #80471 from stigtsp/package/perl-cpan-yaml-loadblessed-patch-zhf
perlPackages.CPAN: apply patch to fix changed YAML module default
2020-02-18 19:45:11 -05:00
Robert Schütz
8585628622
rclone-browser: 1.2 -> 1.8.0 (#80445)
https://github.com/kapitainsky/RcloneBrowser/releases/tag/1.8.0
2020-02-19 01:30:31 +01:00
worldofpeace
a3eef895bb
Merge pull request #80453 from worldofpeace/p11-kit-flatpak
flatpak: use correct p11-kit output
2020-02-18 18:14:28 -05:00
Maximilian Bosch
01c8795673
Merge pull request #80474 from cust0dian/nushell-0.10.0
nushell: 0.9.0 -> 0.10.0
2020-02-18 23:23:55 +01:00
volth
88a79a7a37
graalvm{8,11}-ee: 19.3.1 -> 20.0.0 2020-02-18 22:22:10 +00:00
Lancelot SIX
490615ef63 pythonPackages.pyparted: 3.10.4 -> 3.11.4 2020-02-18 14:03:41 -08:00
Serg Nesterov
0600e36589
nushell: 0.9.0 -> 0.10.0 2020-02-19 00:57:31 +03:00
Tim Steinbach
3f448f08aa
linux: 5.6-rc1 -> 5.6-rc2 2020-02-18 16:53:57 -05:00
Jan Tojnar
6fecb16af6
mypaint: 1.2.1 → 2.0.0 2020-02-18 22:48:38 +01:00
Jörg Thalheim
9fee338cb9
Merge pull request #80401 from cole-h/clippy
clippy: add rustc.llvm to buildInputs
2020-02-18 21:47:45 +00:00
Michael Fellinger
765f72d037
crystal: remove 0.25 and 0.26 2020-02-18 22:47:20 +01:00
Maximilian Bosch
3698ce1755
Merge pull request #80427 from xfix/cargo-geiger-fix-tests
cargo-geiger: fix build with rust 1.41
2020-02-18 22:41:00 +01:00
Stig Palmquist
153b0db967
perlPackages.CPAN: apply patch to fix changed YAML module default
ZHF: #80379
https://hydra.nixos.org/build/112819370
https://hydra.nixos.org/build/112832567

A default has changed in YAML, breaking the latest release of CPAN. This commit
applies a A patch from the PR fixing the problem.

https://github.com/andk/cpanpm/pull/133
2020-02-18 22:30:25 +01:00
Michael Fellinger
84fa1d2fb3
rubyWithPackages.libv8: fix compilation 2020-02-18 22:29:38 +01:00
Jan Tojnar
eeaad8d225
mypaint-brushes: 1.3.0 → 2.0.2 2020-02-18 22:16:06 +01:00
Vladimír Čunát
1b96f9b68c
Merge #80460: maintainers: fix 0x4A6F 2020-02-18 21:28:27 +01:00
Samuel Leathers
fa7dcc7b13
Merge pull request #80461 from danieldk/ftfy-5.7
python3Packages.ftfy: 5.6 -> 5.7
2020-02-18 15:02:10 -05:00
tviti
2cfad8fa28
Revert "hdf5-fortran: Mark broken on Darwin" (#80419)
This reverts commit 8836c4d71b.

Closes #79952
2020-02-18 14:52:22 -05:00
Daniël de Kok
0688cba0cd python3Packages.vowpalwabbit: fix build
- Drop the Boost patch. The patch does not apply anymore and the new
  CMake infrastructure picks up boost.
- Distable setuptools reStructuredText check. This check fails, but
  is (as far as I understand) an upstream bug.
- Clean up derivation a bit.
2020-02-18 20:41:37 +01:00
Lassulus
d6b7e5493a
Merge pull request #80462 from Profpatsch/writers-use-runCommandLocal-for-scripts
writers: use run command local for scripts
2020-02-18 20:40:58 +01:00
Doron Behar
f37edb5bd1 sundials: 5.0.0 -> 5.1.0 2020-02-18 21:03:21 +02:00
Profpatsch
493c357720 pkgs/build-support/writers: use runCommandLocal for scripts
If we just want to write a non-compiled script (e.g. writeDash), it’s
usually a lot faster just doing it locally. That’s what
`runCommandLocal` was introduced for, so let’s use it in `writers`.
2020-02-18 19:53:18 +01:00
Daniël de Kok
77aa1a7f5b python3Packages.ftfy: 5.6 -> 5.7
Changelog:

https://github.com/LuminosoInsight/python-ftfy/blob/master/CHANGELOG.md#version-57-february-18-2020

The most important change in this version is the update of Unicode
character categories data to Unicode 12.1. This fixes the Python 3.8
build.
2020-02-18 19:44:58 +01:00
Kovacsics Robert
2c7ba2060d
xonsh: Fix broken tests
Pulls in a patch committed a couple of days after the 0.9.13 release
(the one here), to fix the tests.

(cherry picked from commit bf822c4caa96666d5ee1c20870229b9f6484e5cd)
2020-02-18 19:14:25 +01:00
worldofpeace
02213fdff2 flatpak: use correct p11-kit output
Fixes #80452
2020-02-18 12:48:04 -05:00
David Wood
11beaa4251 jirafeau: init at 4.1.1
Signed-off-by: David Wood <david.wood@codeplay.com>
2020-02-18 09:37:44 -08:00
Frederik Rietdijk
9fede4c38e
Merge pull request #76279 from PsyanticY/s3bro
s3bro: init at 2.8
2020-02-18 18:37:24 +01:00
Drew Risinger
29b98e4cf5 pythonPackages.dill: enable tests
Disable a few failing tests, see comments for what's failing.
2020-02-18 18:34:09 +01:00
Brett Lyons
0eb33b0485 vimPlugins.notational-fzf-vim: init at 2019-12-03 2020-02-18 09:06:46 -08:00
Brett Lyons
44c7211625 vimPlugins: Update 2020-02-18 09:06:46 -08:00
Cole Helbling
502c0ee899
clippy: add rustc.llvm to buildInputs
The Hydra build [1] failed because it was unable to link to `LLVM9`; add
`llvmShared` to `passthru` in order to stay up to date with required
LLVM versions. Also quote the homepage URLs, since that's preferred.

[1] https://hydra.nixos.org/build/112989779/nixlog/1
2020-02-18 08:46:31 -08:00
zowoq
72c145115b metasploit: 5.0.45 -> 5.0.74 2020-02-18 08:32:09 -08:00
(cdep)illabout
55e1529335 symlinkJoin: add more documentation 2020-02-18 16:35:28 +01:00
(cdep)illabout
ae607de23d linkFarmFromDrvs: Add a trivial builder to create a linkFarm from a list of derivations 2020-02-18 16:35:28 +01:00
Frederik Rietdijk
9d88ee08f6 Merge master into staging-next 2020-02-18 16:09:19 +01:00
Andreas Rammhold
c2b6b6d97e
Merge pull request #80431 from andir/firefox73.0.1
firefox: 73.0 -> 73.0.1
2020-02-18 16:01:19 +01:00
Florian Klink
ac1e9490cd
Merge pull request #80010 from edef1c/fix-gsutil-crash
google-cloud-sdk: fix gsutil startup crash
2020-02-18 15:41:50 +01:00
Tim Steinbach
68558d8c5d
vivaldi: 2.11.1811.33-1 -> 2.11.1811.38-1 2020-02-18 09:37:33 -05:00
Andreas Rammhold
453589696b
Merge pull request #79816 from andir/buildRustCrate-no-override-dep
buildRustCrate: remove superfluous dependency overrides
2020-02-18 15:18:44 +01:00
José Romildo Malaquias
0bcd9a5262
Merge pull request #79939 from romildo/upd.mate
mate: update to version 1.24.0
2020-02-18 11:15:10 -03:00
rnhmjoj
fc479ad23f
uni-vega: fix build on darwin 2020-02-18 15:08:44 +01:00
Will Dietz
bdcee483b6 nm-tray: init at 0.4.3 2020-02-18 15:04:21 +01:00
Mario Rodas
aba59a9169
Merge pull request #80406 from marsam/update-ytop
ytop: 0.4.0 -> 0.5.1
2020-02-18 08:53:08 -05:00
Mario Rodas
7a5cdb7996
Merge pull request #80408 from marsam/update-circleci-cli
circleci-cli: 0.1.5879 -> 0.1.6072
2020-02-18 08:52:37 -05:00
Jörg Thalheim
58f0fe72d4
Merge pull request #80373 from P-E-Meunier/webpack-dev-server
nodePackages.webpack-dev-server: init at 3.10.3
2020-02-18 13:36:09 +00:00
edef
5bda7e7fb2 google-cloud-sdk: remove gsutil test
The command module references the tests, and since all command modules
get imported at startup, dbaafbbf73
turned it into a startup crash.

Unless you're actively hacking on gsutil, this command isn't much use,
so we're better off without it.
2020-02-18 13:31:42 +00:00
edef
0c403efde9 google-cloud-sdk: disable checking for gsutil updates
The update checking mechanism references the tests, and thus
dbaafbbf73 turned it into a crash at
startup.

It isn't much use in nixpkgs, so we're better off without it.
2020-02-18 13:31:42 +00:00
Emmanuel Rosa
1619ec9768 qutebrowser: 1.10.0 -> 1.10.1 2020-02-18 19:42:15 +07:00
Maximilian Bosch
89e2a43300
waybar: 0.9.0 -> 0.9.1, fix build
ZHF: #80379
https://hydra.nixos.org/build/113067187
2020-02-18 13:40:17 +01:00
Maximilian Bosch
9704297c5d
date: init at 2020-01-24
Needed for waybar-0.9.1.
Closes #78458

Co-authored-by: Cole Mickens <cole.mickens@gmail.com>
2020-02-18 13:40:16 +01:00
worldofpeace
1de94d59af gnome3.gnome-control-center: 3.34.2 -> 3.34.4
* hardcode usermod which was added absolute this release
2020-02-18 07:39:25 -05:00
Andreas Rammhold
52920a6b2c
firefox: 73.0 -> 73.0.1 2020-02-18 13:26:40 +01:00
worldofpeace
a5000f07a6 gnome3.evolution-data-server: 3.34.3 -> 3.34.4 2020-02-18 07:25:06 -05:00
worldofpeace
769786b4a6 gnome3.iagno: 3.34.4 -> 3.34.5 2020-02-18 07:23:10 -05:00
worldofpeace
d02a96dd6c gnome3.gnome-tetravex: 3.34.1 -> 3.34.4 2020-02-18 07:22:54 -05:00
worldofpeace
0bd27fd551 gnome3.gnome-taquin: 3.34.3 -> 3.34.4 2020-02-18 07:22:35 -05:00
worldofpeace
34aba8056f gnome3.gnome-klotski: 3.34.3 -> 3.34.4 2020-02-18 07:22:19 -05:00
worldofpeace
66472c3c24 gnome3.four-in-a-row: 3.34.3 -> 3.34.4 2020-02-18 07:22:02 -05:00
worldofpeace
dfdfa745c5 gnome3.file-roller: 3.32.3 -> 3.32.4 2020-02-18 07:19:27 -05:00
worldofpeace
f330f46c15 gnome3.geary: 3.34.1 -> 3.34.2 2020-02-18 07:19:10 -05:00
worldofpeace
509e1b4763 gnome3.simple-scan: 3.34.2 -> 3.34.4 2020-02-18 07:18:13 -05:00
worldofpeace
391ab233f9 gnome3.gnome-disk-utility: 3.34.0 -> 3.34.4 2020-02-18 07:17:33 -05:00
worldofpeace
c5590c6efa gnome3.dconf-editor: 3.34.3 -> 3.34.4 2020-02-18 07:16:47 -05:00
worldofpeace
539493f2cd gnome3.gnome-music: 3.34.3 -> 3.34.4 2020-02-18 07:16:11 -05:00
worldofpeace
2fd97821a6 gnome3.evolution: 3.34.3 -> 3.34.4 2020-02-18 07:15:34 -05:00
worldofpeace
9f00427bdd meld: 3.20.1 -> 3.20.2 2020-02-18 07:14:40 -05:00
worldofpeace
7f5a2ba1ae gnome3.gnome-photos: 3.34.0 -> 3.34.1 2020-02-18 07:13:57 -05:00
Pierre-Étienne Meunier
c058060402 nodePackages.webpack-dev-server: init at 3.10.3 2020-02-18 11:54:23 +00:00
Dominik Xaver Hörl
1f439a8826 dbus-broker: 21 -> 22 2020-02-18 12:12:48 +01:00
Konrad Borowski
6637f1cac6 cargo-geiger: fix build with rust 1.41 2020-02-18 11:46:50 +01:00
Danylo Hlynskyi
329102c47b
Merge #80328: postgresql: minor updates (security)
Forward-picked from merge 036c524a2e in staging to master,
as upstream claims it fixes CVE-2020-1720.
https://www.postgresql.org/about/news/2011/
2020-02-18 10:48:39 +01:00
Vladimír Čunát
f595677418
efibootmgr: fixup build on i686
Same as efivar; I believe it doesn't really needs LTO.  I checked:
nix build -f nixos/release-combined.nix nixos.iso_minimal.i686-linux
2020-02-18 10:30:23 +01:00
Mario Rodas
5bd7c81ae7
wal-g: 0.2.0 -> 0.2.14 2020-02-18 04:20:00 -05:00
Mario Rodas
e86619f273
postgresqlPackages.pg_auto_failover: 1.0.5 -> 1.0.6 2020-02-18 04:20:00 -05:00
Mario Rodas
2bbe49f4c2
postgresqlPackages.cstore_fdw: 1.6.2 -> 1.7.0 2020-02-18 04:20:00 -05:00
Mario Rodas
53e2a85f85
flexget: 3.1.21 -> 3.1.26 2020-02-18 04:20:00 -05:00
Georges Dubus
af8d7003cf
Merge pull request #79941 from cole-h/fish
fish: 3.0.2 -> 3.1.0
2020-02-18 10:14:48 +01:00
Michele Guerini Rocco
92442113a3
Merge pull request #80350 from rnhmjoj/unscii
unscii: cleanup and split outputs
2020-02-18 09:16:02 +01:00
Michele Guerini Rocco
d61f235639
Merge pull request #80366 from rnhmjoj/ucs-fonts
ucs-fonts: generate pcf, otb and split output
2020-02-18 09:15:34 +01:00
Francesco Gazzetta
eb2ab18614 milkytracker: set cmake sdl variable to fix build
ZHF: #80379
2020-02-18 00:14:56 -08:00
MetaDark
327c4b7ea6 protontricks: 1.4 -> 1.4.1 2020-02-18 00:12:54 -08:00
Rakesh Gupta
50593c6f1e Added additional dependency boto3, needed for s3 cache support 2020-02-18 00:08:54 -08:00
Michael Raskin
ac51e3a63e
Merge pull request #79879 from r-ryantm/auto-update/allegro
allegro5: 5.2.5.0 -> 5.2.6.0
2020-02-18 08:05:21 +00:00
Michael Raskin
9d165398dd
Merge pull request #75534 from averelld/pdftk-new
pdftk: reinit at 3.0.8
2020-02-18 08:04:49 +00:00
Michael Raskin
2a52e5edd2
Merge pull request #79174 from cstich/julia-1.3.1
julia: 1.1 -> 1.3
2020-02-18 08:03:25 +00:00
Michael Raskin
b7b2f31577
Merge pull request #80375 from mmilata/libreoffice-bump-6.4
libreoffice-still: 6.2.6.2 -> 6.3.5.2, libreoffice-fresh: 6.3.0.4 -> 6.4.1.1
2020-02-18 07:59:55 +00:00
Silvan Mosberger
9408c29404 mint: 0.5.0 -> 0.7.1
This also fixes the build with the latest crystal version
2020-02-17 23:54:02 -08:00
Orivej Desh
43ee8097d9 aseprite-unfree: 1.2.11 -> 1.2.16.3
Restore the comment explaining the split between free and unfree versions
deleted in caa4e6dcb2.
2020-02-18 07:51:50 +00:00
Orivej Desh
3ad2c20fe6 aseprite-unfree: fix build
It fails with:

src/gpu/gl/glx/GrGLMakeNativeInterface_glx.cpp:15:10: fatal error: GL/glx.h: No such file or directory
   15 | #include <GL/glx.h>
2020-02-18 07:51:50 +00:00
Benjamin Hipple
4b212b91af mdbook: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
2020-02-17 23:23:37 -08:00
zowoq
472b657221 kepubify: init at 3.0.0
Co-authored-by: Jacob Dillon <jacob.dillon@uconn.edu>
2020-02-18 16:32:51 +10:00
Orivej Desh
0ded378b10 aseprite: fix build with glibc 2.30
Otherwise it fails with:

In file included from /build/source/src/allegro/include/allegro/base.h:41,
                 from /build/source/src/allegro/include/allegro.h:25,
                 from /build/source/src/./she/alleg4/alleg_surface.h:11,
                 from /build/source/src/she/alleg4/alleg_surface.cpp:11:
/build/source/src/allegro/include/allegro/alcompat.h:44:22: error: conflicting declaration of C function 'fixed fadd(fixed, fixed)'
   44 |       AL_ALIAS(fixed fadd(fixed x, fixed y), fixadd(x, y))
      |                      ^~~~
/build/source/src/allegro/include/allegro/internal/alconfig.h:164:49: note: in definition of macro 'AL_ALIAS'
  164 |       static __attribute__((unused)) __inline__ DECL    \
      |                                                 ^~~~
In file included from /nix/store/y57skwl8a5vbkrjrc30ygdw9vr1p6n19-gcc-9.2.0/include/c++/9.2.0/cmath:45,
                 from /nix/store/y57skwl8a5vbkrjrc30ygdw9vr1p6n19-gcc-9.2.0/include/c++/9.2.0/math.h:36,
                 from /build/source/src/./base/base.h:13,
                 from /build/source/src/./config.h:40,
                 from /build/source/src/she/alleg4/alleg_surface.cpp:8:
/nix/store/2v6pi2wj3lcsc3j48n7flx9mgqyii1lv-glibc-2.30-dev/include/bits/mathcalls-narrow.h:24:20: note: previous declaration 'float fadd(double, double)'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      |                    ^~~~~~~~~~~~~~~
2020-02-18 06:07:24 +00:00
Benjamin Hipple
0b91dad9ee tealdeer: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
2020-02-17 21:55:01 -08:00
Dylan Simon
15a97f8d03 ruamel: quote urls, update ordereddict url 2020-02-17 21:54:37 -08:00
Dylan Simon
c3b5bdaba0 ruamel: moved from bitbucket to sourceforge 2020-02-17 21:54:37 -08:00
Mario Rodas
d6a81e905b
Merge pull request #80376 from zowoq/crun
crun: 0.12.1 -> 0.12.2.1
2020-02-18 00:16:32 -05:00
zowoq
bd4ffbcd26 amass: 3.4.2 -> 3.4.4
https://github.com/OWASP/Amass/releases/tag/v3.4.3
https://github.com/OWASP/Amass/releases/tag/v3.4.4
2020-02-18 15:00:37 +10:00