3
0
Fork 0
forked from mirrors/nixpkgs

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