fontconfig: add man pages checks
This commit is contained in:
@@ -100,6 +100,16 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
versionCheckProgram = "${placeholder "bin"}/bin/fc-list";
|
||||
versionCheckProgramArg = "--version";
|
||||
|
||||
installCheckPhase = ''
|
||||
runHook preInstallCheck
|
||||
|
||||
[ -d "$bin/share/man/man1" ]
|
||||
[ -d "$bin/share/man/man5" ]
|
||||
echo "man pages exist"
|
||||
|
||||
runHook postInstallCheck
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
tests = {
|
||||
pkg-config = testers.hasPkgConfigModules {
|
||||
|
||||
Reference in New Issue
Block a user