summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/X11/xdg-utils
diff options
context:
space:
mode:
authorStéphane Jourdois <sjourdois@gmail.com>2015-10-28 18:49:04 +0100
committerStéphane Jourdois <sjourdois@gmail.com>2015-10-31 17:58:23 +0100
commita39832a12c0420a8c96a8e093e6e88c12a04f0eb (patch)
treeed5e5713517863ae52980cfba7934e99e4b3d43e /pkgs/tools/X11/xdg-utils
parent22392d8134bdab37c1c20cc61e7af78cceeced04 (diff)
xdg-utils: allow build on darwin
Diffstat (limited to 'pkgs/tools/X11/xdg-utils')
-rw-r--r--pkgs/tools/X11/xdg-utils/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/X11/xdg-utils/default.nix b/pkgs/tools/X11/xdg-utils/default.nix
index a8915e38d375..23b406c2d43f 100644
--- a/pkgs/tools/X11/xdg-utils/default.nix
+++ b/pkgs/tools/X11/xdg-utils/default.nix
@@ -47,6 +47,6 @@ stdenv.mkDerivation rec {
description = "A set of command line tools that assist applications with a variety of desktop integration tasks";
license = if mimiSupport then licenses.gpl2 else licenses.free;
maintainers = [ maintainers.eelco ];
- platforms = platforms.linux;
+ platforms = platforms.all;
};
}