torbrowser: fix torEnv after multiple-outputs
This commit is contained in:
parent
2e7b0bbd22
commit
672efb940f
@ -6,9 +6,9 @@ let
|
|||||||
torEnv = buildEnv {
|
torEnv = buildEnv {
|
||||||
name = "tor-env";
|
name = "tor-env";
|
||||||
paths = [
|
paths = [
|
||||||
stdenv.cc.cc zlib glib alsaLib dbus dbus_glib gtk atk pango freetype
|
stdenv.cc.cc.lib zlib glib alsaLib dbus.lib dbus_glib gtk atk pango.out
|
||||||
fontconfig gdk_pixbuf cairo xorg.libXrender xorg.libX11 xorg.libXext
|
freetype fontconfig.lib gdk_pixbuf cairo xorg.libXrender xorg.libX11
|
||||||
xorg.libXt
|
xorg.libXext xorg.libXt
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user