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, libGLU, libGL, glew, freetype, fontconfig, fribidi, libX11 }:
|
||||
{ lib, stdenv, fetchurl, libGLU, libGL, glew, freetype, fontconfig, fribidi, libX11 }:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "quesoglc";
|
||||
version = "0.7.2";
|
||||
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
buildInputs = [ libGLU libGL glew freetype fontconfig fribidi libX11 ];
|
||||
# FIXME: Configure fails to use system glew.
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
description = "A free implementation of the OpenGL Character Renderer";
|
||||
longDescription = ''
|
||||
QuesoGLC is a free (as in free speech) implementation of the OpenGL
|
||||
|
||||
Reference in New Issue
Block a user