diff options
| author | Simon Parri <simonparri@ganzeria.com> | 2025-12-13 22:08:08 -0600 |
|---|---|---|
| committer | Simon Parri <simonparri@ganzeria.com> | 2025-12-13 22:08:08 -0600 |
| commit | 24adf4d340e060f1ce90457d4ea1bbd0d998c55e (patch) | |
| tree | 5d82618f1213001c47803e24879550babcdfa3ff | |
| parent | 035c6ff2d1648f44a89fd0c9d25e04cb68980bb1 (diff) | |
| download | nixos-config-master.tar.gz nixos-config-master.zip | |
| -rw-r--r-- | pkgs/oauth2token.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/oauth2token.nix b/pkgs/oauth2token.nix index 791de4f..f9d9544 100644 --- a/pkgs/oauth2token.nix +++ b/pkgs/oauth2token.nix @@ -4,6 +4,7 @@ fetchPypi, pyxdg, google-auth-oauthlib, + setuptools }: buildPythonPackage rec { @@ -15,6 +16,10 @@ buildPythonPackage rec { hash = "sha256-3wJHPYP74rTdqAfVKZ7LrzwP4tCeV+VRasoqs1uw/vg="; }; + pyproject = true; + + build-system = [ setuptools ]; + propagatedBuildInputs = [ pyxdg google-auth-oauthlib |
