sgt-puzzles: add help pages (#367429)

This commit is contained in:
7c6f434c
2024-12-23 18:48:33 +00:00
committed by GitHub

View File

@@ -12,6 +12,7 @@
wrapGAppsHook3,
nixosTests,
writeScript,
halibut,
isMobile ? false,
}:
@@ -36,6 +37,7 @@ stdenv.mkDerivation rec {
perl
pkg-config
wrapGAppsHook3
halibut # For help pages
];
env.NIX_CFLAGS_COMPILE = lib.optionalString isMobile "-DSTYLUS_BASED";