jmtpfs: add platform
This commit is contained in:
parent
368e381d1f
commit
a2a69400a4
@ -17,6 +17,7 @@ stdenv.mkDerivation {
|
|||||||
description = "A FUSE filesystem for MTP devices like Android phones";
|
description = "A FUSE filesystem for MTP devices like Android phones";
|
||||||
homepage = https://github.com/JasonFerrara/jmtpfs;
|
homepage = https://github.com/JasonFerrara/jmtpfs;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.coconnor ];
|
maintainers = [ maintainers.coconnor ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user