Fabric icon indicating copy to clipboard operation
Fabric copied to clipboard

nixos package

Open i-am-logger opened this issue 1 year ago • 2 comments

What do you need?

I want the CLI to be availabe as a nixos package

i-am-logger avatar Jun 05 '24 06:06 i-am-logger

I am looking at packaging fabric for Debian, and one thing that occured to me is that the file structure could use some work. The code end up in /usr/lib/python3/dist-packages/installer/, which is quite misleading. Those doing import python in an unrelated program would suddenly get fabric, not something related to an installer. Perhaps the file structure could be adjusted to end up in a directory with name reflecting the package it come from? /usr/lib/python3/dist-packages/fabric is already occupied by the python3-fabric package (https://fabfile.org/), so I would suggest ai-fabric or something similar as the directory name. Are you interested in adjusting the source structure to use a different name?

petterreinholdtsen avatar Jun 08 '24 06:06 petterreinholdtsen

I made a package request. https://github.com/NixOS/nixpkgs/issues/320031

Isomorph70 avatar Jun 15 '24 11:06 Isomorph70