diff options
author | Stefan Siegl <stesie@brokenpipe.de> | 2018-09-10 20:22:15 +0200 |
---|---|---|
committer | Stefan Siegl <stesie@brokenpipe.de> | 2018-09-10 20:22:15 +0200 |
commit | 8e182b599f92a4fba1f02a47084ba7714178997d (patch) | |
tree | 379ae345426a40ae7a677b583c58f720f437c12b | |
parent | b6714f59cce26ddc831ca4a213e8f56476184fb1 (diff) |
add comment
-rw-r--r-- | default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/default.nix b/default.nix index 91c7ccc..542ac51 100644 --- a/default.nix +++ b/default.nix @@ -5,6 +5,11 @@ self: super: packageOverrides = python-self: python-super: let + # + # urllib3, isodate & jmespath are available from nixpkgs-unstable also, yet in + # too old versions (or with buggy dependency metainfo). Use compatible versions + # for azure-cli, yet don't override/touch main package tree. + # my_urllib3 = python-super.callPackage ./pkgs/development/python-modules/urllib3 {}; my_isodate = python-super.callPackage ./pkgs/development/python-modules/isodate { }; |