Unverified Commit 25faee19 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #200657 from aaronjheng/go-mtpfs

parents 11b5fc23 8e6c833c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
{ lib, buildGoModule, fetchFromGitHub, pkg-config, libusb1 }:
{ lib, stdenv, buildGoModule, fetchFromGitHub, pkg-config, libusb1 }:

buildGoModule rec {
  pname = "go-mtpfs";
@@ -29,5 +29,6 @@ buildGoModule rec {
    homepage = "https://github.com/hanwen/go-mtpfs";
    license = licenses.bsd3;
    maintainers = with maintainers; [ aaronjheng ];
    broken = stdenv.isDarwin;
  };
}