pkgs/tools: stdenv.lib -> lib
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{ stdenv, fetchurl, libmtsupport }:
|
||||
{ lib, stdenv, fetchurl, libmtsupport }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libfacet-0.0.1alpha2";
|
||||
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/multitran/libfacet-0.0.1alpha2.tar.bz2";
|
||||
sha256 = "dc53351c4035a3c27dc6c1d0410e808346fbc107e7e7c112ec65c59d0df7a144";
|
||||
@@ -19,7 +19,7 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
homepage = "http://multitran.sourceforge.net/";
|
||||
description = "Multitran lib: enchanced locale facets";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
license = lib.licenses.gpl2;
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user