lastwatch: unsupported on darwin due to inotify

This commit is contained in:
Luca Bruno 2014-08-10 11:11:11 +02:00
parent 0b038724c5
commit d4e20aa3d2

View File

@ -23,5 +23,6 @@ pythonPackages.buildPythonPackage rec {
homepage = "https://github.com/aszlig/LastWatch";
description = "An inotify-based last.fm audio scrobbler";
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;
};
}