xdg-utils: allow build on darwin

This commit is contained in:
Stéphane Jourdois 2015-10-28 18:49:04 +01:00
parent 22392d8134
commit a39832a12c

@ -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;
};
}