Remove unnecessary nix buildInputs
This commit is contained in:
@ -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; [ ];
|
||||||
|
Reference in New Issue
Block a user