From c4ffd2cac967d716bef256e17800da542b24f7d6 Mon Sep 17 00:00:00 2001 From: Moritz Ulrich Date: Fri, 22 Mar 2013 13:00:49 +0100 Subject: [PATCH] dunst: Add meta.platforms. Signed-off-by: Moritz Ulrich --- pkgs/applications/misc/dunst/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/misc/dunst/default.nix b/pkgs/applications/misc/dunst/default.nix index 466aa2071e9..457f20b4d44 100644 --- a/pkgs/applications/misc/dunst/default.nix +++ b/pkgs/applications/misc/dunst/default.nix @@ -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; }; }