From a2a69400a47aca17daacb694bd8ce46d91d25007 Mon Sep 17 00:00:00 2001 From: Cillian de RĂ³iste Date: Tue, 16 Jun 2015 11:30:20 +0200 Subject: jmtpfs: add platform --- pkgs/tools/filesystems/jmtpfs/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/tools') diff --git a/pkgs/tools/filesystems/jmtpfs/default.nix b/pkgs/tools/filesystems/jmtpfs/default.nix index 2a2ff0a47a5d..091270deab66 100644 --- a/pkgs/tools/filesystems/jmtpfs/default.nix +++ b/pkgs/tools/filesystems/jmtpfs/default.nix @@ -17,6 +17,7 @@ stdenv.mkDerivation { description = "A FUSE filesystem for MTP devices like Android phones"; homepage = https://github.com/JasonFerrara/jmtpfs; license = licenses.gpl3; + platforms = platforms.linux; maintainers = [ maintainers.coconnor ]; }; } -- cgit 1.4.1