Merge pull request #200906 from kittywitch/master
nicotine-plus: fix "Cannot find GTK 3" bug
This commit is contained in:
commit
db196b78b1
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ python3Packages.buildPythonApplication rec {
|
|||
sha256 = "sha256-swFNFw2a5PXwBkh0FBrCy5u3m5gErq29ZmWhMP7MpmQ=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ gettext wrapGAppsHook ];
|
||||
nativeBuildInputs = [ gettext wrapGAppsHook gobject-introspection ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
gdk-pixbuf
|
||||
|
|
Loading…
Reference in a new issue