pkgs/applications: stdenv.lib -> lib

This commit is contained in:
Ben Siraphob
2021-01-15 14:24:03 +07:00
parent 2e34288f0d
commit 108bdac3d9
427 changed files with 1160 additions and 1154 deletions
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, fetchpatch, bison, flex, autoconf, automake, openssl }:
{ lib, stdenv, fetchurl, fetchpatch, bison, flex, autoconf, automake, openssl }:
stdenv.mkDerivation rec {
pname = "bip";
@@ -42,8 +42,8 @@ stdenv.mkDerivation rec {
meta = {
description = "An IRC proxy (bouncer)";
homepage = "http://bip.milkypond.org/";
license = stdenv.lib.licenses.gpl2;
license = lib.licenses.gpl2;
downloadPage = "https://projects.duckcorp.org/projects/bip/files";
platforms = stdenv.lib.platforms.linux;
platforms = lib.platforms.linux;
};
}