aboutsummaryrefslogtreecommitdiffstats
path: root/default.nix
diff options
context:
space:
mode:
authorStefan Siegl <stesie@brokenpipe.de>2018-09-10 20:22:15 +0200
committerStefan Siegl <stesie@brokenpipe.de>2018-09-10 20:22:15 +0200
commit8e182b599f92a4fba1f02a47084ba7714178997d (patch)
tree379ae345426a40ae7a677b583c58f720f437c12b /default.nix
parentb6714f59cce26ddc831ca4a213e8f56476184fb1 (diff)
add comment
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix5
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 { };