blink: works with recent gnutls versions

This commit is contained in:
Franz Pletz 2016-09-19 00:00:00 +02:00
parent 4ec5e729c4
commit 268d8dbf1b
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4
2 changed files with 3 additions and 6 deletions

View File

@ -4,7 +4,7 @@
pythonPackages.buildPythonApplication rec {
name = "blink-${version}";
version = "2.0.0";
src = fetchurl {
url = "http://download.ag-projects.com/BlinkQt/${name}.tar.gz";
sha256 = "07hvy45pavgkvdlh4wbz3shsxh4fapg96qlqmfymdi1nfhwghb05";
@ -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 ];

View File

@ -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 { };