pkgs/tools: stdenv.lib -> lib

This commit is contained in:
Ben Siraphob
2021-01-15 17:12:36 +07:00
parent 94f3683935
commit 8c5d37129f
916 changed files with 2510 additions and 2510 deletions
+5 -5
View File
@@ -1,8 +1,8 @@
{ stdenv, fetchhg, openssl, pcre-cpp, qt4, boost, pkcs11helper }:
{ lib, stdenv, fetchhg, openssl, pcre-cpp, qt4, boost, pkcs11helper }:
stdenv.mkDerivation {
name = "meo-20121113";
src = fetchhg {
url = "http://oss.stamfest.net/hg/meo";
rev = "b48e5f16cff8";
@@ -27,9 +27,9 @@ stdenv.mkDerivation {
meta = {
homepage = "http://oss.stamfest.net/wordpress/meo-multiple-eyepairs-only";
description = "Tools to use cryptography for things like four-eyes principles";
license = stdenv.lib.licenses.agpl3Plus;
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
license = lib.licenses.agpl3Plus;
maintainers = with lib.maintainers; [viric];
platforms = with lib.platforms; linux;
broken = true;
};
}