pkgs/development/libraries: stdenv.lib -> lib
This commit is contained in:
committed by
Jonathan Ringer
parent
046d24424e
commit
66e44425c6
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, fetchpatch, python }:
|
||||
{ lib, stdenv, fetchurl, fetchpatch, python }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "clearsilver-0.10.5";
|
||||
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
||||
})
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
description = "Fast, powerful, and language-neutral HTML template system";
|
||||
homepage = "http://www.clearsilver.net/";
|
||||
license = licenses.free;
|
||||
|
||||
Reference in New Issue
Block a user