pyprland: relax deps to fix build

This commit is contained in:
John Titor
2024-11-04 02:21:41 +05:30
parent 64a34a49aa
commit c751cf7ce5
+3
View File
@@ -22,6 +22,9 @@ python3Packages.buildPythonApplication rec {
nativeBuildInputs = with python3Packages; [ poetry-core ];
propagatedBuildInputs = with python3Packages; [ aiofiles ];
pythonRelaxDeps = [
"aiofiles"
];
postInstall = ''
# file has shebang but cant be run due to a relative import, has proper entrypoint in /bin