weechatScripts.matrix: fix build

This commit is contained in:
Jörg Thalheim 2022-10-02 16:36:09 +02:00 committed by Profpatsch
parent ca21c62508
commit 104e8082de

View file

@ -57,6 +57,8 @@ in buildPythonPackage {
dontBuild = true;
doCheck = false;
format = "other";
installPhase = ''
mkdir -p $out/share $out/bin
cp main.py $out/share/matrix.py