Commit 7f005c7e authored by Robert Schütz's avatar Robert Schütz
Browse files

python3Packages.wifi: remove superfluous disabled

parent 7ec29303
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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"