menu-cache: supports darwin

wip/yesman
Matthew Bauer 7 years ago
parent ad3b346e78
commit 983a0f31ca
No known key found for this signature in database
GPG Key ID: E04D0AD9469141C3
  1. 2
      pkgs/development/libraries/menu-cache/default.nix

@ -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…
Cancel
Save