xorg.editres: fix build (#56979)

This commit is contained in:
Josef Kemetmüller 2019-03-07 23:01:46 +01:00 committed by xeji
parent 22160302cf
commit 680e9f1d91
1 changed files with 4 additions and 0 deletions

View File

@ -42,6 +42,10 @@ self: super:
buildInputs = attrs.buildInputs ++ [ self.mkfontscale ];
});
editres = super.editres.overrideAttrs (attrs: {
hardeningDisable = [ "format" ];
});
fontbhttf = super.fontbhttf.overrideAttrs (attrs: {
meta = attrs.meta // { license = lib.licenses.unfreeRedistributable; };
});