diff --git a/flake.nix b/flake.nix index 86e9cd8..f78c6e9 100644 --- a/flake.nix +++ b/flake.nix @@ -14,11 +14,8 @@ # Needed at compile time (on build system) nativeBuildInputs = with pkgs; [ gtk4 - cairo - glib pkg-config - poppler - wrapGAppsHook + # wrapGAppsHook ]; # Needed at runtime (on run system) buildInputs = with pkgs; [ ];