13 stdenv.mkDerivation rec {
17 nativeBuildInputs = [ pkg-config ];
27 url = "https://www.adebenham.com/files/mtp/mtpfs-${version}.tar.gz";
28 sha256 = "07acrqb17kpif2xcsqfqh5j4axvsa4rnh6xwnpqab5b9w5ykbbqv";
32 homepage = "https://github.com/cjd/mtpfs";
33 description = "FUSE Filesystem providing access to MTP devices";
34 platforms = platforms.all;
35 license = licenses.gpl3;
36 maintainers = [ maintainers.qknight ];
37 broken = stdenv.hostPlatform.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/mtpfs.x86_64-darwin
38 mainProgram = "mtpfs";