about summary refs log tree commit diff
path: root/pkgs/tools/filesystems/tmsu
diff options
context:
space:
mode:
authorEli Flanagan <eflanagan@innovu.com>2018-03-09 12:47:05 -0500
committerEli Flanagan <eflanagan@innovu.com>2018-03-09 12:47:05 -0500
commit4d1f618b18fe3ca6d5f37068732af7d136f2cced (patch)
tree4f4a7a36023753987884ae490ed547a0db335452 /pkgs/tools/filesystems/tmsu
parent36fd5663722ee504049bce543df7bc8a5092c0ef (diff)
downloadnixlib-4d1f618b18fe3ca6d5f37068732af7d136f2cced.tar
nixlib-4d1f618b18fe3ca6d5f37068732af7d136f2cced.tar.gz
nixlib-4d1f618b18fe3ca6d5f37068732af7d136f2cced.tar.bz2
nixlib-4d1f618b18fe3ca6d5f37068732af7d136f2cced.tar.lz
nixlib-4d1f618b18fe3ca6d5f37068732af7d136f2cced.tar.xz
nixlib-4d1f618b18fe3ca6d5f37068732af7d136f2cced.tar.zst
nixlib-4d1f618b18fe3ca6d5f37068732af7d136f2cced.zip
tmsu: disable for darwin
Disabling until a solution comes about for osxfuse.
Diffstat (limited to 'pkgs/tools/filesystems/tmsu')
-rw-r--r--pkgs/tools/filesystems/tmsu/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/tmsu/default.nix b/pkgs/tools/filesystems/tmsu/default.nix
index 89e5c0f35f05..359653465059 100644
--- a/pkgs/tools/filesystems/tmsu/default.nix
+++ b/pkgs/tools/filesystems/tmsu/default.nix
@@ -56,6 +56,6 @@ stdenv.mkDerivation rec {
     description = "A tool for tagging your files using a virtual filesystem";
     maintainers = with maintainers; [ pSub ];
     license     = licenses.gpl3;
-    platforms   = platforms.all;
+    platforms   = platforms.linux;
   };
 }