Merge staging-next into master

This commit is contained in:
Frederik Rietdijk
2019-03-01 09:06:20 +01:00
682 changed files with 2751 additions and 1768 deletions
@@ -31,7 +31,7 @@
, libgnome
, libgnomeui
, libnotify
, defaultIconTheme
, gnome3
, libGLU_combined
, nspr
, nss
@@ -142,7 +142,7 @@ stdenv.mkDerivation {
inherit gtk3;
buildInputs = [ wrapGAppsHook gtk3 defaultIconTheme ];
buildInputs = [ wrapGAppsHook gtk3 gnome3.adwaita-icon-theme ];
# "strip" after "patchelf" may break binaries.
# See: https://github.com/NixOS/patchelf/issues/10