Merge pull request #10753 from sjourdois/darwin

xdg-utils: allow build on darwin
This commit is contained in:
Domen Kožar 2015-10-31 22:09:03 +01:00
commit afdeffd61a

View file

@ -47,6 +47,6 @@ stdenv.mkDerivation rec {
description = "A set of command line tools that assist applications with a variety of desktop integration tasks"; 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; license = if mimiSupport then licenses.gpl2 else licenses.free;
maintainers = [ maintainers.eelco ]; maintainers = [ maintainers.eelco ];
platforms = platforms.linux; platforms = platforms.all;
}; };
} }