dunst: Add meta.platforms.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
This commit is contained in:
@@ -27,5 +27,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "lightweight and customizable notification daemon";
|
description = "lightweight and customizable notification daemon";
|
||||||
homepage = http://www.knopwob.org/dunst/;
|
homepage = http://www.knopwob.org/dunst/;
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
# NOTE: 'unix' or even 'all' COULD work too, I'm not sure
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user