pkgs/top-level/all-packages.nix: strip trailing whitenspace
svn path=/nixpkgs/trunk/; revision=23118
This commit is contained in:
parent
2b37d181a5
commit
ee70d8481d
@ -3527,7 +3527,7 @@ let
|
|||||||
|
|
||||||
nss = callPackage ../development/libraries/nss { };
|
nss = callPackage ../development/libraries/nss { };
|
||||||
|
|
||||||
nssTools = callPackage ../development/libraries/nss {
|
nssTools = callPackage ../development/libraries/nss {
|
||||||
includeTools = true;
|
includeTools = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -4981,7 +4981,7 @@ let
|
|||||||
freefont_ttf = callPackage ../data/fonts/freefont-ttf { };
|
freefont_ttf = callPackage ../data/fonts/freefont-ttf { };
|
||||||
|
|
||||||
hicolor_icon_theme = callPackage ../data/misc/hicolor-icon-theme { };
|
hicolor_icon_theme = callPackage ../data/misc/hicolor-icon-theme { };
|
||||||
|
|
||||||
junicode = callPackage ../data/fonts/junicode { };
|
junicode = callPackage ../data/fonts/junicode { };
|
||||||
|
|
||||||
liberation_ttf = callPackage ../data/fonts/redhat-liberation-fonts { };
|
liberation_ttf = callPackage ../data/fonts/redhat-liberation-fonts { };
|
||||||
@ -6611,19 +6611,19 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
xfce = xfce4;
|
xfce = xfce4;
|
||||||
|
|
||||||
xfce4 = recurseIntoAttrs
|
xfce4 = recurseIntoAttrs
|
||||||
(let callPackage = newScope pkgs.xfce4; in
|
(let callPackage = newScope pkgs.xfce4; in
|
||||||
import ../desktops/xfce-4 { inherit callPackage pkgs; });
|
import ../desktops/xfce-4 { inherit callPackage pkgs; });
|
||||||
|
|
||||||
|
|
||||||
### SCIENCE
|
### SCIENCE
|
||||||
|
|
||||||
xplanet = callPackage ../applications/science/xplanet {
|
xplanet = callPackage ../applications/science/xplanet {
|
||||||
inherit (gtkLibs) pango;
|
inherit (gtkLibs) pango;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
### SCIENCE/GEOMETRY
|
### SCIENCE/GEOMETRY
|
||||||
|
|
||||||
drgeo = builderDefsPackage (import ../applications/science/geometry/drgeo) {
|
drgeo = builderDefsPackage (import ../applications/science/geometry/drgeo) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user