pythonPackages: move python 2 only expressions to python2-packages.nix
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
{ lib, buildPythonPackage, fetchPypi, pythonOlder
|
||||
, isPy27, isPyPy, python, pycares, typing, trollius }:
|
||||
, isPy27, isPyPy, python, pycares, typing
|
||||
, trollius ? null
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "aiodns";
|
||||
|
||||
Reference in New Issue
Block a user