mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
Merge pull request #206186 from kanwren/fix-pdf-quench-gtk-error
pdf-quench: fix "Namespace Gtk not available"
This commit is contained in:
commit
cd39b90b6f
@ -1,4 +1,4 @@
|
||||
{ lib, fetchFromGitHub, pkgs, python3, wrapGAppsHook}:
|
||||
{ lib, fetchFromGitHub, pkgs, python3, wrapGAppsHook, gobject-introspection }:
|
||||
|
||||
python3.pkgs.buildPythonApplication {
|
||||
pname = "pdf-quench";
|
||||
@ -11,10 +11,9 @@ python3.pkgs.buildPythonApplication {
|
||||
sha256 = "1rp9rlwr6rarcsxygv5x2c5psgwl6r69k0lsgribgyyla9cf2m7n";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ wrapGAppsHook ];
|
||||
nativeBuildInputs = [ wrapGAppsHook gobject-introspection ];
|
||||
buildInputs = with pkgs; [
|
||||
gtk3
|
||||
gobject-introspection
|
||||
goocanvas2
|
||||
poppler_gi
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user