pkgs/servers: stdenv.lib -> lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, pcre }:
|
||||
{ lib, stdenv, fetchurl, pcre }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "leafnode-2.0.0.alpha20121101a.12";
|
||||
@@ -31,7 +31,7 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
homepage = "http://leafnode.sourceforge.net/";
|
||||
description = "Implementation of a store & forward NNTP proxy";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user