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}:
|
||||
{lib, stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libantlr3c-3.4";
|
||||
@@ -7,9 +7,9 @@ stdenv.mkDerivation {
|
||||
sha256 ="0lpbnb4dq4azmsvlhp6khq1gy42kyqyjv8gww74g5lm2y6blm4fa";
|
||||
};
|
||||
|
||||
configureFlags = stdenv.lib.optional stdenv.is64bit "--enable-64bit";
|
||||
configureFlags = lib.optional stdenv.is64bit "--enable-64bit";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
description = "C runtime libraries of ANTLR v3";
|
||||
homepage = "https://www.antlr3.org/";
|
||||
license = licenses.bsd3;
|
||||
|
||||
Reference in New Issue
Block a user