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, tnt}:
|
||||
{lib, stdenv, fetchurl, unzip, tnt}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "jama";
|
||||
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
cp *.h $out/include
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
homepage = "https://math.nist.gov/tnt/";
|
||||
description = "JAMA/C++ Linear Algebra Package: Java-like matrix C++ templates";
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user