all-packages.nix: string trailing whitespace

This commit is contained in:
Peter Simons 2013-09-16 10:59:39 +02:00
parent 5bb361dde3
commit c8b32a6c88

View File

@ -266,7 +266,7 @@ let
buildEnv = import ../build-support/buildenv {
inherit (pkgs) runCommand perl;
};
buildFHSChrootEnv = import ../build-support/build-fhs-chrootenv {
inherit stdenv glibc glibcLocales gcc coreutils diffutils findutils;
inherit gnused gnugrep gnutar gzip bzip2 bashInteractive xz shadow gawk;
@ -9169,7 +9169,7 @@ let
stardust = callPackage ../games/stardust {};
steam = callPackage_i686 ../games/steam {};
steamChrootEnv = callPackage_i686 ../games/steam/chrootenv.nix {
zenity = gnome2.zenity;
};