Commit Graph

29910 Commits

Author SHA1 Message Date
Daiderd Jordan
698af96454
Merge pull request #58638 from Amar1729/darwin-fix/hivex
Fix hivex for darwin
2019-04-17 23:03:09 +02:00
Matthew Bauer
d0da672b0e
Merge pull request #59787 from delroth/strip-glibc
glibc: re-enable stripping in cross builds
2019-04-17 16:07:40 -04:00
Will Dietz
5ca0cbb0a1
Merge pull request #58321 from dtzWill/update/kvantum-0.11.0
qtstyleplugin-kvantum{,-qt4}: 0.10.x -> 0.11.0
2019-04-17 13:17:38 -05:00
worldofpeace
2e60e06d69
Merge pull request #59734 from Infinisil/update/libimobiledevice
Update libimobiledevice packages, fix usbmuxd
2019-04-17 14:09:11 -04:00
Pierre Bourdon
03f618d9cf
glibc: re-enable stripping in cross builds
References to the host toolchain are leaking through debug symbols in
glibc, causing gnu cross-builds to always depend on the host toolchain.
The decision to not strip was made in 2012 in order to improve GNU/Hurd
support, and I suspect the reasons that justified it back then do not
apply anymore in 2019.

Closure size before:
/nix/store/v5pxj0bgg627hic2khk4d43z6cjp5v7d-hello-2.10-armv7l-unknown-linux-gnueabihf                            596.8M

