tipa: add license

This commit is contained in:
Markus Kowalewski 2022-11-02 23:10:06 +01:00
parent 6832d459b3
commit 57e976051f
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl }:
{ lib, stdenv, fetchurl }:
stdenv.mkDerivation rec {
pname = "tipa";
@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Phonetic font for TeX";
license = lib.licenses.lppl13c;
};
}