Unverified Commit 02c93c22 authored by Johannes Kirschbauer's avatar Johannes Kirschbauer Committed by GitHub
Browse files

_1password-gui: mark as unbroken on macOS (#405228)

parents 87214855 80f2322e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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 ];