melonDS: add libpcap to library path (#139787)

melonDS loads libpcap dynamically using dlopen.
This commit is contained in:
Konrad Borowski
2021-09-29 00:45:21 +02:00
committed by GitHub
parent 78284508b2
commit 60dcbe9837
+2 -1
View File
@@ -26,12 +26,13 @@ mkDerivation rec {
buildInputs = [
epoxy
libarchive
libpcap
libslirp
qtbase
SDL2
];
qtWrapperArgs = [ "--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ libpcap ]}" ];
meta = with lib; {
homepage = "http://melonds.kuribo64.net/";
description = "Work in progress Nintendo DS emulator";