17 python3.pkgs.buildPythonApplication rec {
18 pname = "thumbdrives";
23 src = fetchFromSourcehut {
24 owner = "~martijnbraam";
27 hash = "sha256-Mh3NSEYscnzw6kjR9m0XbTygj07cIQwdyLcdLpfKi3Y=";
31 patchShebangs build-aux/meson
51 propagatedBuildInputs = with python3.pkgs; [
57 description = "USB mass storage emulator for Linux handhelds";
58 homepage = "https://sr.ht/~martijnbraam/thumbdrives/";
59 license = licenses.mit;
60 maintainers = with maintainers; [
64 platforms = platforms.linux;