1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 07:31:20 +00:00

Merge pull request #31480 from DIzFer/steam-borderlands-fix

steam-chrootenv: add iana-etc, fixes #25443
This commit is contained in:
Orivej Desh 2017-11-10 18:05:54 +00:00 committed by GitHub
commit b6b931a4f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,6 +32,7 @@ let
xdg_utils
# Zoneinfo
etc-zoneinfo
iana-etc
] ++ lib.optional withJava jdk
++ lib.optional withPrimus primus
++ extraPkgs pkgs;