mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
dosemu_fonts: add license
This commit is contained in:
parent
ad29005c50
commit
6832d459b3
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user