yersinia: get include dirs from dev outputs
This commit is contained in:
@@ -39,8 +39,8 @@ stdenv.mkDerivation {
|
||||
autoreconfPhase = "./autogen.sh";
|
||||
|
||||
configureFlags = [
|
||||
"--with-pcap-includes=${libpcap}/include"
|
||||
"--with-libnet-includes=${libnet}/include"
|
||||
"--with-pcap-includes=${lib.getDev libpcap}/include"
|
||||
"--with-libnet-includes=${lib.getDev libnet}/include"
|
||||
]
|
||||
++ lib.optional (!enableAdmin) "--disable-admin"
|
||||
++ lib.optional (!withGtk) "--disable-gtk";
|
||||
|
||||
Reference in New Issue
Block a user