atbswp
atbswp copied to clipboard
Nixos help
Checklist
- [ ] I use the latest release of atbswp
- [ ] The issue is not existing yet
Verbose log
PASTE VERBOSE LOG HERE
Miscellaneous information
Operating System
Write here Nixos
Desktop Environment/Window Manager
Write here Xmonad
Python version
Write here python3.9
Description
WRITE DESCRIPTION HERE Is there anyone who tried installing this on nixos?
This really not important. I just wanted to try running this on my NixOS computer. To run this, I only need one thing. Could anyone provide me with a pypoetry toml that has a script that runs that package.
Currently the pyproject.toml is not up to date, fixing it rn.
Thanks!!!!!!!!!
Really!. I will package the package for nix! It is going well!
If the pypyroject has a poetry script that runs the application, I can package atbswp for nix using poetry2nix @RMPR
something like this
[tool.poetry.scripts]
poetry = "poetry.console:main"
something like this
[tool.poetry.scripts] poetry = "poetry.console:main"
I don't know much about poetry.console:main give me time to wrap my head around that and I'll definitely come back to you. It's great that you want to package that for nixos!
that is I think the pithon module
Hello, after retrying a couple of days ago, WxPython is still not buildable using poetry, so unfortunately, this project isn't suited for the pyproject.toml as it is.