change strongbox
This commit is contained in:
@@ -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
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user