6 , gobject-introspection
16 python3.pkgs.buildPythonApplication rec {
17 pname = "thumbdrives";
22 src = fetchFromSourcehut {
23 owner = "~martijnbraam";
26 sha256 = "sha256-CPZKswbvsG61A6J512FOCKAntoJ0sUb2s+MKb0rO+Xw=";
30 patchShebangs build-aux/meson
50 propagatedBuildInputs = with python3.pkgs; [
56 description = "USB mass storage emulator for Linux handhelds";
57 homepage = "https://sr.ht/~martijnbraam/thumbdrives/";
58 license = licenses.mit;
59 maintainers = with maintainers; [ chuangzhu ];
60 platforms = platforms.linux;