This commit is contained in:
Daniel Løvbrøtte Olsen
2020-02-28 14:31:24 +01:00
committed by Daniel Olsen
parent 7bbbcdca55
commit bc2a197e4e
5 changed files with 3 additions and 24 deletions

View File

@@ -1,20 +0,0 @@
# 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
];
};
}