python3Packages.wifi: remove superfluous disabled (#479373)

This commit is contained in:
Yohann Boniface
2026-01-12 22:54:53 +00:00
committed by GitHub
@@ -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"