update module

This commit is contained in:
Jonas Heinrich 2025-08-19 10:26:02 +02:00
parent 5fc5c123ff
commit 639e5cb8cf

View file

@ -23,7 +23,7 @@
src = self; src = self;
dependencies = with python3Packages; [ falcon requests jinja2 ]; propagatedBuildInputs = with python3Packages; [ falcon requests jinja2 ];
installPhase = '' installPhase = ''
install -Dm755 ${./fragify.py} $out/bin/fragify install -Dm755 ${./fragify.py} $out/bin/fragify
@ -37,7 +37,7 @@
fi fi
''; '';
passthru.pythonPath = python3Packages.makePythonPath dependencies; passthru.pythonPath = python3Packages.makePythonPath propagatedBuildInputs;
meta.mainProgram = "fragify"; meta.mainProgram = "fragify";
}; };