all-packages.nix: strip trailing whitespace
This commit is contained in:
parent
9c45b91002
commit
93239d33cc
@ -266,7 +266,7 @@ let
|
|||||||
buildEnv = import ../build-support/buildenv {
|
buildEnv = import ../build-support/buildenv {
|
||||||
inherit (pkgs) runCommand perl;
|
inherit (pkgs) runCommand perl;
|
||||||
};
|
};
|
||||||
|
|
||||||
buildFHSChrootEnv = import ../build-support/build-fhs-chrootenv {
|
buildFHSChrootEnv = import ../build-support/build-fhs-chrootenv {
|
||||||
inherit stdenv glibc glibcLocales gcc coreutils diffutils findutils;
|
inherit stdenv glibc glibcLocales gcc coreutils diffutils findutils;
|
||||||
inherit gnused gnugrep gnutar gzip bzip2 bashInteractive xz shadow gawk;
|
inherit gnused gnugrep gnutar gzip bzip2 bashInteractive xz shadow gawk;
|
||||||
@ -9148,7 +9148,7 @@ let
|
|||||||
stardust = callPackage ../games/stardust {};
|
stardust = callPackage ../games/stardust {};
|
||||||
|
|
||||||
steam = callPackage_i686 ../games/steam {};
|
steam = callPackage_i686 ../games/steam {};
|
||||||
|
|
||||||
steamChrootEnv = callPackage_i686 ../games/steam/chrootenv.nix {
|
steamChrootEnv = callPackage_i686 ../games/steam/chrootenv.nix {
|
||||||
zenity = gnome2.zenity;
|
zenity = gnome2.zenity;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user