Merge pull request #73950 from edef1c/steam-noalias
Fix steam build under `allowAliases = false`
This commit is contained in:
commit
1fc4e03225
@ -105,7 +105,7 @@ with super;
|
|||||||
];
|
];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgs.glib
|
pkgs.glib
|
||||||
pkgs.gobjectIntrospection
|
pkgs.gobject-introspection
|
||||||
];
|
];
|
||||||
patches = [
|
patches = [
|
||||||
(pkgs.fetchpatch {
|
(pkgs.fetchpatch {
|
||||||
|
@ -86,14 +86,14 @@ in buildFHSUserEnv rec {
|
|||||||
xorg.xkeyboardconfig
|
xorg.xkeyboardconfig
|
||||||
xorg.libpciaccess
|
xorg.libpciaccess
|
||||||
## screeps dependencies
|
## screeps dependencies
|
||||||
gnome3.gtk
|
gtk3
|
||||||
dbus
|
dbus
|
||||||
zlib
|
zlib
|
||||||
glib
|
glib
|
||||||
atk
|
atk
|
||||||
cairo
|
cairo
|
||||||
freetype
|
freetype
|
||||||
gdk_pixbuf
|
gdk-pixbuf
|
||||||
pango
|
pango
|
||||||
fontconfig
|
fontconfig
|
||||||
] ++ (if (!nativeOnly) then [
|
] ++ (if (!nativeOnly) then [
|
||||||
|
Loading…
Reference in New Issue
Block a user