keepassxc-go: unbreak on darwin

This commit is contained in:
Olivér Falvai
2024-08-07 08:48:43 +02:00
parent 7f5d1db9e1
commit faf1e1700a
+5
View File
@@ -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 \