Remove unnecessary nix buildInputs

This commit is contained in:
2024-01-16 22:55:19 +01:00
parent 4a41ce6cf3
commit 015e40c187

View File

@ -14,11 +14,8 @@
# Needed at compile time (on build system) # Needed at compile time (on build system)
nativeBuildInputs = with pkgs; [ nativeBuildInputs = with pkgs; [
gtk4 gtk4
cairo
glib
pkg-config pkg-config
poppler # wrapGAppsHook
wrapGAppsHook
]; ];
# Needed at runtime (on run system) # Needed at runtime (on run system)
buildInputs = with pkgs; [ ]; buildInputs = with pkgs; [ ];