summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/btrfsutil (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: clean up 'meta = with' pattern•••This commit was created by a combination of scripts and tools: - an ast-grep script to prefix things in meta with `lib.`, - a modified nixf-diagnose / nixf combination to remove unused `with lib;`, and - regular nixfmt. Co-authored-by: Wolfgang Walther <walther@technowledgy.de> Ihar Hrachyshka2025-12-101-3/+3
* python3Packages.btrfsutil: fix buildTert02025-02-241-2/+23
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-4/+8
* python3Packages.btrfsutil: build separately from btrfs-progs•••btrfs-progs was installing its Python bindings as an egg, which doesn't work with Nix. It turns out that there is no real benefit to building the Python bindings as part of the btrfs-progs package. Instead, we can just package them separately, and use nixpkgs' normal Python packaging support to install them as a wheel. This fixes the bindings and reduces closure sizes. Ben Wolsieffer2022-12-061-0/+26