Make Screeps work
This commit is contained in:
parent
dc8bbfdeaf
commit
9d02119b6e
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue