Franz Pletz
f30f120b9b
unifiLTS: 5.6.39 -> 5.6.42
2019-05-06 16:12:42 +02:00
Renaud
2a945ffc52
Merge pull request #60824 from r-ryantm/auto-update/vte
...
vte: 0.56.1 -> 0.56.2
2019-05-06 16:07:25 +02:00
Danylo Hlynskyi
ce0345a6c8
Merge pull request #61046 from marsam/platforms-postgresqlPackages
...
postgresqlPackages: enable on platforms where PostgreSQL is supported
2019-05-06 16:42:52 +03:00
Renaud
e13808f6de
Merge pull request #60989 from c0bw3b/pkg/libwmf
...
libwmf: 0.2.8.4 -> 0.2.12
2019-05-06 15:17:55 +02:00
Jörg Thalheim
7b77c27caa
linux_5_0: restore __kernel_fpu_{begin,restore}
...
In 5.0er these function were removed from the public interface also zfs needs
them for AVX/AES-NI support. Without this patch for example throughput on a
encrypted zfs dataset drops to 200 MB/s from 1.2 GB/s. These functions were
removed as their was no user within the linux kernel tree itself.
2019-05-06 14:14:40 +01:00
Tim Steinbach
c2c4cc683f
common-updater: Fix syntax
...
Missing space before closing ] in if statement caused syntax errors
2019-05-06 08:49:11 -04:00
Tim Steinbach
e3bee64f78
oh-my-zsh: 2019-05-03 -> 2019-05-05
2019-05-06 08:49:11 -04:00
Peter Simons
fcbb4aa567
wasilibc: fix evaluation error introduced in 9abff4af4f07c16aecd89bf82051afbc3228d6fd
2019-05-06 14:42:49 +02:00
Peter Simons
9a0bd49c27
ghc-8.8.x: patch zlib, optparse-applicative, HTTP, and hackage-security to fix their builds
2019-05-06 14:42:49 +02:00
Peter Simons
d8bbb81d48
ghc-8.8.x: patch logict and th-abstraction to fix their builds
2019-05-06 14:42:49 +02:00
Peter Simons
de0fadd2c2
ghc-8.8.x: patch regex-base, regex-posix, and exceptions to fix the build
2019-05-06 14:42:49 +02:00
Peter Simons
470faf83f6
ghc-8.8.x: build cabal-install with the native Cabal library
2019-05-06 14:42:49 +02:00
Peter Simons
5c100aad2a
ghc-8.8.x: use latest git version of resolv to fix the build
2019-05-06 14:42:49 +02:00
Peter Simons
fa5ebccbdf
ghc-8.8.x: patch regex-base to fix the build
2019-05-06 14:42:49 +02:00
Peter Simons
c83c189696
ghc-8.8.x: patch QuickCheck to fix the build
2019-05-06 14:42:49 +02:00
Peter Simons
3362111abf
ghc-8.8.x: patch colour and dlist to fix their builds
2019-05-06 14:42:49 +02:00
Peter Simons
fd26fa9c1e
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.14.2-10-gb2ea1c2 from Hackage revision
4d015cbe2f
.
2019-05-06 14:42:49 +02:00
Pascal Wittmann
2c86fc4daf
yesod-markdown: unbreak as it builds fine
2019-05-06 14:42:48 +02:00
Pascal Wittmann
7ddf899582
esqueleto: fix build by skipping tests and haddock
2019-05-06 14:42:48 +02:00
Pascal Wittmann
06026f28f3
classy-prelude-yesod: fix build by skipping haddock
2019-05-06 14:42:48 +02:00
Silvan Mosberger
92d522154c
hackage2nix: Unmark hnix as broken
2019-05-06 14:42:48 +02:00
Peter Simons
40c69a36cf
hackage2nix: update list of broken builds
2019-05-06 14:42:48 +02:00
Peter Simons
3039b8db0c
Merge pull request #59602 from amirshavit/boost170
...
boost 170: init at 1.70.0
2019-05-06 14:41:17 +02:00
Peter Simons
62c93c9818
Merge pull request #60490 from dotlambda/dovecot-2.3.6
...
dovecot: 2.3.5.2 -> 2.3.6
2019-05-06 14:40:17 +02:00
R. RyanTM
47c78acd8e
utf8proc: 2.2.0 -> 2.3.0 ( #59724 )
...
* utf8proc: 2.2.0 -> 2.3.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/utf8proc/versions
* utf8proc: use fetchFromGitHub
2019-05-06 14:30:33 +02:00
Ryan Mulligan
b6f00152b4
Merge pull request #61013 from r-ryantm/auto-update/python3.7-altair
...
python37Packages.altair: 2.4.1 -> 3.0.0
2019-05-06 05:22:39 -07:00
Renaud
814f127e57
Merge pull request #61002 from r-ryantm/auto-update/ocaml4.06.1-re
...
ocamlPackages.re: 1.8.0 -> 1.9.0
2019-05-06 13:56:15 +02:00
Mathieu Boespflug
361e9185c8
linkchecker: fix bad interaction with python3
...
Previously, `nix-shell -p linkchecker python3` would lead to a broken
`python3` command. That's because Python 2 packages would pollute the
environment and confuse the interpreter. `linkchecker` has propagated
build inputs. So the solution is to use `pythonPath` instead, to avoid
the pollution.
2019-05-06 13:32:41 +02:00
Mario Rodas
12ee718d19
postgresqlPackages: enable on platforms where PostgreSQL is supported
2019-05-06 06:00:00 -05:00
Lana Black
4f80ddcef5
pipenv: fix missing dependency issue ( #61027 )
2019-05-06 10:48:50 +00:00
Will Dietz
8cba1c7727
swift: install "editor-integration" component as well
2019-05-06 12:48:41 +02:00
Will Dietz
80d58e2bf5
swift: move most inputs to nativeBuildInputs
2019-05-06 12:47:58 +02:00
Renaud
83d6250145
Merge pull request #61004 from r-ryantm/auto-update/ocaml4.06.1-ppx_derivers
...
ocamlPackages.ppx_derivers: 1.2 -> 1.2.1
2019-05-06 12:21:16 +02:00
xrelkd
150bad7cbd
cargo-bloat: 0.6.2 -> 0.6.3
2019-05-06 18:04:44 +08:00
Timo Kaufmann
e364f4d017
Merge pull request #61034 from taku0/firefox-bin-66.0.4
...
firefox-bin: 66.0.3 -> 66.0.4, firefox-esr: 60.6.1esr -> 60.6.2esr
2019-05-06 11:12:23 +02:00
Austin Seipp
0a4cd28f84
linuxPackages.bcc: 0.8.0 -> 0.9.0
...
Requires a minor tweak to the deadlock detector patch (the file was
renamed in the upstream repo).
bcc now also wants a copy of libbpf, which it doesn't have in the source
release tarball. Clone a copy from GiHub that's synchronized with the
release, and put it in place.
Tested on Linux 5.1 (with bpftrace as well).
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-05-06 01:42:02 -05:00
Austin Seipp
181e971755
linux: add 5.1 release
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-05-06 00:39:22 -05:00
taku0
07458c2f38
firefox-esr: 60.6.1esr -> 60.6.2esr
2019-05-06 13:35:25 +09:00
taku0
ad042f186f
firefox-bin: 66.0.3 -> 66.0.4
2019-05-06 13:31:28 +09:00
(cdep)illabout
4a27b3cd35
Small grammar fix.
2019-05-06 13:28:29 +09:00
(cdep)illabout
621cb999bd
Rename to memtest86-efi.
2019-05-06 13:28:29 +09:00
Daniel Schaefer
2845c175dd
Update pkgs/tools/misc/memtest86/default.nix
...
Co-Authored-By: cdepillabout <cdep.illabout@gmail.com>
2019-05-06 13:28:29 +09:00
(cdep)illabout
fa6af70ead
memtest86: 4.3.6 -> 8.0
...
This updates memtest86 to (almost) the latest version.
memtest86-4.3.6 is the older version. It was open source, but marked
broken. memtest86-8.0 is the newer version. It is no longer open
source, but it is possible to build and use. There appear to be no
restrictions on its use or redistribution.
2019-05-06 13:28:29 +09:00
Luis Pedro Coelho
4b1e12c5b7
pythonPackages.imread: 0.6 -> 0.7.0
...
Mostly trivial update of version and hashes, but also explicitly use the
right dependencies
2019-05-06 06:12:09 +02:00
Will Dietz
76ac8a30ed
dhcpcd: 7.2.1 -> 7.2.2
...
https://roy.marples.name/archives/dhcpcd-discuss/0002428.html
2019-05-05 23:00:05 -05:00
Dmitry Kalinkin
a71d9bf5af
Merge pull request #61029 from eadwu/vscode-extensions.WakaTime.vscode-wakatime/2.0.9
...
vscode-extensions.WakaTime.vscode-wakatime: 2.0.7 -> 2.0.9
2019-05-05 23:51:42 -04:00
Mitsuhiro Nakamura
e034a519a4
SDL2: add fcitx support ( #60991 )
2019-05-05 23:51:08 -04:00
R. RyanTM
89a650a593
python37Packages.awkward: 0.8.15 -> 0.9.0 ( #61014 )
...
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-awkward/versions
2019-05-05 23:47:13 -04:00
Mario Rodas
4e414a1dd0
Merge pull request #61006 from ivan/prometheus_2-2.9.2
...
prometheus_2: 2.8.1 -> 2.9.2
2019-05-05 21:17:07 -05:00
Mario Rodas
e47dd1bb34
cedille: fix hash
2019-05-05 20:47:29 -05:00