pkgs/servers: stdenv.lib -> lib
This commit is contained in:
@@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user