Merge pull request #10753 from sjourdois/darwin
xdg-utils: allow build on darwin
This commit is contained in:
commit
afdeffd61a
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue