217109 Commits

Author SHA1 Message Date
R. RyanTM
9ce73d1a62 python37Packages.pikepdf: 1.10.0 -> 1.10.2 2020-03-06 07:23:36 +01:00
R. RyanTM
338639e729 python27Packages.pyface: 6.1.1 -> 6.1.2 2020-03-06 07:23:19 +01:00
R. RyanTM
8a21b2f556 python27Packages.traitsui: 6.1.1 -> 6.1.3 2020-03-06 07:23:07 +01:00
R. RyanTM
7703cc22fe python27Packages.uproot: 3.11.2 -> 3.11.3 2020-03-06 07:22:55 +01:00
R. RyanTM
e04fab644f osi: 0.108.4 -> 0.108.6 2020-03-06 07:22:33 +01:00
R. RyanTM
2d1a19dda1 elogind: 243.4 -> 243.7 2020-03-06 07:22:15 +01:00
R. RyanTM
d34475c91b facter: 3.14.7 -> 3.14.8 2020-03-06 07:21:40 +01:00
R. RyanTM
ef1ace9dd2 gdcm: 3.0.4 -> 3.0.5 2020-03-06 07:21:26 +01:00
R. RyanTM
592507780c urh: 2.8.2 -> 2.8.3 2020-03-06 07:21:10 +01:00
R. RyanTM
9a2a995a8f zotero: 5.0.82 -> 5.0.83 2020-03-06 07:20:57 +01:00
R. RyanTM
853bf469bc rawtherapee: 5.7 -> 5.8 2020-03-06 07:20:28 +01:00
R. RyanTM
b6245f5061 intel-graphics-compiler: 1.0.3041 -> 1.0.3151 2020-03-06 07:20:10 +01:00
R. RyanTM
4665c94d0c skypeforlinux: 8.55.0.141 -> 8.56.0.103 2020-03-06 07:19:52 +01:00
R. RyanTM
b3793e1181 cmake: 3.16.4 -> 3.16.5 2020-03-06 06:14:36 +00:00
Matthew Bauer
8d72e6bd5f util-linux: use $bin output for umount
This wasn’t updated when adding the bin output.
2020-03-06 07:14:20 +01:00
Frederik Rietdijk
188c3a4d03 Merge staging-next into staging 2020-03-06 07:09:30 +01:00
Frederik Rietdijk
05aeaea23d Merge master into staging-next 2020-03-06 07:09:06 +01:00
R. RyanTM
43ccb035b9 vim: 8.2.0227 -> 8.2.0343 2020-03-06 07:08:49 +01:00
Cole Mickens
a1f22cb2bf libva: 2.5.0 -> 2.6.1 2020-03-06 07:08:29 +01:00
R. RyanTM
023ef3d1a4 libevdev: 1.8.0 -> 1.9.0 2020-03-06 07:07:16 +01:00
Matthew Bauer
dfbe76a681 waf: move binary to $out/bin/
Originally this was just the executable, but this breaks nix-shell
usage. Instead, just do a normal directory.

Fixes #79909
2020-03-06 07:06:01 +01:00
Lancelot SIX
4e08586690 gdb: 8.3.1 -> 9.1
See https://www.gnu.org/software/gdb/download/ANNOUNCEMENT for release
information
2020-03-06 07:04:07 +01:00
zowoq
bb0d036002 ncurses: 6.1-20190112 -> 6.2
https://invisible-island.net/ncurses/announce-6.2.html
2020-03-06 07:01:42 +01:00
Felix Tenley
efc1e24565 vdpauinfo: 1.0 -> 1.3 2020-03-06 07:01:06 +01:00
Felix Tenley
297f755012 libvdpau: 1.2 -> 1.3
adds support for VP9 decoding
2020-03-06 07:01:06 +01:00
Vincent Breitmoser
7cc68a961d gnupg: apply patch to allow import of key updates without user ids
This adds a patch series which allows GnuPG to import updates
(revocations and subkeys) from certificates that contain no user ids.
This is relevant for refreshing keys from the default keyserver
keys.openpgp.org, where only user ids that contain verified email
addresses will be distributed, and revoked keys never contain any user
ids.

This patch series was originally authored and submitted to upstream half
a year ago (by me), but now comes from Debian packaging where it's been
included since then.

Relates to the following upstream issue: https://dev.gnupg.org/T4393
2020-03-06 06:58:56 +01:00
Ben Wolsieffer
05fc2a3524 unpack-bootstrap-tools: remove obsolete linker script patching
The linker scripts no longer contain store paths, so this does nothing. More
importantly, libpthread.so is not longer a linker script on ARM, so the patching
would corrupt it.
2020-03-06 06:58:20 +01:00
Ben Wolsieffer
ee39e49b68 stdenv: update ARM bootstrap tarballs
Fixes building glibc 2.30, which requires at least GCC 6.

