tipa: add license
This commit is contained in:
parent
6832d459b3
commit
57e976051f
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl }:
|
{ lib, stdenv, fetchurl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "tipa";
|
pname = "tipa";
|
||||||
@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Phonetic font for TeX";
|
description = "Phonetic font for TeX";
|
||||||
|
license = lib.licenses.lppl13c;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user