Temporary patch for Wireshark build
This commit is contained in:
parent
acb13c4b50
commit
9233723353
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ stdenv.mkDerivation {
|
|||
geoip libnl c-ares gtk python
|
||||
];
|
||||
|
||||
preConfigure = ''
|
||||
sed -re 's/g_memmove/memmove/' -i $(grep -rl g_memmove .)
|
||||
'';
|
||||
|
||||
configureFlags = "--disable-usr-local --disable-silent-rules --with-gtk2 --without-gtk3 --without-qt --with-ssl";
|
||||
|
||||
desktopItem = makeDesktopItem {
|
||||
|
|
Loading…
Reference in a new issue