lastwatch: unsupported on darwin due to inotify

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