lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python313Packages.softlayer: migrate to writableTmpDirAsHomeHook

+4 -12
+4 -12
pkgs/development/python-modules/softlayer/default.nix
··· 22 22 sphinx, 23 23 testtools, 24 24 tkinter, 25 + writableTmpDirAsHomeHook, 25 26 zeep, 26 27 }: 27 28 ··· 37 38 hash = "sha256-mlC4o39Ol1ALguc9KGpxB0M0vhWz4LG2uwhW8CBrVgg="; 38 39 }; 39 40 40 - build-system = [ 41 - setuptools 42 - ]; 41 + build-system = [ setuptools ]; 43 42 44 - pythonRelaxDeps = [ 45 - "rich" 46 - ]; 43 + pythonRelaxDeps = [ "rich" ]; 47 44 48 45 dependencies = [ 49 46 click ··· 63 60 sphinx 64 61 testtools 65 62 tkinter 63 + writableTmpDirAsHomeHook 66 64 zeep 67 65 ]; 68 - 69 - # Otherwise soap_tests.py will fail to create directory 70 - # Permission denied: '/homeless-shelter' 71 - preCheck = '' 72 - export HOME=$(mktemp -d) 73 - ''; 74 66 75 67 disabledTestPaths = [ 76 68 # SoftLayer.exceptions.TransportError: TransportError(0): ('Connection aborted.', ConnectionResetError(54, 'Connection reset by peer'))