summary refs log tree commit diff
diff options
context:
space:
mode:
authorCillian de Róiste <deroiste@syslab.com>2015-06-16 11:30:20 +0200
committerCillian de Róiste <deroiste@syslab.com>2015-06-16 11:30:20 +0200
commita2a69400a47aca17daacb694bd8ce46d91d25007 (patch)
tree1479286c93831271d0c9210ce2f4ecfe9a85ce84
parent368e381d1f0fc463fb43b2868c8f48772a4b97e0 (diff)
downloadnixpkgs-a2a69400a47aca17daacb694bd8ce46d91d25007.tar
nixpkgs-a2a69400a47aca17daacb694bd8ce46d91d25007.tar.gz
nixpkgs-a2a69400a47aca17daacb694bd8ce46d91d25007.tar.bz2
nixpkgs-a2a69400a47aca17daacb694bd8ce46d91d25007.tar.lz
nixpkgs-a2a69400a47aca17daacb694bd8ce46d91d25007.tar.xz
nixpkgs-a2a69400a47aca17daacb694bd8ce46d91d25007.tar.zst
nixpkgs-a2a69400a47aca17daacb694bd8ce46d91d25007.zip
jmtpfs: add platform
-rw-r--r--pkgs/tools/filesystems/jmtpfs/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/filesystems/jmtpfs/default.nix b/pkgs/tools/filesystems/jmtpfs/default.nix
index 2a2ff0a47a5..091270deab6 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 ];
   };
 }