R. RyanTM
39443c6bb7
libtins: 3.5 -> 4.0 ( #38208 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/libtins/versions .
These checks were done:
- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 4.0 with grep in /nix/store/izz1bkj35g5bb6kvqa5kqgb376xhardg-libtins-4.0
- found 4.0 in filename of file in /nix/store/izz1bkj35g5bb6kvqa5kqgb376xhardg-libtins-4.0
- directory tree listing: https://gist.github.com/26990576c9472ca38b4d21613157856b
2018-09-24 23:58:13 +02:00
John Ericson
b9dce11712
lib: Make overrideScope'
which takes arguments in the conventional order
...
The `overrideScope` bound by `makeScope` (via special `callPackage`)
took an override in the form `super: self { … }`. But this is
dangerously close to the `self: super { … }` form used by *everything*
else, even other definitions of `overrideScope`! Since that
implementation did not even share any code either until I changed it
recently in 3cf43547f4
, this inconsistency
is almost certainly an oversight and not intentional.
Unfortunately, just as the inconstency is hard to debug if one just
assumes the conventional order, any sudden fix would break existing
overrides in the same hard-to-debug way. So instead of changing the
definition a new `overrideScope'` with the conventional order is added,
and old `overrideScope` deprecated with a warning saying to use
`overrideScope'` instead. That will hopefully get people to stop using
`overrideScope`, freeing our hand to change or remove it in the future.
2018-09-24 17:50:11 -04:00
Felipe Espinoza
60909fddf8
compactor: 0.11.0 -> 0.11.1 ( #47271 )
2018-09-24 23:24:22 +02:00
xeji
bc22265e65
Merge pull request #47296 from matthewbauer/closure-size-reductions
...
ISO/OVA closure size reductions
2018-09-24 23:21:02 +02:00
Ben Wolsieffer
da18634eff
valgrind: enable debug info ( #47251 )
...
At least on ARM, valgrind produces no stack trace unless debug info is
available for its own libraries.
2018-09-24 22:57:38 +02:00
Jan Malakhovski
6ebad0821f
bluez-alsa: init at 1.3.1 ( #47236 )
2018-09-24 22:42:20 +02:00
Jörg Thalheim
0fcf01958b
Merge pull request #47112 from Avaq/add/twa
...
twa: init at 1.3.1
2018-09-24 21:41:37 +01:00
baracoder
7f0865bac8
dotnet-sdk: Reduce closure: Unpack to a subdirectory to prevent copying build files ( #47269 )
2018-09-24 21:38:26 +01:00
Dmitry Kalinkin
8229fbb486
lhapdf: fix "lhapdf list" interactive tool ( #44905 )
...
In version 6.2.1 the "list" command now uses python bindings, which need
to be imported, so we need to set the PYTHONPATH.
2018-09-24 22:37:44 +02:00
Vladyslav M
634c37cb83
fzy: 0.9 -> 1.0 ( #47295 )
2018-09-24 22:28:12 +02:00
Dmitry Kalinkin
256af6d039
texlive/combine.nix: drop nix1 support ( #47294 )
...
Since 7d1968c0e3
('Nix minimal version: 1.11 -> 2.0') nixpkgs now require nix 2.0+
2018-09-24 22:22:10 +02:00
Elis Hirwing
a12787e61a
phpPackages.phpcbf: 3.3.1 -> 3.3.2
...
Changelog: https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/3.3.2
2018-09-24 22:17:51 +02:00
Elis Hirwing
1b0500e3f1
phpPackages.phpcs: 3.3.1 -> 3.3.2
...
Changelog: https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/3.3.2
2018-09-24 22:17:51 +02:00
Michael Raskin
ce411911e8
Merge pull request #47289 from 1000101/master
...
trezord: 2.0.14 -> 2.0.19 and nixos/trezord: revised and updated udev rules
2018-09-24 20:08:44 +00:00
Matthew Bauer
1427c50cea
nfs-utils: properly strip system-generators
...
nfs-utils had a dependency on gcc through
etc/systemd/system-generators/*-server-generator. It was not stripped
correctly because it’s not in an expected path. This adds it to the
strip list.
2018-09-24 15:07:26 -05:00
Jörg Thalheim
0a8bbcbac5
Merge pull request #47273 from pacien/patch-5
...
matrix-synapse: 0.33.3.1 -> 0.33.5
2018-09-24 20:47:50 +01:00
Jörg Thalheim
725b57ba11
Merge pull request #47283 from flokli/elasticsearch-dsl-6.2.1
...
pythonPackages.elasticsearch-dsl: 0.0.9 -> 6.2.1
2018-09-24 20:40:21 +01:00
Peter Simons
f705ee21f6
Update overrides for ghc-8.6.x.
2018-09-24 21:19:35 +02:00
Peter Simons
873476c55a
haskell-hspec-core: use latest version when building with ghc 8.6.x
2018-09-24 21:19:35 +02:00
Peter Simons
9de1461f45
haskell-stm: update overrides for the new 2.5.x version
2018-09-24 21:19:35 +02:00
Peter Simons
21dc7a6aa5
haskell-text: update overrides for the new version
2018-09-24 21:19:35 +02:00
Peter Simons
9e963c020e
haskell-stm: update overrides for the new 2.5.x version
2018-09-24 21:19:34 +02:00
Peter Simons
dbffdee9d2
Add a couple of overrides to fix build with GHC 8.6.1.
2018-09-24 21:19:34 +02:00
Peter Simons
89972ff45f
all-cabal-hashes: update snapshot to Hackage at 2018-09-18T11:13:20Z
2018-09-24 21:19:34 +02:00
Peter Simons
c50365ec92
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.11.1 from Hackage revision
be1e8a29d2
.
2018-09-24 21:19:29 +02:00
Peter Simons
2fc9fee6b2
hackage2nix: disable broken Hydra builds
2018-09-24 21:18:51 +02:00
Vladimír Čunát
3a09a4b579
Merge branch 'master' into staging
...
Hydra: ?compare=1480463
2018-09-24 21:18:23 +02:00
Florian Klink
18c7fbd78d
pythonPackages.elasticsearch-dsl: 0.0.9 -> 6.2.1
2018-09-24 21:08:31 +02:00
R. RyanTM
f37b39d279
jackett: 0.10.160 -> 0.10.198
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jackett/versions
2018-09-24 20:40:29 +02:00
William Casarin
2aa0b85653
clightning: 0.6.0 -> 0.6.1
...
Update to the latest release.
Highlights for c-lightning users
--------------------------------
- Less stuck payments: Liveness ping test before locking up funds with peers.
- Better routing: now considers size of channels.
- Fewer spurious closes: fee estimate improvements, and new feerates command
- Several annoying bugs fixed.
Highlights for the network
--------------------------
- Gossipd now less spammy with channel_update.
- option_data_loss_protect to protect peers against being out-of-date.
- Payment errors now refer to the correct channel.
Internal Improvements
---------------------
- Simplified client flow; after init message exchange by connectd, each is
isolated in its own daemon.
- JSON parameter handling vastly simplfied.
- Python testing framework now uses proper fixtures, and split into separate
files.
- Many other cleanups and clarifications.
- We keepachangelog.com!
Signed-off-by: William Casarin <jb55@jb55.com>
2018-09-24 11:03:00 -07:00
Jörg Thalheim
d123b30ed1
Merge pull request #47279 from asymmetric/asymmetric/remove-dapptools
...
Remove DappHub projects
2018-09-24 18:49:18 +01:00
Jörg Thalheim
82e739a003
Merge pull request #47221 from Mic92/vim-additional-nix-code
...
vim: remove legacy additional-nix-code
2018-09-24 18:48:17 +01:00
Maximilian Bosch
2babfb5a88
eztrace: 1.0.6 -> 1.1-7 ( #47282 )
...
See https://hydra.nixos.org/build/80721509
Addresses #45960
2018-09-24 19:34:35 +02:00
1000101
180d68ab39
trezord: 2.0.14 -> 2.0.19
2018-09-24 19:25:21 +02:00
Lorenzo Manacorda
6017c6fa5b
*: remove DappHub projects
...
DappHub maintains a separate overlay at
https://github.com/dapphub/dapptools/blob/master/overlay.nix
2018-09-24 19:24:06 +02:00
José Romildo Malaquias
7cd824116a
shades-of-gray-theme: init at 1.1.1 ( #47280 )
2018-09-24 19:22:56 +02:00
Will Dietz
2da6f215d3
Merge pull request #47281 from dtzWill/fix/llvm7-musl-rebase
...
llvm7: update sanitizer patch to fix w/musl
2018-09-24 11:49:56 -05:00
Andrew Dunham
ba278c3b87
boost: limit concurrent jobs to the maximum supported number ( #47255 )
2018-09-24 18:21:16 +02:00
Will Dietz
5b2de5126d
llvm7: update musl patch for sanitizers
2018-09-24 11:19:05 -05:00
Will Dietz
3bd0e50a28
libpfm: don't use -Werror
2018-09-24 11:19:04 -05:00
Jörg Thalheim
e10361b30a
Merge pull request #47275 from dtzWill/fix/iputils-musl
...
iputils: upstream fixes for musl
2018-09-24 17:16:30 +01:00
Andreas Rammhold
24c58bd1cc
Merge pull request #47257 from taku0/firefox-bin-62.0.2
...
firefox, firefox-bin:: 61.0.2 -> 62.0.2, firefox-esr: 60.2.0esr -> 60.2.1esr [Moderate security fixes]
2018-09-24 17:54:26 +02:00
Will Dietz
df1dcbf07f
e2fsprogs: patch out glibc instead of local fix so headers are usable
2018-09-24 10:50:39 -05:00
Elis Hirwing
4406745ab4
testssl: 2.9.5-6 -> 2.9.5-7 ( #47274 )
...
Changelog: https://github.com/drwetter/testssl.sh/releases/tag/v2.9.5-7
2018-09-24 17:40:24 +02:00
R. RyanTM
fe287e755f
mixxx: 2.1.3 -> 2.1.4 ( #47012 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mixxx/versions
2018-09-24 17:23:58 +02:00
xeji
0166be71f6
Merge pull request #47040 from r-ryantm/auto-update/jdupes
...
jdupes: 1.10.2 -> 1.10.4
2018-09-24 17:22:05 +02:00
R. RyanTM
cb4eb106e4
eid-mw: 4.4.3 -> 4.4.7 ( #47076 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/eid-mw/versions
2018-09-24 17:20:55 +02:00
Will Dietz
d84c6bec29
iputils: upstream fixes for musl
2018-09-24 10:19:01 -05:00
Edward Tjörnhammar
491a580716
pythonPackages.sharedmem: init at 0.3.5
2018-09-24 17:00:55 +02:00
Notkea
4cd6502925
matrix-synapse: 0.33.3.1 -> 0.33.5
...
Upgrade matrix-synapse to the latest version,
adding a new required dependency (treq)
2018-09-24 16:57:37 +02:00
Will Dietz
c3b2c31b2f
Merge pull request #47129 from dtzWill/fix/cyrus-sasl-musl
...
cryus-sasl: cleanup, fix w/musl (although not at all musl-specific)
2018-09-24 09:47:07 -05:00
Will Dietz
c0660c4c00
cyrus-sasl: set to null on non-musl per reviewer suggestion
...
Unclear what the problem is exactly regarding regenerating files,
so this makes the change only impact build configs known to need it.
2018-09-24 09:44:30 -05:00
Edward Tjörnhammar
f9c4a74b73
jetbrains.pycharm-professional: 2018.2.3 -> 2018.2.4
2018-09-24 16:39:40 +02:00
Edward Tjörnhammar
feb57bc9b9
jetbrains.pycharm-community: 2018.2.3 -> 2018.2.4
2018-09-24 16:39:11 +02:00
Edward Tjörnhammar
546dfb51a6
jetbrains.goland: 2018.2.2 -> 2018.2.3
2018-09-24 16:38:35 +02:00
Edmund Wu
4b1e3376d1
jetbrains.webstorm: 2018.2.2 -> 2018.2.3
2018-09-24 16:35:17 +02:00
Edmund Wu
9b69a2520a
jetbrains.ruby-mine: 2018.2.1 -> 2018.2.2
2018-09-24 16:35:17 +02:00
Edmund Wu
88692dd376
jetbrains.rider: 2018.2 -> 2018.2.3
2018-09-24 16:35:17 +02:00
Edmund Wu
3bc77e5977
jetbrains.pycharm-professional: 2018.2.2 -> 2018.2.3
2018-09-24 16:35:17 +02:00
Edmund Wu
b30e64bb8a
jetbrains.pycharm-community: 2018.2.2 -> 2018.2.3
2018-09-24 16:35:17 +02:00
Edmund Wu
6f78c882da
jetbrains.phpstorm: 2018.2.2 -> 2018.2.3
2018-09-24 16:35:17 +02:00
Edmund Wu
7ce6836e95
jetbrains.idea-ultimate: 2018.2.2 -> 2018.2.4
2018-09-24 16:35:17 +02:00
Edmund Wu
e2ff1bceb3
jetbrains.idea-community: 2018.2.2 -> 2018.2.4
2018-09-24 16:35:17 +02:00
Edmund Wu
397215b8b6
jetbrains.goland: 2018.2.1 -> 2018.2.2
2018-09-24 16:35:17 +02:00
Edmund Wu
0174f259ac
jetbrains.datagrip: 2018.2.2 -> 2018.2.4
2018-09-24 16:35:17 +02:00
Edmund Wu
98fe28e5ab
jetbrains.clion: 2018.2.2 -> 2018.2.4
2018-09-24 16:35:17 +02:00
Maximilian Bosch
baa7e52fe0
python3Packages.google-compute-engine: fix build ( #47267 )
...
The dependency `distro` was missing.
See https://hydra.nixos.org/build/81330387
Addresses #45960
2018-09-24 15:50:52 +02:00
Jörg Thalheim
841613d3fd
Merge pull request #47148 from LnL7/darwin-broken-e
...
eiskaltdcpp: mark linux only
2018-09-24 13:58:53 +01:00
Jörg Thalheim
db05dd8b6d
Merge pull request #47268 from Ma27/fix-py3exiv2
...
python3Packages.py3exiv2: fix build
2018-09-24 13:52:43 +01:00
Maximilian Bosch
50f23da8e6
python3Packages.py3exiv2: fix build
...
Recent boost versions name their `python3` shared objects
`boost_python3x` rather than `boost_python3`.
See https://hydra.nixos.org/build/80712295
Addresses #45960
2018-09-24 14:32:50 +02:00
Jörg Thalheim
3e270ff919
Merge pull request #46668 from mbode/doitlive_4
...
doitlive: 3.0.3 -> 4.0.1
2018-09-24 13:26:27 +01:00
Jörg Thalheim
c16c117048
Merge pull request #47248 from danme/master
...
nvidia-x11: Fix vulkan VK_KHR_xcb_surface
2018-09-24 13:20:14 +01:00
Jörg Thalheim
6d238c34d2
Merge pull request #47266 from Ma27/fix-ldappool
...
Revert "python: ldappool: 2.2.0 -> 2.3.0"
2018-09-24 13:17:09 +01:00
Maximilian Bosch
fbeb94dd46
Revert "python: ldappool: 2.2.0 -> 2.3.0"
...
This reverts commit 29acc8339f
.
2018-09-24 13:35:05 +02:00
Aldwin Vlasblom
6539722622
twa: init at 1.3.1
2018-09-24 13:31:54 +02:00
Tuomas Tynkkynen
f9197b9f63
linux_rpi: Extend the logic for not installing unnecessary DTBs
...
Now ARMv6 and ARMv7 builds avoid installing DTBs for boards where the
resulting kernel won't run just like the aarch64 builds already do.
Also deduplicates the logic a bit.
2018-09-24 14:16:46 +03:00
Ben Wolsieffer
c841c3e2c6
linux_rpi: add support for Raspberry Pi 3
2018-09-24 14:16:46 +03:00
Jörg Thalheim
21b29cdd43
Merge pull request #34409 from steveeJ/steveej-qemu-vm-fixes
...
qemu-vm: fix script syntax and VM args
2018-09-24 11:59:52 +01:00
Florian Klink
c3cc34f20a
systemd: update to fix nspawn containers ( #47264 )
...
This fixes nspawn containers with older systemd inside currently failing
to start.
See:
https://github.com/NixOS/systemd/pull/23
https://github.com/systemd/systemd/pull/10104
https://github.com/NixOS/nixpkgs/issues/47253
2018-09-24 10:00:50 +01:00
Jörg Thalheim
4a9ca1d8bb
Merge pull request #47254 from cstrahan/update-ycmd-for-go-1.11
...
Update ycmd for go 1.11
2018-09-24 09:55:10 +01:00
Franz Pletz
e9faf00a90
obs-studio: 21.1.2 -> 22.0.2
2018-09-24 09:34:05 +02:00
Jack Kelly
1def63c923
ultimate-oldschool-pc-font-pack: init at 1.0
2018-09-24 16:49:42 +10:00
Charles Strahan
7bcb3305a5
ycmd: 2018-07-24 -> 2018-09-20
2018-09-24 02:13:33 -04:00
Michael Raskin
610203c126
Merge pull request #47259 from AveryLychee/fix/treesheets
...
treesheets: 2017-03-27 -> 2018-08-18
2018-09-24 05:27:46 +00:00
Vincent Laporte
cbc609ca8c
ocamlPackages.odoc: init at 1.2.0
2018-09-24 05:08:37 +00:00
Vincent Laporte
886acaff11
ocamlPackages.doc-ock-xml: init at 1.2.1
2018-09-24 05:08:37 +00:00
Vincent Laporte
41f06396cc
ocamlPackages.doc-ock-html: init at 1.2.1
2018-09-24 05:08:37 +00:00
Vincent Laporte
55ef56b260
ocamlPackages.doc-ock: init at 1.2.1
2018-09-24 05:08:37 +00:00
Mateusz Kowalczyk
2162bebb85
Merge pull request #46981 from r-ryantm/auto-update/opusfile
...
opusfile: 0.10 -> 0.11
2018-09-24 12:43:48 +09:00
Colin Rice
cdeb26ee76
go: Remove pkg/obj directory from the build outputs.
...
This appears to be causing the go package to be roughly 900MB in size.
2018-09-24 03:37:43 +00:00
Avery Lychee
14058e3cbc
treesheets: 2017-03-27 -> 2018-08-18
2018-09-24 13:06:43 +10:00
Will Dietz
b322a8bd3b
bitcoin: parallel build, please! :)
...
(cherry picked from commit dba5534b06c7dffe97ce644b0a5790aca8527a2e)
2018-09-23 22:05:37 -05:00
Will Dietz
8b184ec2e1
bitcoin: don't build tests that aren't used, don't build benchmarks
...
(cherry picked from commit d51c0a87b2ebf756015784839ec9c13950c45323)
2018-09-23 22:05:35 -05:00
taku0
e5778a9991
firefox-esr: 60.2.0esr -> 60.2.1esr
2018-09-24 09:13:03 +09:00
Bas van Dijk
36e8d638d4
haskellPackages.haddock-api: fix build
...
Also remove haddock-library == 1.4.4 since it's not needed anymore
2018-09-24 01:57:09 +02:00
Bas van Dijk
e1d51fa9e6
haskellPackages.yi-core: use overrideScope instead of override
2018-09-24 01:57:09 +02:00
Bas van Dijk
1d7b922238
haskellPackages.safe-money-*: use overrideScope instead of override
2018-09-24 01:57:09 +02:00
Bas van Dijk
38467261c3
haskellPackages.Frames: use overrideScope instead of override
2018-09-24 01:57:09 +02:00
Tim Steinbach
dc401331b3
linux: 4.19-rc4 -> 4.19-rc5
2018-09-23 19:57:00 -04:00
Matthew Bauer
1733030a12
Merge pull request #47207 from matthewbauer/disallow-cc-in-perl
...
perl: disallow cc in perl
2018-09-23 18:47:28 -05:00
Andrew Dunham
7086e1fec3
xloadimage: init at 4.1 ( #47198 )
2018-09-24 00:04:07 +02:00
Andrew Dunham
104014c6ba
hdf4: fix build on aarch64-linux ( #47209 )
...
Pull in the Debian patches for AArch64 support, and a bonus patch for
reproducible builds while we're at it.
2018-09-23 23:56:58 +02:00
xeji
ccd2862130
Merge pull request #47141 from vbgl/jackline-20180511
...
jackline: 2017-12-24 -> 2018-05-11
2018-09-23 23:29:10 +02:00
Bas van Dijk
9b67908e67
haskellPackages.Euterpea: fix build by using PortMidi == 0.2
2018-09-23 22:50:04 +02:00
R. RyanTM
8346ddd9b6
mono-addins: 1.2 -> 1.3.3 ( #46999 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mono-addins/versions
2018-09-23 22:42:47 +02:00
Dmitry Kalinkin
cd1b9d93e6
pyjet: init at 1.3.0 ( #47243 )
2018-09-23 22:40:29 +02:00
Maximilian Bosch
5ad7aedf63
pythonPackages.pyftgl: fix build ( #47232 )
...
See https://hydra.nixos.org/build/80705583
Recent `boost` versions with `python` enabled have changed their naming
scheme for `boost_python` shared objects which causes issues with the
proper linking when building `pyftgl`.
Previously the library was named `boost_python3`, no it's named
`boost_python36` for current python (3.6.x).
The same issue applies for the `python2`.
Addresses #45960
2018-09-23 22:39:21 +02:00
symphorien
540e9726b3
agedu: 20180522.5b12791 -> 20180918.80c7beb ( #47231 )
2018-09-23 22:38:56 +02:00
R. RyanTM
90a587622b
libmediainfo: 18.08 -> 18.08.1 ( #47030 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libmediainfo/versions
2018-09-23 22:38:33 +02:00
R. RyanTM
965836aada
mwic: 0.7.5 -> 0.7.6 ( #46995 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mwic/versions
2018-09-23 22:36:37 +02:00
Jörg Thalheim
58a97dfb49
autoPatchelfHook: do not patch statically linked files
...
Also speed up quite significantly due less forking.
2018-09-23 21:33:43 +01:00
worldofpeace
843d056bc5
solargraph: 0.27.1 -> 0.28.1 ( #47242 )
2018-09-23 22:31:54 +02:00
danme
44fba6df79
nvidia-x11: Fix vulkan VK_KHR_xcb_surface
...
Fixes the issue: https://github.com/NixOS/nixpkgs/issues/39149
Problem was that the Nvidia driver did not find the libxcb-glx at runtime.
(cherry picked from commit bda072cafcef4cf5ff99828852ddc8e06ce1fdbf)
2018-09-23 22:19:21 +02:00
Bas van Dijk
73cf1c26d8
haskellPackages.Frames-beam: disable tests because it requires a running PostgreSQL server
2018-09-23 21:57:17 +02:00
Bas van Dijk
ff6122c993
haskellPackages.Frames: fix build by using vinyl-0.10.0
2018-09-23 21:54:25 +02:00
Will Dietz
4d9f9f171b
make-bootstrap-tools: fix with latest coreutils
...
Since gcc.lib/lib64 is a symlink to 'lib', the use of
"lib*/libgcc_s.so*" triggered a warning (error) with
the latest coreutils. Essentially we were doing:
$ cp a/x b/x y/
And latest coreutils rejects such invocations.
Just copy from 'lib', lib64 is a link to it anyway.
* Nothing else in this file bothers looking at lib*
* AFAICT lib* only ever possibly matched lib64 anyway
2018-09-23 14:54:09 -05:00
Will Dietz
095ef623d9
Revert "Revert "Merge #42880 : coreutils: 8.29 -> 8.30""
...
This reverts commit e3ee9c098a
.
2018-09-23 14:32:25 -05:00
Will Dietz
3abab98bd6
Merge pull request #46888 from dtzWill/feature/llvm-7
...
llvm7
2018-09-23 14:09:27 -05:00
Jan Tojnar
7adbbae0cc
Merge pull request #47240 from joakim1999/master
...
quodlibet: add glib-networking dep
2018-09-23 21:05:22 +02:00
Joakim Pettersvold
6371a6e10b
quodlibet: add glib-networking dep
...
Added glib-networking as dependency so that quodlibet can securely connect to audio streams
2018-09-23 20:33:02 +02:00
Will Dietz
9fe245d7e0
llvm7: optionally use libpfm (exegesis), default off w/darwin
2018-09-23 13:30:18 -05:00
Will Dietz
b3645d74d1
llvm7: only use 1 number in version suffix, upstream changed
...
See llvm 2a6cf85828509e89e18739e5f4b9a958820d66d4
2018-09-23 13:30:18 -05:00
Will Dietz
e3030a2908
libc++7: prefer 'optional' as suggested by comment
2018-09-23 13:30:18 -05:00
Will Dietz
167e799d81
llvm*: http -> https, prefer releases.llvm.org
2018-09-23 13:30:18 -05:00
Will Dietz
0920652c5c
llvm7: update hashes, they did change after all.
...
Pretty sure they did last time too :).
2018-09-23 13:30:17 -05:00
Will Dietz
fca31e1a68
llvm7: use final release tarballs now that they're available
2018-09-23 13:30:17 -05:00
Will Dietz
0c459474f9
tests: add variants for llvm7
2018-09-23 13:30:17 -05:00
Will Dietz
621fd23cb5
compiler-rt: quickfix codesign patch by dropping hunks 'already applied'
...
Quite possibly this is not right.
2018-09-23 13:30:17 -05:00
Will Dietz
ba701ef329
comment
2018-09-23 13:30:17 -05:00
Will Dietz
38699890d6
llvm-manpages: fix build by removing references to $lib output
2018-09-23 13:30:17 -05:00
Will Dietz
b7692f5be5
llvm7: patch test shebang (otherwise test fails)
2018-09-23 13:30:16 -05:00
Will Dietz
bb110d80fc
llvm7: init at 7.0.0rc3
...
Copy of 6 + updated hashes
2018-09-23 13:30:16 -05:00
Sarah Brofeldt
7fb0194d41
Merge pull request #45161 from Gerschtli/update/ts3
...
teamspeak_server: 3.0.13.6 -> 3.3.0
2018-09-23 20:24:48 +02:00
Will Dietz
d2829974e5
Merge pull request #47120 from dtzWill/update/xf86-input-libinput-0.28.0
...
xf86-input-libinput: 0.26.0 -> 0.28.0
2018-09-23 13:23:36 -05:00
Will Dietz
193d248569
Merge pull request #47147 from dtzWill/update/mesa-18.2
...
mesa: 18.1.8 -> 18.2.1
2018-09-23 13:23:29 -05:00
Will Dietz
33ae1a1a78
Merge pull request #47119 from dtzWill/update/libinput-1.12.0
...
libinput: 1.11.3 -> 1.12.0
2018-09-23 13:21:43 -05:00
Samuel Dionne-Riel
fd2b54be2d
Merge pull request #43390 from nyanloutre/pythonApplication.electron-cash.3.3
...
electron-cash: 3.1.6 -> 3.3.1
2018-09-23 14:18:11 -04:00
Jörg Thalheim
e1ef438026
Merge pull request #47234 from Ma27/fix-tig-zsh-completion
...
tig: fix zsh completion
2018-09-23 19:17:40 +01:00
Symphorien Gibol
5bfe8bfcea
openvpn plugins: use absolute paths to configuration gui
2018-09-23 20:15:33 +02:00
Michael Raskin
cb0a258910
Merge pull request #47235 from oxij/pkg/libcardiacarrest-update
...
libcardiacarrest: 12.1-6 -> 12.1-7
2018-09-23 18:08:31 +00:00
Jan Malakhovski
87c0206038
linuxHeaders: cleanup with a mass rebuild
2018-09-23 17:57:17 +00:00
Jan Malakhovski
d0c6bf0a73
libdaemon: cleanup with a mass rebuild
2018-09-23 17:57:17 +00:00
Jan Malakhovski
d5ddae51bd
pkgconfig: cleanup with a mass rebuild
2018-09-23 17:57:17 +00:00
Jan Malakhovski
c77ba8b8f6
newt: cleanup with a mass rebuild
2018-09-23 17:57:17 +00:00
Jan Malakhovski
2067b2a524
texinfo: cleanup with a mass rebuild
2018-09-23 17:57:13 +00:00
Jan Malakhovski
e51b70c714
libcardiacarrest: 12.1-6 -> 12.1-7
2018-09-23 17:46:43 +00:00
Maximilian Bosch
4bf1a7d975
tig: fix zsh completion
...
The ZSH completion script of `tig` basically imports the bash completion
script and uses it as completion approach. Unfortunately the script
takes several assumptions about the directory structure using
`$funcsourcetrace`[1] that don't apply on NixOS.
The easiest workaround is t opatch the completion script and import the
bash completion script from `$out`.
[1] http://zsh.sourceforge.net/Doc/Release/Zsh-Modules.html#index-funcsourcetrace
2018-09-23 19:36:22 +02:00
Jan Malakhovski
ed10043f75
llvmPackages_6.libcxx: cleanup with a mass rebuild
2018-09-23 17:30:32 +00:00
Jan Malakhovski
d2674c5e15
llvm_5: cleanup with a mass rebuild
2018-09-23 17:30:32 +00:00
Jan Malakhovski
1abf1971cd
gcc7: cleanup with a mass rebuild
2018-09-23 17:30:32 +00:00
John Ericson
b14db1b0ba
gcc-*: Clean up crossStageStatic logic
...
54282b9610
tread carefuly to avoid a mass
rebuild. This embraces the mass rebuild to clean things up.
2018-09-23 17:30:32 +00:00
Jan Malakhovski
b2c7a5a271
bintools-wrapper, cc-wrapper, stdenv: infer propagateDoc automatically
...
02c09e0171
(NixOS/nixpkgs#44558 ) was reverted in
c981787db9
but, as it turns out, it fixed an issue
I didn't know about at the time: the values of `propagateDoc` options were
(and now again are) inconsistent with the underlying things those wrappers wrap
(see NixOS/nixpkgs#46119 ), which was (and now is) likely to produce more instances
of NixOS/nixpkgs#43547 , if not now, then eventually as stdenv changes.
This patch (which is a simplified version of the original reverted patch) is the
simplest solution to this whole thing: it forces wrappers to directly inspect the
outputs of the things they are wrapping instead of making stdenv guess the correct
values.
2018-09-23 17:29:56 +00:00
John Ericson
359d00f8b0
top-level: system
should still come from the host platform
...
2a6e4ae49a
and
e51f736076
reverted a bit too much, and I
initially missed this when reviewing. The release notes already still
mention this change, too.
2018-09-23 13:24:44 -04:00
nyanloutre
1004dae356
electron-cash: Reminder to remove the QT wrapper
2018-09-23 18:50:38 +02:00
nyanloutre
f5a5752630
electron-cash: fix #24256
2018-09-23 18:44:28 +02:00
nyanloutre
e33a7dfd54
electron-cash: 3.3 -> 3.3.1
2018-09-23 18:44:25 +02:00
nyanloutre
c5af608dd2
electron-cash: 3.1.6 -> 3.3
2018-09-23 18:44:21 +02:00
Jörg Thalheim
a326da978f
Merge pull request #47220 from flokli/php-mysql-sock
...
php: set mysql socket path if mysql[i] or pdo_mysql support is enabled
2018-09-23 16:18:43 +01:00
John Ericson
45f40f5fe0
Merge commit 'b97242238d7efb029c76eb8d4fe4b1228a5b49a8'
...
Both parent commits were previously tied as the most recent ancestor to
'master' and 'release-18.09'.
2018-09-23 10:59:27 -04:00
Sarah Brofeldt
4445414073
Merge pull request #44968 from Ekleog/wasm-gc-init
...
wasm-gc: init at 0.1.6
2018-09-23 16:07:34 +02:00
Jörg Thalheim
0ae8ac8651
Merge pull request #47219 from lheckemann/xcb-1.13
...
xorg.libxcb: 1.12 -> 1.13
2018-09-23 14:59:05 +01:00
Jörg Thalheim
aa39d5a614
vim: remove legacy additional-nix-code
...
This is a left-over from https://github.com/NixOS/nixpkgs/pull/46394
We no longer use this.
2018-09-23 14:56:27 +01:00
Jörg Thalheim
ef764eb0d8
Merge pull request #47217 from dywedir/iwd
...
iwd: 0.7 -> 0.8
2018-09-23 14:39:05 +01:00
Léo Gaspard
0602e6ddfe
wasm-gc: init at 0.1.6
2018-09-23 22:33:09 +09:00
R. RyanTM
d57b9eb6d6
pgtap: 0.98.0 -> 0.99.0 ( #46980 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pgtap/versions
2018-09-23 15:09:37 +02:00
Florian Klink
baa04e4204
php: set mysql socket path if mysql[i] or pdo_mysql support is enabled
...
PHP tries to discover the mysql default socket path during configure
phase by probing the file system:
cf3b852109/ext/mysqli/config.m4 (L4)
This obviously fails to discover /run/mysqld/mysqld.sock, which is being
used (hardcoded) across all MySQL flavours.
This leads to PHP having no mysql socket path set for the mysql[i]
extensions, and `/tmp/mysql.sock` set for pdo_mysql,
meaning one currently has to manually configure and set it in php.ini.
Luckily, PHP supports setting that path via
`--with-mysql-sock=/run/mysqld/mysqld.sock` during configure phase,
so let's do this as soon as one of the three modules is enabled.
2018-09-23 15:08:39 +02:00
Vladyslav M
e5916b8b7f
bat: 0.7.0 -> 0.7.1 ( #47216 )
2018-09-23 15:06:51 +02:00
Linus Heckemann
155e017390
xorg.libxcb: 1.12 -> 1.13
2018-09-23 13:53:25 +01:00
Vladyslav Mykhailichenko
3b7ecaa798
iwd: 0.7 -> 0.8
2018-09-23 15:26:55 +03:00
Jan Tojnar
979089c1bc
packagekit: Enable introspection
2018-09-23 14:25:43 +02:00
Boris
f799dff21b
gitAndTools.pre-commit: 1.11.0 -> 1.11.1 ( #47211 )
2018-09-23 14:01:56 +02:00
Vladimír Čunát
d9f7d27ef5
Merge #45683 : nvidia_x11: 390.77 -> 390.87
2018-09-23 12:02:25 +02:00
Jos van Bakel
91d9e1eb22
influxdb: 1.4.1 -> 1.6.3 ( #47186 )
2018-09-23 12:00:52 +02:00
Andrew Dunham
c987ed0896
erlangR18: apply upstream patches to fix nondeterministic build failures ( #47202 )
...
As per the following bug report, sometimes erts/start_scripts will fail
to compile because of a Makefile ordering issue. Apply the upstream
patches to fix this.
https://bugs.erlang.org/browse/ERL-241
2018-09-23 11:01:57 +02:00
Samuel Dionne-Riel
ef2b217812
qesteidutil: Fixes build from Qt upgrade. ( #46083 )
2018-09-23 10:14:48 +02:00
markuskowa
3f883b443c
gnuradio-limesdr: init at 1.0.0-RC ( #47176 )
2018-09-23 10:08:50 +02:00
Andrew Dunham
e141f7cd2f
pythonPackages.flask_assets: fix tests ( #47203 )
2018-09-23 10:02:51 +02:00
Sarah Brofeldt
3d6fbe8ee3
Merge pull request #47190 from andrew-d/andrew/xsecurelock-1.1
...
xsecurelock: 1.0 -> 1.1
2018-09-23 09:56:33 +02:00
lewo
1dc8728589
Merge pull request #46951 from r-ryantm/auto-update/smplayer
...
smplayer: 18.6.0 -> 18.9.0
2018-09-23 09:40:04 +02:00
Dmitry Vyal
f7f8b60ace
pytorch-0.4 rpath fix, some tests reenabled
2018-09-23 09:36:32 +02:00
Dmitry Vyal
81caec3568
openblas-0.3.1 -> 0.3.3
2018-09-23 09:35:29 +02:00
Frederik Rietdijk
14673d61ed
Merge master into staging
2018-09-23 09:33:09 +02:00
Frederik Rietdijk
56853dc6d8
Merge pull request #45941 from NixOS/staging-next
...
Staging next
2018-09-23 09:31:28 +02:00
Frederik Rietdijk
343ac4d2fc
Merge pull request #42619 from nyanloutre/pythonPackages.block-io
...
pythonPackages.block-io: init at 1.1.8
2018-09-23 09:27:51 +02:00
Matthew Bauer
6910a9d1e2
perl: disallow reference to cc
...
Fixes #46077
2018-09-23 00:28:23 -05:00
Charles Duffy
bd13ef5944
Introduce desync, an alternate implementation of casync ( #47195 )
...
desync isn't as feature-rich as casync, but has a focus on production usability
and implementation quality which may make it a more appropriate tool.
2018-09-23 01:22:07 +02:00
xeji
434c2610f6
Merge pull request #47194 from markuskowa/gr-updates
...
gnuradio-[rds,nacl]: 2016-08-27 -> 1.0.0, 2015-11-05 -> 2017-04-10
2018-09-23 01:19:15 +02:00
Will Dietz
c20caa6a6f
gnomecast: 1.4.0 -> 1.4.1 ( #47191 )
2018-09-23 00:31:07 +02:00
Matthew Bauer
3bc7ad9364
Merge pull request #46773 from mcmtroffaes/feature/fix-brotli-mingw
...
brotli: ensure CMAKE_SYSTEM_NAME=Windows on mingw cross builds
2018-09-22 17:12:10 -05:00
Stefan Junker
f777d2b719
virtualization/qemu-vm: fix and improve virtio/scsi switching
2018-09-22 23:29:19 +02:00
Daiderd Jordan
52a1179b6c
ffmpeg: don't use gcc on darwin ( #47189 )
...
This isn't necessary and causes build failures for certain versions.
CC libavfilter/libmpcodecs/vf_eq2.o
CC libavfilter/libmpcodecs/vf_fil.o
CC libavfilter/libmpcodecs/vf_fspp.o
libavfilter/libmpcodecs/vf_fspp.c:939:18: error: unknown token in expression
movq %mm2, 0*8+(%rsp)
/cc ZHF #45961
2018-09-22 23:13:10 +02:00
Andrew Dunham
da18ffac6b
xsecurelock: 1.0 -> 1.1
2018-09-22 13:52:32 -07:00
Jörg Thalheim
a8413d816a
luaPackages.luadbi: 0.5 -> 0.6 ( #47156 )
...
Switch to maintained fork that is compatible with lua5.2/lua5.3.
This package was tested with prosody.
2018-09-22 22:27:35 +02:00
Joachim F
9fee74d616
Merge pull request #46586 from elitak/factorio
...
factorio: download using token, not password
2018-09-22 19:57:12 +00:00
Elis Hirwing
0b82fbc3af
php: Refactor so we can upgrade PHP per platform ( #47162 )
...
This way we don't need to disable flags etc by platform and can still
backport new versions to stable for linux even if there's a bug or
something in the darwin build.
2018-09-22 20:22:57 +02:00
Joachim Fasting
f2ba1a4284
tor-browser-bundle-bin: 8.0 -> 8.0.1
2018-09-22 20:13:55 +02:00
Markus Kowalewski
3063794c88
gnuradio-nacl: 2015-11-05 -> 2017-04-10
2018-09-22 19:56:48 +02:00
R. RyanTM
ef04436f7b
latte-dock: 0.8.0 -> 0.8.1 ( #47027 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/latte-dock/versions
2018-09-22 13:44:33 -04:00
Andrew Dunham
fcde178ed5
libsndfile: Add patch for CVE-2018-13139 ( #47160 )
2018-09-22 19:29:12 +02:00
Kévin Rauscher
7a5483e8b4
mopidy-iris: 3.26.1 -> 3.26.2 ( #47161 )
2018-09-22 19:21:26 +02:00
Christian Kauhaus
6adb944cb6
lua: 5.2.3 -> 5.2.4 ( #47126 )
...
Lua 5.2.4 is the EOL point release of the 5.2 series.
2018-09-22 19:09:33 +02:00
Orivej Desh
1491d4f268
yed: 3.18.1 -> 3.18.1.1
2018-09-22 16:59:38 +00:00
Pascal Bach
a8087e3bd7
gitlab-runner: 11.2.0 -> 11.3.0 ( #47167 )
2018-09-22 18:49:35 +02:00
Markus Kowalewski
3b0d303604
gnuradio-rds: 2016-08-27 -> 1.0.0
2018-09-22 18:35:51 +02:00
R. RyanTM
aefb40b671
hylafaxplus: 5.6.0 -> 5.6.1 ( #47045 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/hylafaxplus/versions
2018-09-22 18:25:44 +02:00
Théo Zimmermann
d1b97bcbe8
dune: 1.1.1 -> 1.2.1
2018-09-22 16:11:34 +00:00
rbasso
1a5788010e
exercism: 3.0.6 -> 3.0.9 ( #47170 )
2018-09-22 18:09:41 +02:00
xeji
c770699524
devpi-client: 3.1.0 -> 4.1.0, fix tests ( #47142 )
2018-09-22 18:07:00 +02:00
Luke Clifton
4eebe205fe
dvtm: refactor (fix on darwin) ( #47103 )
2018-09-22 14:18:47 +00:00
Luke Clifton
3d8f6b6188
abduco: refactor (compile on darwin) ( #47124 )
2018-09-22 14:07:34 +00:00
Joachim F
62366489cd
Merge pull request #46935 from r-ryantm/auto-update/wesnoth
...
wesnoth: 1.14.4 -> 1.14.5
2018-09-22 13:59:09 +00:00
adisbladis
8f5a37829d
subsurface: 4.8.1 -> 4.8.2
2018-09-22 21:41:03 +08:00
Michael Weiss
1357f6492c
androidStudioPackages.{dev,canary}: 3.3.0.9 -> 3.3.0.10
2018-09-22 15:27:42 +02:00
xeji
9e87b56dd1
zathura: 0.4.0 -> 0.4.1 ( #47140 )
...
This fixes the synctex-related build failure with texlive 2018
(currently on 18.09).
2018-09-22 14:17:34 +02:00
Sarah Brofeldt
924d90d5e0
Merge pull request #47164 from adisbladis/weechat-meta
...
weechat: Add version and meta to `buildEnv` package
2018-09-22 14:05:01 +02:00
adisbladis
230fd49738
weechat: Add version and meta to buildEnv
package
...
Currently the output from `nix search` and similar tools are lacking
important meta data
2018-09-22 19:46:21 +08:00
Peter Simons
2ffcbeda13
ghc: add release version for 8.6.1
2018-09-22 13:26:33 +02:00
Peter Simons
7a036a5cbe
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.11.1 from Hackage revision
c75652c02b
.
2018-09-22 13:26:33 +02:00
adisbladis
54cbcdf6a9
Merge pull request #46921 from rawtaz/open-vm-tools
...
open-vm-tools: 10.1.10 -> 10.3.0
2018-09-22 19:17:52 +08:00
Jörg Thalheim
e969e0f78a
Merge pull request #47138 from Jeschli/pev
...
pev: init at unstable-2018-07-22
2018-09-22 11:56:59 +01:00
jeschli
4c9898108d
pev: init at unstable-2018-07-22
2018-09-22 12:14:56 +02:00
Maximilian Bode
2791f43eeb
doitlive: 3.0.3 -> 4.0.1
2018-09-22 09:52:57 +02:00
Maximilian Bode
ff2dddac7d
pythonPackages.click-completion: init at 0.4.1
2018-09-22 09:52:49 +02:00
Maximilian Bode
af7adc206d
pythonPackages.shellingham: init at 1.2.6
2018-09-22 09:52:48 +02:00
Maximilian Bode
be1f39244f
pythonPackages.click-didyoumean: init at 0.0.3
2018-09-22 09:52:48 +02:00
Orivej Desh
e78cf6ecba
python.pkgs.pysam: 0.13.0 -> 0.15.1
2018-09-21 22:48:56 +00:00
Orivej Desh
7545b7dcf3
platypus: 2017-03-07 -> 2018-07-22
2018-09-21 22:42:28 +00:00
Orivej Desh
cefd38b721
samtools: 1.8 -> 1.9
2018-09-21 22:42:28 +00:00
Orivej Desh
f0c0e2acc6
htslib: 1.7 -> 1.9
2018-09-21 22:42:28 +00:00
Will Dietz
7df10f388d
Merge pull request #46988 from dtzWill/update/range-v3-0.3.7
...
range-v3: 0.3.6 -> 0.3.7
2018-09-21 17:00:15 -05:00
Valentin Heidelberger
4a68689bb4
youtube-dl: 2018.09.10 -> 2018.09.18 ( #47151 )
2018-09-21 23:29:29 +02:00
Jan Tojnar
93408aecc4
Merge pull request #46274 from mvnetbiz/libratbag
...
libratbag: init at v0.9.903
2018-09-21 22:49:17 +02:00
Michael Weiss
a526719184
signal-desktop: 1.16.1 -> 1.16.2
2018-09-21 21:46:41 +02:00
John Ericson
aba5f4974a
Merge pull request #47145 from obsidiansystems/fetchzip-cross
...
fetchzip: Use unzip from buildPackages
2018-09-21 14:52:17 -04:00
Daiderd Jordan
52ad963b50
eiskaltdcpp: mark linux only
...
The darwin build fails and other platforms will probably run into
similar issues.
Determining if the Q_WS_QWS exist failed with the following output:
Change Dir: /tmp/nix-build-eiskaltdcpp-2.2.10.drv-0/source/build/CMakeFiles/CMakeTmp
Run Build Command:"/nix/store/qfag24z6xsr6jkyi8gb4cv62rp945rbk-gnumake-4.2.1/bin/make" "cmTC_14e67/fast"
/nix/store/qfag24z6xsr6jkyi8gb4cv62rp945rbk-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_14e67.dir/build.make CMakeFiles/cmTC_14e67.dir/build
make[1]: Entering directory '/private/tmp/nix-build-eiskaltdcpp-2.2.10.drv-0/source/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_14e67.dir/CheckSymbolExists.cxx.o
/nix/store/2gdwhdzhy4iwkp7fh8v6gy6nxj1zi9pv-clang-wrapper-5.0.2/bin/clang++ -I/nix/store/8dzqilmdr0p3qmmrxh51xk7wli6grm0i-qt-4.8.7/include -F/nix/store/8dzqilmdr0p3qmmrxh51xk7wli6grm0i-qt-4.8.7/lib -std=c++0x -pipe -Wformat -Werror=format-security -arch x86_64 -o CMakeFiles/cmTC_14e67.dir/CheckSymbolExists.cxx.o -c /tmp/nix-build-eiskaltdcpp-2.2.10.drv-0/source/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/tmp/nix-build-eiskaltdcpp-2.2.10.drv-0/source/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: use of undeclared identifier 'Q_WS_QWS'
return ((int*)(&Q_WS_QWS))[argc];
^
/cc ZHF #45961
2018-09-21 20:49:37 +02:00
Uli Baum
819c47f1c4
jdupes: fix source hash
2018-09-21 20:48:24 +02:00
R. RyanTM
3ac97c054f
lgogdownloader: 3.3 -> 3.4 ( #47039 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lgogdownloader/versions
2018-09-21 20:45:07 +02:00
John Ericson
a94879630b
Merge pull request #47143 from obsidiansystems/windows-libusb
...
libusb1: Build everywhere, since MinGW works
2018-09-21 14:28:29 -04:00
Will Dietz
0d91e3b550
mesa: add new required dep on libXrandr
2018-09-21 13:25:12 -05:00
Will Dietz
a94ac965c8
libxcb: 1.12 -> 1.13 (proto too)
...
(cherry picked from commit 5853e62637eb2aaa1f2ccbcbf62c2a4f232a4257)
2018-09-21 13:24:47 -05:00
Will Dietz
c1743dd12d
mesa: drop non-applying hunk, hopefully include no longer needed
...
(cherry picked from commit b673b8987872adfd97fdb8821198450ff229118d)
2018-09-21 13:24:07 -05:00
Will Dietz
6248955e6a
mesa: 18.1.8 -> 18.2.1
...
(cherry picked from commit eb2b89a0a1901d4c89dcc6c0a36e1cabd1fcd002)
2018-09-21 13:23:38 -05:00
Daiderd Jordan
1a1a5af252
Merge pull request #47051 from LnL7/darwin-broken-d
...
broken darwin packages (d)
2018-09-21 20:15:00 +02:00
taku0
da9823672f
firefox: 61.0.2 -> 62.0.2
2018-09-22 03:13:50 +09:00
taku0
5b79f81a39
firefox-bin: 61.0.2 -> 62.0.2
2018-09-22 03:12:20 +09:00
Tobias Happ
d7b8f68c05
pythonPackages.dependency-injector: 3.13.1 -> 3.13.2 ( #47139 )
2018-09-21 20:08:02 +02:00
Will Dietz
203b0ac982
s-tui: 0.7.5 -> 0.8.2 ( #47133 )
2018-09-21 19:42:36 +02:00
Bas van Dijk
73862bf812
haskellPackages.mandrill: fix build for ghc843
2018-09-21 19:08:25 +02:00
Vincent Laporte
dbd5783791
jackline: 2017-12-24 -> 2018-05-11
2018-09-21 17:04:24 +00:00
Vincent Laporte
26aa4c36ba
ocamlPackages.erm_xmpp: 0.3 -> 0.3+20180112
2018-09-21 17:04:23 +00:00