xlibs: replace occurrences by xorg
This seems to have been confusing people, using both xlibs and xorg, etc. - Avoided renaming local (and different) xlibs binding in gcc*. - Fixed cases where both xorg and xlibs were used. Hopefully everything still works as before.
This commit is contained in:
@@ -235,7 +235,7 @@ let
|
||||
ChemmineOB = [ pkgs.openbabel pkgs.pkgconfig ];
|
||||
cit = [ pkgs.gsl ];
|
||||
curl = [ pkgs.curl ];
|
||||
devEMF = [ pkgs.xlibs.libXft ];
|
||||
devEMF = [ pkgs.xorg.libXft ];
|
||||
diversitree = [ pkgs.gsl pkgs.fftw ];
|
||||
EMCluster = [ pkgs.liblapack ];
|
||||
fftw = [ pkgs.fftw ];
|
||||
@@ -340,7 +340,7 @@ let
|
||||
TAQMNGR = [ pkgs.zlib ];
|
||||
tiff = [ pkgs.libtiff ];
|
||||
TKF = [ pkgs.gsl ];
|
||||
tkrplot = [ pkgs.xlibs.libX11 ];
|
||||
tkrplot = [ pkgs.xorg.libX11 ];
|
||||
topicmodels = [ pkgs.gsl ];
|
||||
udunits2 = [ pkgs.udunits pkgs.expat ];
|
||||
V8 = [ pkgs.v8 ];
|
||||
@@ -1632,7 +1632,7 @@ let
|
||||
});
|
||||
|
||||
devEMF = old.devEMF.overrideDerivation (attrs: {
|
||||
NIX_CFLAGS_LINK = "-L${pkgs.xlibs.libXft}/lib -lXft";
|
||||
NIX_CFLAGS_LINK = "-L${pkgs.xorg.libXft}/lib -lXft";
|
||||
});
|
||||
|
||||
slfm = old.slfm.overrideDerivation (attrs: {
|
||||
|
||||
Reference in New Issue
Block a user