nixpkgs: scrypt 1.1.6 -> 1.2.0
Now with less build breakage!
This commit is contained in:
parent
ed5f04eb86
commit
8a74451273
@ -2,15 +2,24 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "scrypt-${version}";
|
name = "scrypt-${version}";
|
||||||
version = "1.1.6";
|
version = "1.2.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.tarsnap.com/scrypt/scrypt-1.1.6.tgz";
|
url = "https://www.tarsnap.com/scrypt/${name}.tgz";
|
||||||
sha256 = "dfd0d1a544439265bbb9b58043ad3c8ce50a3987b44a61b1d39fd7a3ed5b7fb8";
|
sha256 = "1m39hpfby0fdjam842773i5w7pa0qaj7f0r22jnchxsj824vqm0p";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ openssl ];
|
buildInputs = [ openssl ];
|
||||||
|
|
||||||
|
patchPhase = ''
|
||||||
|
substituteInPlace Makefile \
|
||||||
|
--replace "command -p mv" "mv"
|
||||||
|
substituteInPlace Makefile.in \
|
||||||
|
--replace "command -p mv" "mv"
|
||||||
|
substituteInPlace autocrap/Makefile.am \
|
||||||
|
--replace "command -p mv" "mv"
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Encryption utility";
|
description = "Encryption utility";
|
||||||
homepage = https://www.tarsnap.com/scrypt.html;
|
homepage = https://www.tarsnap.com/scrypt.html;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user