xdg-utils: allow build on darwin
This commit is contained in:
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";
|
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…
x
Reference in New Issue
Block a user