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=";
|
sha256 = "sha256-Q/mYfrKTJ3zxkSl2onqWsrRGNtx1KM3AEsOM4hkzMM0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
phases = [ "installPhase" ];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
chmod +x strongbox
|
chmod +x $src
|
||||||
install -D --target $out/bin *
|
install -D $src $out/bin/strongbox
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue