sgt-puzzles: add help pages

Without halibut, the help pages are not generated and the help menu for each game will only show an error message.
This commit is contained in:
LemmusLemmus
2024-12-22 19:43:02 +01:00
committed by GitHub
parent b10e42649f
commit 87515e85f0

View File

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