9 buildPythonPackage rec {
12 disabled = ! pythonAtLeast "3.5";
15 inherit pname version;
16 sha256 = "0dlvq4bpamhlva86042wlc0xxfsxlpdgm2adfb1c6y3vjgbm0nvd";
19 buildInputs = [ pbr ];
20 propagatedBuildInputs = [ pythonix ];
22 # does not have any tests
24 pythonImportsCheck = [ "nixpkgs" ];
27 description = "Allows to `from nixpkgs import` stuff in interactive Python sessions";
28 homepage = "https://github.com/t184256/nixpkgs-python-importer";
29 license = licenses.mit;
30 maintainers = with maintainers; [ t184256 ];