pkgs/top-level/all-packages.nix: strip trailing white space

svn path=/nixpkgs/trunk/; revision=21416
This commit is contained in:
Peter Simons 2010-04-29 08:54:02 +00:00
parent d22b66cffc
commit 68d6efe22c

View File

@ -2744,7 +2744,7 @@ let
arch = if stdenv.isDarwin then darwinArchUtility else null; arch = if stdenv.isDarwin then darwinArchUtility else null;
sw_vers = if stdenv.isDarwin then darwinSwVersUtility else null; sw_vers = if stdenv.isDarwin then darwinSwVersUtility else null;
}); });
pyrex = pyrex095; pyrex = pyrex095;
pyrex095 = import ../development/interpreters/pyrex/0.9.5.nix { pyrex095 = import ../development/interpreters/pyrex/0.9.5.nix {
@ -4811,7 +4811,7 @@ let
pkgconfig xineLib; pkgconfig xineLib;
inherit (gtkLibs) gtk glib; inherit (gtkLibs) gtk glib;
inherit (gst_all) gstreamer; inherit (gst_all) gstreamer;
stdenv = stdenv2; stdenv = stdenv2;
}; };
# this ctl version is needed by openexr_viewers # this ctl version is needed by openexr_viewers
@ -5533,11 +5533,11 @@ let
inherit fetchurl stdenv erlang spidermonkey icu getopt inherit fetchurl stdenv erlang spidermonkey icu getopt
curl; curl;
}; };
felix = import ../servers/felix { felix = import ../servers/felix {
inherit stdenv fetchurl; inherit stdenv fetchurl;
}; };
felix_remoteshell = import ../servers/felix/remoteshell.nix { felix_remoteshell = import ../servers/felix/remoteshell.nix {
inherit stdenv fetchurl; inherit stdenv fetchurl;
}; };
@ -7354,7 +7354,7 @@ let
inherit fetchurl stdenv perl pkgconfig libpcap flex bison; inherit fetchurl stdenv perl pkgconfig libpcap flex bison;
inherit (gtkLibs) gtk; inherit (gtkLibs) gtk;
}; };
wvdial = import ../os-specific/linux/wvdial { wvdial = import ../os-specific/linux/wvdial {
inherit stdenv fetchurl wvstreams pkgconfig; inherit stdenv fetchurl wvstreams pkgconfig;
}; };