Merge pull request #36677 from efx/fix-36346

tmsu: disable for darwin
This commit is contained in:
Michael Raskin 2018-03-09 18:27:00 +00:00 committed by GitHub
commit e48ede7379
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;
};
}