mkosi: add importsCheck
This commit is contained in:
parent
3f5b64f3c7
commit
fdb0b82f5c
1 changed files with 4 additions and 0 deletions
|
@ -108,6 +108,10 @@ buildPythonApplication rec {
|
|||
pytestCheckHook
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"mkosi"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
mkdir -p $out/share/man/man1
|
||||
mv mkosi/resources/mkosi.1 $out/share/man/man1/
|
||||
|
|
Loading…
Reference in a new issue