nixpkgs/pkgs
Jan Tojnar 5df7471c14
chrome-gnome-shell: Fix missing introspection data
It was crashing with:

    TypeError: gobject `__main__+ChromeGNOMEShell' doesn't support property `application_id'

– that is the constructor of parent class Gio.Application does not recognize the kwarg.

This is typically caused by missing pygobject overrides but I think ones for Gio are built-in into pygobject.

Even weirder, adding just `${gobject-introspection}/lib/girepository-1.0` seems to fix the issue so it might be missing the whole typelib.
But then why does not it fail when importing it?

	from gi.repository import GLib, Gio

For now, I am adding the Gio typelib which should been done from the start but more debugging should be done since weirdness like this can bring more bugs.

Fixes: https://github.com/NixOS/nixpkgs/issues/87740
2020-05-13 17:02:53 +02:00
..
applications Merge pull request #87395 from Luflosi/update/kitty 2020-05-10 23:26:58 +02:00
build-support php.buildPecl: Allow PECLs to depend on other PECLs 2020-05-09 23:38:21 +02:00
common-updater genericUpdater: add attribute argument to ignore some versions 2020-05-04 14:33:03 -03:00
data Merge pull request #87448 from romildo/upd.shades-of-gray-theme 2020-05-10 20:41:36 -03:00
desktops chrome-gnome-shell: Fix missing introspection data 2020-05-13 17:02:53 +02:00
development Merge pull request #87480 from r-ryantm/auto-update/scala 2020-05-11 01:03:40 +02:00
games Merge pull request #84209 from prusnak/freeciv 2020-05-10 23:11:07 +02:00
misc seafile-shared: 7.0.6 -> 7.0.7 2020-05-10 09:35:31 -07:00
os-specific linuxPackages.wireguard: 1.0.20200429 -> 1.0.20200506 2020-05-10 01:35:30 +02:00
servers Merge pull request #87537 from doronbehar/update-gotify-server 2020-05-10 23:38:05 +02:00
shells Merge pull request #87041 from r-ryantm/auto-update/mksh 2020-05-09 14:06:01 +00:00
stdenv mkDerivation mesonFlags: Fix arm cpu families 2020-04-28 22:56:20 -04:00
test
tools Merge pull request #87534 from bjornfor/update-fatsort 2020-05-10 17:43:38 -05:00
top-level termdown: 1.16.0 -> 1.17.0 2020-05-10 19:49:47 +00:00