python3Packages.wifi: remove superfluous disabled

This commit is contained in:
Robert Schütz
2026-01-12 06:33:06 -08:00
parent 7ec2930340
commit 7f005c7e49
@@ -4,7 +4,6 @@
fetchFromGitHub,
pbkdf2,
pytestCheckHook,
pythonOlder,
wirelesstools,
}:
@@ -20,8 +19,6 @@ buildPythonPackage rec {
hash = "sha256-scg/DvApvyQZtzDgkHFJzf9gCRfJgBvZ64CG/c2Cx8E=";
};
disabled = pythonOlder "2.6";
postPatch = ''
substituteInPlace wifi/scan.py \
--replace "/sbin/iwlist" "${wirelesstools}/bin/iwlist"