mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
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
|
||||
, 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
|
||||
|
Loading…
Reference in New Issue
Block a user