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)
nativeBuildInputs = with pkgs; [
gtk4
cairo
glib
pkg-config
poppler
wrapGAppsHook
# wrapGAppsHook
];
# Needed at runtime (on run system)
buildInputs = with pkgs; [ ];