Skip to content

Commit e3fe15d

Browse files
author
Jonathan Ringer
committed
python3Packages.azure-multiapi-storage: fix packaging
1 parent 966d7be commit e3fe15d

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

  • pkgs/development/python-modules/azure-multiapi-storage

pkgs/development/python-modules/azure-multiapi-storage/default.nix

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{ lib, python, buildPythonPackage, fetchPypi, isPy27
2+
, fetchpatch
23
, azure-common
34
, azure-core
45
, msrest
@@ -24,6 +25,14 @@ buildPythonPackage rec {
2425
requests
2526
];
2627

28+
# Fix to actually install the package
29+
patches = [
30+
(fetchpatch {
31+
url = "https://github.com/Azure/azure-multiapi-storage-python/pull/29/commits/1c8b08dfc9c5445498de3475dec8820eafbd0ca1.patch";
32+
sha256 = "1f80sdbw4pagrlp9dhcimhp23sdmy0whiba07aa84agkpv4df9ny";
33+
})
34+
];
35+
2736
# fix namespace
2837
pythonNamespaces = [ "azure.multiapi" ];
2938

0 commit comments

Comments
 (0)