pkgs/servers: stdenv.lib -> lib

This commit is contained in:
Ben Siraphob
2021-01-15 14:24:03 +07:00
parent e245ae3c3a
commit 872973d7d1
172 changed files with 454 additions and 455 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
{ fetchurl, stdenv, flex, bison }:
{ fetchurl, lib, stdenv, flex, bison }:
stdenv.mkDerivation rec {
name = "unfs3-0.9.22";
@@ -26,8 +26,8 @@ stdenv.mkDerivation rec {
homepage = "http://unfs3.sourceforge.net/";
license = stdenv.lib.licenses.bsd3;
platforms = stdenv.lib.platforms.unix;
license = lib.licenses.bsd3;
platforms = lib.platforms.unix;
maintainers = [ ];
};
}