Temporary patch for Wireshark build

This commit is contained in:
Michael Raskin 2014-04-06 00:56:57 +04:00
parent acb13c4b50
commit 9233723353

View file

@ -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 {