pkgs/development/tools: stdenv.lib -> lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, jre8, unzip }:
|
||||
{ lib, stdenv, fetchurl, jre8, unzip }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "galen";
|
||||
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
cp galen.jar $out/bin
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
homepage = "http://galenframework.com";
|
||||
description = "Automated layout testing for websites";
|
||||
license = licenses.asl20;
|
||||
|
||||
Reference in New Issue
Block a user