lastwatch: unsupported on darwin due to inotify

+1
+1
pkgs/applications/audio/lastwatch/default.nix
··· 23 23 homepage = "https://github.com/aszlig/LastWatch"; 24 24 description = "An inotify-based last.fm audio scrobbler"; 25 25 license = stdenv.lib.licenses.gpl2; 26 + platforms = stdenv.lib.platforms.linux; 26 27 }; 27 28 }