dosemu_fonts: add license

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

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, bdftopcf, mkfontdir, mkfontscale }:
{ lib, stdenv, fetchurl, bdftopcf, mkfontdir, mkfontscale }:
stdenv.mkDerivation rec {
pname = "dosemu-fonts";
@ -31,5 +31,6 @@ stdenv.mkDerivation rec {
meta = {
description = "Various fonts from the DOSEmu project";
license = lib.licenses.gpl2Only;
};
}