treewide: Mass replace 'xorg.libXft}/lib' to refer the 'out' output
This commit is contained in:
parent
40ef23e7ed
commit
555292017e
@ -2383,7 +2383,7 @@ let
|
||||
});
|
||||
|
||||
devEMF = old.devEMF.overrideDerivation (attrs: {
|
||||
NIX_CFLAGS_LINK = "-L${pkgs.xorg.libXft}/lib -lXft";
|
||||
NIX_CFLAGS_LINK = "-L${pkgs.xorg.libXft.out}/lib -lXft";
|
||||
});
|
||||
|
||||
slfm = old.slfm.overrideDerivation (attrs: {
|
||||
|
Loading…
Reference in New Issue
Block a user