mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
all-packages.nix: strip trailing whitespace
This commit is contained in:
parent
9c45b91002
commit
93239d33cc
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue