blink: works with recent gnutls versions
This commit is contained in:
parent
4ec5e729c4
commit
268d8dbf1b
@ -15,8 +15,7 @@ pythonPackages.buildPythonApplication rec {
|
||||
sed -i 's|@out@|'"''${out}"'|g' blink/resources.py
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = with pythonPackages;[ pyqt4 cjson sipsimple twisted
|
||||
];
|
||||
propagatedBuildInputs = with pythonPackages; [ pyqt4 cjson sipsimple twisted ];
|
||||
|
||||
buildInputs = [ pythonPackages.cython zlib libvncserver libvpx ];
|
||||
|
||||
|
@ -604,9 +604,7 @@ in
|
||||
|
||||
bitbucket-cli = pythonPackages.bitbucket-cli;
|
||||
|
||||
blink = callPackage ../applications/networking/instant-messengers/blink {
|
||||
gnutls = gnutls33;
|
||||
};
|
||||
blink = callPackage ../applications/networking/instant-messengers/blink { };
|
||||
|
||||
blink1-tool = callPackage ../tools/misc/blink1-tool { };
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user