node-webkit: fix library references with multiple output derivations

This commit is contained in:
Sander van der Burg 2016-08-31 20:48:23 +00:00
parent 43a5d30e00
commit c4e67a3dc9
2 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,8 @@ let
xorg.libXtst xorg.libXi xorg.libXcursor xorg.libXrandr libcap
libnotify
];
extraOutputsToInstall = [ "lib" "out" ];
};
in stdenv.mkDerivation rec {

View File

@ -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 {