vault-bin: set dontStrip for darwin
immediately errors unless this is set
This commit is contained in:
@@ -51,6 +51,8 @@ in stdenv.mkDerivation {
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
dontStrip = stdenv.isDarwin;
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://www.vaultproject.io";
|
||||
description = "A tool for managing secrets, this binary includes the UI";
|
||||
|
||||
Reference in New Issue
Block a user