7 inherit (btrfs-progs) version src;
10 buildInputs = [ btrfs-progs ];
13 cd libbtrfsutil/python
18 pythonImportsCheck = [ "btrfsutil" ];
21 description = "Library for managing Btrfs filesystems";
22 homepage = "https://btrfs.wiki.kernel.org/";
23 license = licenses.lgpl21Plus;
24 maintainers = with maintainers; [ raskin lopsided98 ];