xorg.editres: fix build (#56979)
This commit is contained in:
parent
22160302cf
commit
680e9f1d91
|
@ -42,6 +42,10 @@ self: super:
|
||||||
buildInputs = attrs.buildInputs ++ [ self.mkfontscale ];
|
buildInputs = attrs.buildInputs ++ [ self.mkfontscale ];
|
||||||
});
|
});
|
||||||
|
|
||||||
|
editres = super.editres.overrideAttrs (attrs: {
|
||||||
|
hardeningDisable = [ "format" ];
|
||||||
|
});
|
||||||
|
|
||||||
fontbhttf = super.fontbhttf.overrideAttrs (attrs: {
|
fontbhttf = super.fontbhttf.overrideAttrs (attrs: {
|
||||||
meta = attrs.meta // { license = lib.licenses.unfreeRedistributable; };
|
meta = attrs.meta // { license = lib.licenses.unfreeRedistributable; };
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue