mautrix-facebook: Add version test.
This commit is contained in:
parent
fffad30005
commit
16e5522075
1 changed files with 4 additions and 2 deletions
|
@ -38,8 +38,6 @@ python3.pkgs.buildPythonPackage rec {
|
|||
sed -i -e 's/,<.*//' requirements.txt
|
||||
'';
|
||||
|
||||
doCheck = false;
|
||||
|
||||
postInstall = ''
|
||||
mkdir -p $out/bin
|
||||
|
||||
|
@ -50,6 +48,10 @@ python3.pkgs.buildPythonPackage rec {
|
|||
chmod +x $out/bin/mautrix-facebook
|
||||
'';
|
||||
|
||||
checkPhase = ''
|
||||
$out/bin/mautrix-facebook --help
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/mautrix/facebook";
|
||||
description = "A Matrix-Facebook Messenger puppeting bridge";
|
||||
|
|
Loading…
Reference in a new issue