mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
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 a new issue