6 buildPythonPackage rec {
7 pname = "environmental-override";
11 inherit pname version;
12 sha256 = "1vhd37i6f8xh6kd61yxc2ynzgcln7v2p7fyzjmhbkdnws6gwfs6s";
15 # No tests have been written for this library.
18 pythonImportsCheck = [ "environmental_override" ];
21 description = "Easily configure apps using simple environmental overrides";
22 homepage = "https://github.com/coddingtonbear/environmental-override";
23 license = lib.licenses.mit;
24 maintainers = with lib.maintainers; [ nathanruiz ];