Unverified Commit 6ace6a00 authored by Florian's avatar Florian Committed by GitHub
Browse files

Merge pull request #332921 from ofalvai/keepassxc-go-unbreak-darwin

keepassxc-go: unbreak on darwin
parents 14e1662f faf1e170
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -20,6 +20,11 @@ buildGoModule rec {

  vendorHash = "sha256-jscyNyVr+RDN1EaxIOc3aYCAVT+1eO/c+dxEsIorDIs=";

  checkFlags = [
    # Test tries to monkey-patch the stdlib, fails with permission denied error.
    "-skip=TestKeystore"
  ];

  postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) ''
    local INSTALL="$out/bin/keepassxc-go"
    installShellCompletion --cmd keepassxc-go \