3
0
Fork 0
forked from mirrors/nixpkgs

torbrowser: fix torEnv after multiple-outputs

This commit is contained in:
Joachim Fasting 2016-04-22 04:08:21 +02:00
parent 2e7b0bbd22
commit 672efb940f
No known key found for this signature in database
GPG key ID: 4330820E1E04DCF4

View file

@ -6,9 +6,9 @@ let
torEnv = buildEnv {
name = "tor-env";
paths = [
stdenv.cc.cc zlib glib alsaLib dbus dbus_glib gtk atk pango freetype
fontconfig gdk_pixbuf cairo xorg.libXrender xorg.libX11 xorg.libXext
xorg.libXt
stdenv.cc.cc.lib zlib glib alsaLib dbus.lib dbus_glib gtk atk pango.out
freetype fontconfig.lib gdk_pixbuf cairo xorg.libXrender xorg.libX11
xorg.libXext xorg.libXt
];
};