lastwatch: unsupported on darwin due to inotify
This commit is contained in:
parent
0b038724c5
commit
d4e20aa3d2
|
@ -23,5 +23,6 @@ pythonPackages.buildPythonPackage rec {
|
||||||
homepage = "https://github.com/aszlig/LastWatch";
|
homepage = "https://github.com/aszlig/LastWatch";
|
||||||
description = "An inotify-based last.fm audio scrobbler";
|
description = "An inotify-based last.fm audio scrobbler";
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue