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