rednotebook: fix build
It was failing because $GI_TYPELIB_PATH was undefined.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ lib, buildPythonApplication, fetchFromGitHub
|
||||
, gdk_pixbuf, glib, gtk3, pango, webkitgtk
|
||||
, gdk_pixbuf, glib, gobjectIntrospection, gtk3, pango, webkitgtk
|
||||
, pygobject3, pyyaml
|
||||
}:
|
||||
|
||||
@@ -17,6 +17,8 @@ buildPythonApplication rec {
|
||||
# We have not packaged tests.
|
||||
doCheck = false;
|
||||
|
||||
nativeBuildInputs = [ gobjectIntrospection ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
gdk_pixbuf glib gtk3 pango webkitgtk
|
||||
pygobject3 pyyaml
|
||||
|
||||
Reference in New Issue
Block a user