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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user