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, unzip, ... }: stdenv.mkDerivation rec {
|
||||
{ lib, stdenv, fetchurl, unzip, ... }: stdenv.mkDerivation rec {
|
||||
pname = "scriptaculous";
|
||||
version = "1.9.0";
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
cp src/*.js $out
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
description = "A set of JavaScript libraries to enhance the user interface of web sites";
|
||||
longDescription = ''
|
||||
script.aculo.us provides you with
|
||||
|
||||
Reference in New Issue
Block a user