pythonPackages: move python 2 only expressions to python2-packages.nix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ lib, buildPythonPackage, fetchPypi, isPy3k, progressbar231, progressbar33, mock }:
|
||||
{ lib, buildPythonPackage, fetchPypi, isPy3k, progressbar231 ? null, progressbar33, mock }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "bitmath";
|
||||
|
||||
Reference in New Issue
Block a user