From 4d1f618b18fe3ca6d5f37068732af7d136f2cced Mon Sep 17 00:00:00 2001 From: Eli Flanagan Date: Fri, 9 Mar 2018 12:47:05 -0500 Subject: [PATCH] tmsu: disable for darwin Disabling until a solution comes about for osxfuse. --- pkgs/tools/filesystems/tmsu/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; }