node-webkit: fix library references with multiple output derivations
This commit is contained in:
@@ -15,6 +15,8 @@ let
|
||||
xorg.libXtst xorg.libXi xorg.libXcursor xorg.libXrandr libcap
|
||||
libnotify
|
||||
];
|
||||
|
||||
extraOutputsToInstall = [ "lib" "out" ];
|
||||
};
|
||||
|
||||
in stdenv.mkDerivation rec {
|
||||
|
||||
@@ -13,6 +13,8 @@ let
|
||||
xorg.libXext xorg.libXfixes nss nspr gconf expat dbus stdenv.cc.cc
|
||||
xorg.libXtst xorg.libXi
|
||||
];
|
||||
|
||||
extraOutputsToInstall = [ "lib" "out" ];
|
||||
};
|
||||
|
||||
in stdenv.mkDerivation rec {
|
||||
|
||||
Reference in New Issue
Block a user