pkgs/servers/x11/xorg/overrides.nix: correctly patch path to mkfontscale into mkfontdir wrapper script
This commit is contained in:
parent
5af277bbd1
commit
87c5696996
@ -24,7 +24,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
mkfontdir = attrs: attrs // {
|
mkfontdir = attrs: attrs // {
|
||||||
preBuild = "substituteInPlace mkfontdir.cpp --replace BINDIR ${xorg.mkfontscale}/bin";
|
preBuild = "substituteInPlace mkfontdir.in --replace @bindir@ ${xorg.mkfontscale}/bin";
|
||||||
};
|
};
|
||||||
|
|
||||||
libxcb = attrs : attrs // {
|
libxcb = attrs : attrs // {
|
||||||
|
Loading…
Reference in New Issue
Block a user