about summary refs log tree commit diff
path: root/pkgs/applications/misc/dunst
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/dunst')
-rw-r--r--pkgs/applications/misc/dunst/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/misc/dunst/default.nix b/pkgs/applications/misc/dunst/default.nix
index 466aa2071e9a0..457f20b4d441a 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;
   };
 }