Merge pull request #200657 from aaronjheng/go-mtpfs
This commit is contained in:
commit
25faee19ff
@ -1,4 +1,4 @@
|
|||||||
{ lib, buildGoModule, fetchFromGitHub, pkg-config, libusb1 }:
|
{ lib, stdenv, buildGoModule, fetchFromGitHub, pkg-config, libusb1 }:
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "go-mtpfs";
|
pname = "go-mtpfs";
|
||||||
@ -29,5 +29,6 @@ buildGoModule rec {
|
|||||||
homepage = "https://github.com/hanwen/go-mtpfs";
|
homepage = "https://github.com/hanwen/go-mtpfs";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ aaronjheng ];
|
maintainers = with maintainers; [ aaronjheng ];
|
||||||
|
broken = stdenv.isDarwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user