mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
node-webkit: fix library references with multiple output derivations
This commit is contained in:
parent
43a5d30e00
commit
c4e67a3dc9
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user