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
+2 -2
View File
@@ -1,4 +1,4 @@
{ fetchurl, stdenv, ncurses, gnupg }:
{ fetchurl, lib, stdenv, ncurses, gnupg }:
let version = "0.7.4";
in stdenv.mkDerivation {
@@ -7,7 +7,7 @@ in stdenv.mkDerivation {
inherit version;
meta = {
homepage = "https://tamentis.com/projects/mdp/";
license = [stdenv.lib.licenses.isc];
license = [lib.licenses.isc];
description = "Manage your passwords with GnuPG and a text editor";
};
src = fetchurl {