menu-cache: supports darwin
This commit is contained in:
parent
ad3b346e78
commit
983a0f31ca
1 changed files with 1 additions and 1 deletions
|
@ -18,6 +18,6 @@ stdenv.mkDerivation {
|
|||
license = licenses.gpl2Plus;
|
||||
description = "Library to read freedesktop.org menu files";
|
||||
maintainers = [ maintainers.ttuegel ];
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue