Add dontInstallSrc flag to buildGoPackage
This commit is contained in:
@@ -17,6 +17,8 @@ buildGoPackage rec {
|
||||
|
||||
subPackages = [ "./" ];
|
||||
|
||||
dontInstallSrc = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "A simple FUSE filesystem for mounting Android devices as a MTP device";
|
||||
homepage = https://github.com/hanwen/go-mtpfs;
|
||||
|
||||
Reference in New Issue
Block a user