10 buildPythonPackage rec {
13 format = "setuptools";
14 disabled = !pythonAtLeast "3.5";
17 inherit pname version;
18 sha256 = "0dlvq4bpamhlva86042wlc0xxfsxlpdgm2adfb1c6y3vjgbm0nvd";
21 buildInputs = [ pbr ];
22 propagatedBuildInputs = [ pythonix ];
24 # does not have any tests
26 pythonImportsCheck = [ "nixpkgs" ];
29 description = "Allows to `from nixpkgs import` stuff in interactive Python sessions";
30 homepage = "https://github.com/t184256/nixpkgs-python-importer";
31 license = licenses.mit;
32 maintainers = with maintainers; [ t184256 ];