all-packages.nix: strip trailing whitespace

This commit is contained in:
Peter Simons 2013-09-16 11:50:15 +02:00
parent 9c45b91002
commit 93239d33cc

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;
@ -9148,7 +9148,7 @@ let
stardust = callPackage ../games/stardust {};
steam = callPackage_i686 ../games/steam {};
steamChrootEnv = callPackage_i686 ../games/steam/chrootenv.nix {
zenity = gnome2.zenity;
};