We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f96e4f + 5618a1e commit e50b14bCopy full SHA for e50b14b
pkgs/development/python-modules/rtslib-fb/default.nix
@@ -16,12 +16,6 @@ buildPythonPackage rec {
16
version = "2.2.3";
17
pyproject = true;
18
19
- # TypeError: 'method' object does not support the context manager protocol
20
- postPatch = ''
21
- substituteInPlace rtslib/root.py \
22
- --replace-fail "Path(restore_file).open" "Path(restore_file).open('r')"
23
- '';
24
-
25
src = fetchFromGitHub {
26
owner = "open-iscsi";
27
repo = "rtslib-fb";
@@ -38,10 +32,6 @@ buildPythonPackage rec {
38
32
pyudev
39
33
];
40
34
41
- postInstall = ''
42
- install -Dm555 scripts/targetctl -t $out/bin
43
44
45
35
# No tests
46
36
doCheck = false;
47
37
0 commit comments