8 stdenvNoCC.mkDerivation rec {
13 url = "https://github.com/dwarvesf/hidden/releases/download/v${version}/Hidden.Bar.${version}.dmg";
14 hash = "sha256-P1SwJPXBxAvBiuvjkBRxAom0fhR+cVYfriKmYcqybQI=";
22 mkdir -p $out/Applications
23 mv "Hidden Bar.app" $out/Applications
28 nativeBuildInputs = [ undmg ];
31 description = "Ultra-light MacOS utility that helps hide menu bar icons";
32 homepage = "https://github.com/dwarvesf/hidden";
33 license = lib.licenses.mit;
34 maintainers = with lib.maintainers; [ donteatoreo ];
35 platforms = lib.platforms.darwin;
36 sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];