python-gnutls: fix search path to gnutls
This commit is contained in:
parent
8a63f7e067
commit
04403e4c67
|
@ -6283,7 +6283,13 @@ in modules // {
|
||||||
sha256 = "1yrdxcj5rzvz8iglircz6icvyggz5fmdcd010n6w3j60yp4p84kc";
|
sha256 = "1yrdxcj5rzvz8iglircz6icvyggz5fmdcd010n6w3j60yp4p84kc";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# https://github.com/AGProjects/python-gnutls/issues/2
|
||||||
|
disabled = isPy3k;
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [ pkgs.gnutls ];
|
propagatedBuildInputs = with self; [ pkgs.gnutls ];
|
||||||
|
patchPhase = ''
|
||||||
|
substituteInPlace gnutls/library/__init__.py --replace "/usr/local/lib" "${pkgs.gnutls33.out}/lib"
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
gitdb = buildPythonPackage rec {
|
gitdb = buildPythonPackage rec {
|
||||||
|
|
Loading…
Reference in New Issue