change strongbox
This commit is contained in:
parent
8934f20baf
commit
4baf791e21
1 changed files with 4 additions and 2 deletions
|
|
@ -11,8 +11,10 @@ stdenv.mkDerivation {
|
|||
sha256 = "sha256-Q/mYfrKTJ3zxkSl2onqWsrRGNtx1KM3AEsOM4hkzMM0=";
|
||||
};
|
||||
|
||||
phases = [ "installPhase" ];
|
||||
|
||||
installPhase = ''
|
||||
chmod +x strongbox
|
||||
install -D --target $out/bin *
|
||||
chmod +x $src
|
||||
install -D $src $out/bin/strongbox
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue