python3Packages.wifi: remove superfluous disabled (#479373)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user