After:
/nix/store/llp1ncmpar406rc2vhj7g5ix4yqwna3n-hello-2.10-armv7l-unknown-linux-gnueabihf     23.6M
2019-04-17 19:53:53 +02:00
Jan Tojnar
6ae33c9afe
Merge pull request #57736 from jtojnar/gupnp-1.2
gupnp: 1.0.3 → 1.2.0
2019-04-17 11:04:56 +02:00
Silvan Mosberger
91a9000cba
Merge pull request #59665 from hedning/flatpak-fix-pixbuf-leakage
flatpak: clear GDK_PIXBUF_MODULE_FILE
2019-04-16 22:35:43 +02:00
R. RyanTM
d5b52f3ce0 ace: 6.5.4 -> 6.5.5 (#59436)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ace/versions
2019-04-16 20:32:41 +02:00
Silvan Mosberger
173e96075c
libimobiledevice: 2018-07-24 -> 2019-04-04 2019-04-16 20:00:44 +02:00
Silvan Mosberger
dd03b216e5
libusbmuxd: 2019-01-18 -> 2019-03-23 2019-04-16 20:00:44 +02:00
Silvan Mosberger
2013c91c6b
libplist 2019-01-20 -> 2019-04-04 2019-04-16 20:00:34 +02:00
R. RyanTM
a165e6c672 double-conversion: 3.1.3 -> 3.1.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/double-conversion/versions
2019-04-16 19:12:50 +02:00
Michael Eden
a7d2d7d5e8 libassuan: use config flag to specify libgpg-error prefix 2019-04-16 19:05:15 +02:00
Michael Eden
d8d8a9cddb polkit: optional introspection and cross compilation fixes 2019-04-16 19:03:22 +02:00
R. RyanTM
65ca3ab5f4 matio: 1.5.14 -> 1.5.15
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/matio/versions
2019-04-16 18:49:13 +02:00
R. RyanTM
e78b679b04 opencolorio: 1.1.0 -> 1.1.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/opencolorio/versions
2019-04-16 18:46:26 +02:00
R. RyanTM
b53b9c3545 openfst: 1.7.1 -> 1.7.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/openfst/versions
2019-04-16 18:46:07 +02:00
Michael Raskin
2f3579dfd5 protobufc: fix compatibility with updated protobuf by picking the upstream minor patch 2019-04-16 16:07:42 +02:00
Jan Tojnar
5efa597089
dleyna-renderer: fix build with gupnp 1.2 2019-04-16 15:16:26 +02:00
Jan Tojnar
6fce599d1c
dleyna-server: fix build with gupnp 1.2 2019-04-16 15:16:25 +02:00
Jan Tojnar
40cd020bd6
dleyna-core: fix build with gupnp-1.2 2019-04-16 15:16:25 +02:00
Tor Hedin Brønner
aae3987047
gupnp-igd: add gupnp-1.2 compatibility 2019-04-16 15:11:45 +02:00
Jan Tojnar
e5e0d13224
gupnp-dlna: clean up & add updateScript 2019-04-16 15:11:45 +02:00
Jan Tojnar
21f198ff59
gupnp-av: add updateScript 2019-04-16 15:11:44 +02:00
Jan Tojnar
7e7fc2e3ef
gupnp: 1.0.3 → 1.2.0
https://gitlab.gnome.org/GNOME/gupnp/blob/gupnp-1.2.0/NEWS

Co-Authored-By: Tor Hedin Brønner <torhedinbronner@gmail.com>
2019-04-16 15:11:44 +02:00
Jan Tojnar
232f3b0eb5
gssdp: 1.0.2 → 1.2.0
https://gitlab.gnome.org/GNOME/gssdp/blob/gssdp-1.2.0/NEWS
2019-04-16 15:11:43 +02:00
strager
153e7fca32 boost: fix 1.55 build on macOS (#59508)
darwin-no-system-python.patch does not apply cleany on Boost 1.55's
sources. Fix this patch file for Boost 1.55, making it build
successfully on macOS.
2019-04-16 03:11:01 -04:00
Michael Raskin
555d6e9602
Revert "libsodium: 1.0.16 -> 1.0.17" 2019-04-16 06:02:39 +00:00
Michael Raskin
5655be51cc
Merge pull request #59233 from dnaq/libsodium-1.0.17
libsodium: 1.0.16 -> 1.0.17
2019-04-16 06:00:50 +00:00
Tor Hedin Brønner
752e176d67 flatpak: clear GDK_PIXBUF_MODULE_FILE
GDK_PIXBUF_MODULE_FILE is often set to a nix store path not available in a app
sandbox. This can cause some apps to fail launching, simply reset this env var
when running applications.

fixes https://github.com/NixOS/nixpkgs/issues/53441
2019-04-16 04:52:30 +02:00
Matthew Bauer
f475aeaf29
Merge pull request #59535 from matthewbauer/homepage-fixes
treewide: update homepages to https where available
2019-04-15 20:47:30 -04:00
Matthew Bauer
290a5d916e treewide: update homepages to https where available
Based on "problems" from repology:

https://repology.org/repository/nix_unstable/problems

Mostly simple changes to reflect redirects.
2019-04-15 10:10:05 -04:00
strager
6ccf2201f9 gettext: fix stdenv-darwin; remove Bison dependency (#59553)
Commit 1279016787 broke building
nixpkgs.clangStdenv (stdenv-darwin) on macOS:

    nix-build -A clangStdenv .
    these derivations will be built:
      /nix/store/b3vyrfzarzyh51n7fj9wrpw12sq3765l-stdenv-darwin.drv
    building '/nix/store/b3vyrfzarzyh51n7fj9wrpw12sq3765l-stdenv-darwin.drv'...
    output '/nix/store/3agkxvkbhfpimnx5imr09q4rq9pxmjda-stdenv-darwin' is not allowed to refer to the following paths:
         /nix/store/jnzhx3hni0ds1wf49z8wfnxi3qdnkk6q-gnum4-1.4.18
           /nix/store/smdncnz5pkl5q39k4ldk8bh84p2hmj19-bison-3.3.2
    error: build of '/nix/store/b3vyrfzarzyh51n7fj9wrpw12sq3765l-stdenv-darwin.drv' failed

Remove gettext's build dependency on Bison to avoid this error, fixing
Nixpkgs on macOS.

To avoid rebuilding everything unnecessarily on Linux, only apply these
changes to macOS and keep the Bison dependency for Linux.
2019-04-15 01:09:44 -04:00
adisbladis
267b16fbd4
ldacbt: init at 2.0.2.3 2019-04-15 03:45:57 +01:00
worldofpeace
5d8f4a1e02
Merge pull request #58400 from minijackson/kodi-wayland
kodi: add Wayland support
2019-04-14 20:35:47 -04:00
Minijackson
b5045c610f waylandpp: init at 0.2.5 2019-04-14 20:32:26 -04:00
Tor Hedin Brønner
d492738459
Merge pull request #59419 from hedning/gnome-3.32.1
Gnome 3.32.1
2019-04-15 01:15:14 +02:00
xrelkd
e3cad1e03e marisa: 0.2.4 -> 0.2.5 (#59486) 2019-04-14 23:01:22 +02:00
R. RyanTM
668f5c9e6f flatcc: 0.5.2 -> 0.5.3 (#59495)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flatcc/versions
2019-04-14 22:42:47 +02:00
Tor Hedin Brønner
a12e647549 libdazzle: 3.32.0 -> 3.32.1
https://download.gnome.org/sources/libdazzle/3.32/libdazzle-3.32.1.news
2019-04-14 19:36:39 +02:00
Tor Hedin Brønner
f9f8ded313 gnome3.libgweather: 3.32.0 -> 3.32.1
https://download.gnome.org/sources/libgweather/3.32/libgweather-3.32.1.news
2019-04-14 19:30:41 +02:00
Tor Hedin Brønner
860c2dcb2f vte: 0.56.0 -> 0.56.1
https://download.gnome.org/sources/vte/0.56/vte-0.56.1.changes
2019-04-14 19:26:18 +02:00
Tor Hedin Brønner
c3d46bb9eb gnome3.gvfs: 1.40.0 -> 1.40.1
https://download.gnome.org/sources/gvfs/1.40/gvfs-1.40.1.news
2019-04-14 19:26:18 +02:00
Michael Raskin
0788770f52
Merge pull request #59458 from r-ryantm/auto-update/cgal
cgal: 4.13 -> 4.14
2019-04-14 15:29:26 +00:00
Robert Schütz
90d166dc7d
Merge pull request #57181 from FlorianFranzen/protobuf
protobuf: 3.6 -> 3.7
2019-04-14 14:44:55 +02:00
Florian Franzen
985b9e47b8 protobuf: 3.6 -> 3.7 2019-04-14 13:20:14 +02:00
Florian Franzen
d1feec73e4 protobuf3_6: 3.6.1 -> 3.6.1.3 2019-04-14 13:19:38 +02:00
R. RyanTM
82603a40b5 cgal: 4.13 -> 4.14
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cgal/versions
2019-04-14 03:41:58 -07:00
Dmitry Kalinkin
59c81160e7
Merge pull request #58504 from symphorien/static-proot
Static proot, wafHook cross compilation
2019-04-13 12:04:32 -04:00
Vladyslav M
bf598c4b77
Merge pull request #59063 from dywedir/hunspellDicts
hunspellDicts.uk-ua: init at 4.2.5
2019-04-13 10:08:45 +03:00