dunst: Add meta.platforms.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
This commit is contained in:
parent
c2d3d24349
commit
c4ffd2cac9
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user