_1password-gui: mark as unbroken on macOS

Fixed by https://github.com/nix-darwin/nix-darwin/pull/1438
This commit is contained in:
Michael Hoang
2025-05-08 22:46:51 +10:00
parent 3730d8a308
commit 80f2322e94
@@ -26,8 +26,6 @@ let
};
meta = {
# Requires to be installed in "/Application" which is not possible for now (https://github.com/NixOS/nixpkgs/issues/254944)
broken = stdenv.hostPlatform.isDarwin;
description = "Multi-platform password manager";
homepage = "https://1password.com/";
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];