diff --git a/flake.nix b/flake.nix index 8e1ca2d..1d66cb2 100644 --- a/flake.nix +++ b/flake.nix @@ -53,6 +53,13 @@ rustfmt pre-commit rustPackages.clippy + + gtk4 + cairo + glib + pkg-config + poppler + wrapGAppsHook ]; # Without inheriting nativeBuildinputs, cargo build will fail but that is good since we want to use only nix build # inherit nativeBuildInputs;