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

svn path=/nixpkgs/trunk/; revision=23000
This commit is contained in:
Peter Simons 2010-08-06 12:47:20 +00:00
parent 3e095243bd
commit 6dad13cb74

View file

@ -114,7 +114,7 @@ let
# The package compositions. Yes, this isn't properly indented.
pkgsFun = __overrides: with helperFunctions; helperFunctions // rec {
# Override system. This is useful to build i686 packages on x86_64-linux.
forceSystem = system: (import ./all-packages.nix) {
inherit system;