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, m4, which, yasm }:
|
||||
{ lib, stdenv, fetchurl, m4, which, yasm }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "mpir";
|
||||
@@ -16,9 +16,9 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
inherit version;
|
||||
description = ''A highly optimised library for bignum arithmetic forked from GMP'';
|
||||
license = stdenv.lib.licenses.lgpl3Plus;
|
||||
maintainers = [stdenv.lib.maintainers.raskin];
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
license = lib.licenses.lgpl3Plus;
|
||||
maintainers = [lib.maintainers.raskin];
|
||||
platforms = lib.platforms.unix;
|
||||
downloadPage = "http://mpir.org/downloads.html";
|
||||
homepage = "http://mpir.org/";
|
||||
updateWalker = true;
|
||||
|
||||
Reference in New Issue
Block a user