xlsfonts: set license in overrides

This commit is contained in:
Pascal Wittmann 2018-08-04 16:04:51 +02:00
parent fd08f993f3
commit 0fa1ffd17f
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852
2 changed files with 4 additions and 1 deletions

View File

@ -2526,7 +2526,6 @@ let
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ libX11 xproto ];
meta.platforms = stdenv.lib.platforms.unix;
meta.license = stdenv.lib.licenses.mit;
}) // {inherit libX11 xproto ;};
xmag = (mkDerivation "xmag" {

View File

@ -426,6 +426,10 @@ in
'';
};
xlsfonts = attrs: attrs // {
meta = attrs.meta // { license = lib.licenses.mit; };
};
xorgserver = with xorg; attrs_passed:
# exchange attrs if abiCompat is set
let