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 {
|
||||
name = "tor-env";
|
||||
paths = [
|
||||
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
|
||||
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
|
||||
];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user