chunksync: remove openssl 1.0.2 pinning

This commit is contained in:
Robin Gloster 2019-07-30 15:00:52 +02:00
parent 21d225a026
commit 0c5c7f60e6
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF
1 changed files with 1 additions and 3 deletions

View File

@ -2115,9 +2115,7 @@ in
chunkfs = callPackage ../tools/filesystems/chunkfs { }; chunkfs = callPackage ../tools/filesystems/chunkfs { };
chunksync = callPackage ../tools/backup/chunksync { chunksync = callPackage ../tools/backup/chunksync { };
openssl = openssl_1_0_2;
};
cipherscan = callPackage ../tools/security/cipherscan { cipherscan = callPackage ../tools/security/cipherscan {
openssl = if stdenv.hostPlatform.system == "x86_64-linux" openssl = if stdenv.hostPlatform.system == "x86_64-linux"