switch back to upstream wireshark as patch does not apply anymore

This commit is contained in:
Trolli Schmittlauch 2020-12-26 01:22:32 +01:00
parent a98047f924
commit a8c1495216

View file

@ -77,7 +77,6 @@ in
programs.wireshark =
{
enable = true;
package = pkgs.wireshark-qt.overrideAttrs (oldAttrs: rec { patches = oldAttrs.patches ++ [ ./133dbc2.diff ];});
};
programs.adb.enable = true;