forked from mirrors/nixpkgs
Revert "torbrowser: fix torEnv after multiple-outputs"
This reverts commit 672efb940f
.
This is a terrible fix, use buildEnv's extraOutputsToInstall instead.
This commit is contained in:
parent
672efb940f
commit
008d47131f
|
@ -6,9 +6,9 @@ let
|
||||||
torEnv = buildEnv {
|
torEnv = buildEnv {
|
||||||
name = "tor-env";
|
name = "tor-env";
|
||||||
paths = [
|
paths = [
|
||||||
stdenv.cc.cc.lib zlib glib alsaLib dbus.lib dbus_glib gtk atk pango.out
|
stdenv.cc.cc zlib glib alsaLib dbus dbus_glib gtk atk pango freetype
|
||||||
freetype fontconfig.lib gdk_pixbuf cairo xorg.libXrender xorg.libX11
|
fontconfig gdk_pixbuf cairo xorg.libXrender xorg.libX11 xorg.libXext
|
||||||
xorg.libXext xorg.libXt
|
xorg.libXt
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue