NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.35k stars 13.58k forks source link

Package request: ibackep #331022

Open UlyssesZh opened 1 month ago

UlyssesZh commented 1 month ago

Project description

iBackep is a simple and lightweight GUI backup manager for the Apple iPhone and iPad built using Flet.

Metadata


Add a :+1: reaction to issues you find important.

Sigmanificient commented 1 month ago

The use of pyinstaller as the only way to build the ackage on the repo is discouraging. There isn't any setup.py or pyproject.toml so i'm not seeing how to port it to nixpkgs unfortunately

UlyssesZh commented 1 month ago

This is not a problem because we can simply use mkDerivation, and the dependencies are just flet and pymobiledevice3 (maybe there are others, but we can figure it out by looking at the import errors). The real problem is to package pymobiledevice3, which has a ton of dependencies that are not packaged yet.