xlsfonts: set license in overrides
This commit is contained in:
parent
fd08f993f3
commit
0fa1ffd17f
@ -2526,7 +2526,6 @@ let
|
|||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ libX11 xproto ];
|
buildInputs = [ libX11 xproto ];
|
||||||
meta.platforms = stdenv.lib.platforms.unix;
|
meta.platforms = stdenv.lib.platforms.unix;
|
||||||
meta.license = stdenv.lib.licenses.mit;
|
|
||||||
}) // {inherit libX11 xproto ;};
|
}) // {inherit libX11 xproto ;};
|
||||||
|
|
||||||
xmag = (mkDerivation "xmag" {
|
xmag = (mkDerivation "xmag" {
|
||||||
|
@ -426,6 +426,10 @@ in
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
xlsfonts = attrs: attrs // {
|
||||||
|
meta = attrs.meta // { license = lib.licenses.mit; };
|
||||||
|
};
|
||||||
|
|
||||||
xorgserver = with xorg; attrs_passed:
|
xorgserver = with xorg; attrs_passed:
|
||||||
# exchange attrs if abiCompat is set
|
# exchange attrs if abiCompat is set
|
||||||
let
|
let
|
||||||
|
Loading…
Reference in New Issue
Block a user