Make Screeps work

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-07-16 23:01:57 +02:00
parent dc8bbfdeaf
commit 9d02119b6e
1 changed files with 20 additions and 0 deletions

20
overlays/steam.nix Normal file
View File

@ -0,0 +1,20 @@
# Needed for screeps
# https://github.com/NixOS/nixpkgs/issues/32881
self: super:
{
steam = super.steam.override {
extraPkgs = super: with super; [
gnome3.gtk
zlib
dbus
freetype
glib
atk
cairo
gdk_pixbuf
pango
fontconfig
xorg.libxcb
];
};
}