From a2a69400a47aca17daacb694bd8ce46d91d25007 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cillian=20de=20R=C3=B3iste?= Date: Tue, 16 Jun 2015 11:30:20 +0200 Subject: [PATCH] jmtpfs: add platform --- pkgs/tools/filesystems/jmtpfs/default.nix | 1 + 1 file changed, 1 insertion(+) 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 ]; }; }