pkgs/tools: stdenv.lib -> lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchsvn, nettools, libgcrypt, openssl, openresolv, perl, gawk, makeWrapper }:
|
||||
{ lib, stdenv, fetchsvn, nettools, libgcrypt, openssl, openresolv, perl, gawk, makeWrapper }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "vpnc-0.5.3-post-r550";
|
||||
@@ -50,8 +50,8 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
homepage = "https://www.unix-ag.uni-kl.de/~massar/vpnc/";
|
||||
description = "Virtual private network (VPN) client for Cisco's VPN concentrators";
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
license = lib.licenses.gpl2Plus;
|
||||
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user