summaryrefslogtreecommitdiffstats
path: root/makefu/5pkgs/cmpforopenssl/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/5pkgs/cmpforopenssl/default.nix')
-rw-r--r--makefu/5pkgs/cmpforopenssl/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/makefu/5pkgs/cmpforopenssl/default.nix b/makefu/5pkgs/cmpforopenssl/default.nix
index 3b9a2009..b8934357 100644
--- a/makefu/5pkgs/cmpforopenssl/default.nix
+++ b/makefu/5pkgs/cmpforopenssl/default.nix
@@ -1,8 +1,8 @@
-{ stdenv, fetchurl, buildPackages, perl, fetchgit
+{ stdenv, lib, fetchurl, buildPackages, perl, fetchgit
, hostPlatform
}:
-with stdenv.lib;
+with lib;
let
@@ -70,8 +70,8 @@ let
meta = {
homepage = https://sourceforge.net/p/cmpforopenssl ;
description = "A cryptographic library that implements the SSL and TLS protocols";
- platforms = stdenv.lib.platforms.all;
- maintainers = [ stdenv.lib.maintainers.makefu ];
+ platforms = lib.platforms.all;
+ maintainers = [ lib.maintainers.makefu ];
priority = 0; # resolves collision with ‘man-pages’
};
};