fix(nix/package): account for GTK platform (#868)

This commit is contained in:
Xarvex
2025-03-17 20:33:33 -05:00
committed by GitHub
parent a5e535ba78
commit b8ee63ef73

View File

@@ -28,6 +28,7 @@
syrupy,
ujson,
vtf2img,
wrapGAppsHook,
withJXLSupport ? false,
}:
@@ -45,6 +46,11 @@ buildPythonApplication {
nativeBuildInputs = [
pythonRelaxDepsHook
qt6.wrapQtAppsHook
# INFO: Should be unnecessary once PR is pulled.
# PR: https://github.com/NixOS/nixpkgs/pull/271037
# Issue: https://github.com/NixOS/nixpkgs/issues/149812
wrapGAppsHook
];
buildInputs = [
qt6.qtbase