Picked from the following cross-trunk evaluation:
https://hydra.nixos.org/eval/1568864 based on nixpkgs
commit ac241fb7a57.

armv5tel job: https://hydra.nixos.org/build/111556418
armv6l job: https://hydra.nixos.org/build/111556521
armv7l job: https://hydra.nixos.org/build/111556551
2020-03-06 06:58:20 +01:00
Matthew Bauer
1265615594 gtk-icon-cache: get native gtk3 for icon cache 2020-03-06 00:45:48 -05:00
Matthew Bauer
f8006597a8 breeze-plymouth: make some things native
some of these only need to be on the build machine.
2020-03-06 00:45:48 -05:00
Matthew Bauer
1bac797616 plymouth: update configure flags
- only set host when cross compiling
- use top-level configureFlags and installFlags instead of putting it
  in the pre configure.
2020-03-06 00:45:47 -05:00
Matthew Bauer
d1e58be703 nixos-artwork: make imagemagick a native build input
This is only needed on the builder, no need to cross compile it.
2020-03-06 00:45:47 -05:00
Matthew Bauer
5ffd779348 pango: add glib to nativeBuildInputs
Needed for some build tool
2020-03-06 00:45:47 -05:00
Matthew Bauer
636a072df5 json-glib: add glib to nativeBuildInputs
Needed for some build tools in glib
2020-03-06 00:45:47 -05:00
Matthew Bauer
7996be73b5 gsettings-desktop-schemas: add glib to nativeBuildInputs 2020-03-06 00:45:46 -05:00
Matthew Bauer
7aed3f8877 dconf: needs glib in nativeBuildInputs 2020-03-06 00:45:46 -05:00
Matthew Bauer
ebdd644836 atk: needs glib in nativeBuildInputs 2020-03-06 00:45:46 -05:00
Matthew Bauer
895ef23658 libsoup: needs glib in nativeBuildInputs 2020-03-06 00:45:46 -05:00
Matthew Bauer
439704b092 glade: add libxml2 to nativeBuildInputs
Some build tools are needed from here
2020-03-06 00:45:46 -05:00
Matthew Bauer
84b7c644ae gnome-desktop: needs glib in nativeBuildInputs 2020-03-06 00:45:45 -05:00
Matthew Bauer
66fcc60af8 epiphany: fix cross compilation 2020-03-06 00:45:45 -05:00
Matthew Bauer
b5efbd50de libhandy: add libxml2 to nativeBuildInputs
Some build tools are needed for code gen.
2020-03-06 00:45:45 -05:00
Matthew Bauer
09c498fe66 libdazzle: add glib to nativeBuildInputs
This is needed for build tools.
2020-03-06 00:45:45 -05:00
Matthew Bauer
d2775e4ce0 webkitgtk: ignore gettext when cross compiling
Unfortunately, CMake looks in CMAKE_PREFIX_PATH for binaries when
cross-compiling. This means that it will use gettext from
CMAKE_PREFIX_PATH even when we provide a gettext binary in PATH! This
is bad because the on in CMAKE_PREFIX_PATH is for the cross system,
not the native one. The only documented way I can find to change this
behavior is by manually setting the CMAKE_IGNORE_PATH variable.
2020-03-06 00:45:45 -05:00
Matthew Bauer
f773ef51c5 gcr: specify libgrypt prefix
This is needed for cross because gcrypt-config is not available to
execute. It’s safe to do otherwise as well though.
2020-03-06 00:45:38 -05:00
Peter Hoeg
d05f8b3a95 pdf2djvu: 0.9.14 -> 0.9.17 2020-03-06 11:49:52 +08:00
R. RyanTM
ced888aea6 xxHash: 0.7.2 -> 0.7.3 2020-03-06 02:26:57 +00:00
zowoq
66aea3292f crun: 0.12.2.1 -> 0.13
https://github.com/containers/crun/releases/tag/0.13
2020-03-06 12:25:36 +10:00
Mario Rodas
93ba4ecd58
Merge pull request #81830 from r-ryantm/auto-update/broot
broot: 0.13.1 -> 0.13.2
2020-03-05 21:21:44 -05:00
Mario Rodas
68312f64ef
Merge pull request #81852 from r-ryantm/auto-update/pueue
pueue: 0.1.5 -> 0.1.6
2020-03-05 21:13:37 -05:00