From a8c1495216dc339702bc284fef20e7efb7e0e010 Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Sat, 26 Dec 2020 01:22:32 +0100 Subject: [PATCH] switch back to upstream wireshark as patch does not apply anymore --- nixos/configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index d448055..7e37baf 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -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;