melonDS: add libpcap to library path (#139787)
melonDS loads libpcap dynamically using dlopen.
This commit is contained in:
parent
78284508b2
commit
60dcbe9837
1 changed files with 2 additions and 1 deletions
|
@ -26,12 +26,13 @@ mkDerivation rec {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
epoxy
|
epoxy
|
||||||
libarchive
|
libarchive
|
||||||
libpcap
|
|
||||||
libslirp
|
libslirp
|
||||||
qtbase
|
qtbase
|
||||||
SDL2
|
SDL2
|
||||||
];
|
];
|
||||||
|
|
||||||
|
qtWrapperArgs = [ "--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ libpcap ]}" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "http://melonds.kuribo64.net/";
|
homepage = "http://melonds.kuribo64.net/";
|
||||||
description = "Work in progress Nintendo DS emulator";
|
description = "Work in progress Nintendo DS emulator";
|
||||||
|
|
Loading…
Reference in a new issue