dunst: Add meta.platforms.

Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
This commit is contained in:
Moritz Ulrich 2013-03-22 13:00:49 +01:00
parent c2d3d24349
commit c4ffd2cac9

View File

@ -27,5 +27,7 @@ stdenv.mkDerivation rec {
description = "lightweight and customizable notification daemon";
homepage = http://www.knopwob.org/dunst/;
license = stdenv.lib.licenses.bsd3;
# NOTE: 'unix' or even 'all' COULD work too, I'm not sure
platforms = stdenv.lib.platforms.linux;
};
}