pkgs/development/interpreters: stdenv.lib -> lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, unzip, libX11, libXt, libnsl }:
|
||||
{ lib, stdenv, fetchurl, unzip, libX11, libXt, libnsl }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "unicon-lang";
|
||||
@@ -33,7 +33,7 @@ stdenv.mkDerivation {
|
||||
cp -r bin $out/
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
description = "A very high level, goal-directed, object-oriented, general purpose applications language";
|
||||
maintainers = with maintainers; [ vrthra ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user