From 015e40c1873a939a3b644e87d11687c7c9736306 Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Tue, 16 Jan 2024 22:55:19 +0100 Subject: [PATCH] Remove unnecessary nix buildInputs --- flake.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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; [ ];