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