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.
1 parent 6fe0b23 commit 4ee9acbCopy full SHA for 4ee9acb
1 file changed
pkgs/development/python-modules/etcd/default.nix
@@ -18,7 +18,7 @@ buildPythonPackage rec {
18
sha256 = "sha256-h+jYIRSNdrGkW3tBV1ifIDEXU46EQGyeJoz/Mxym4pI=";
19
};
20
21
- patchPhase = ''
+ postPatch = ''
22
sed -i -e '13,14d;37d' setup.py
23
'';
24
@@ -31,6 +31,6 @@ buildPythonPackage rec {
31
description = "A Python etcd client that just works";
32
homepage = "https://github.com/dsoprea/PythonEtcdClient";
33
license = licenses.gpl2;
34
+ maintainers = with maintainers; [ ];
35
-
36
}
0 commit comments