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