about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/blink
AgeCommit message (Collapse)AuthorFilesLines
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-06-25treewide: remove deprecated value `Application` from makeDesktopItemzowoq1-1/+1
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-2/+2
2019-12-15treewide: remove bash snippets in flagsworldofpeace1-5/+7
Co-Authored-By: Jan Tojnar <jtojnar@gmail.com>
2019-09-11blink: 3.0.3 -> 3.2.0Michiel Leenaars1-8/+25
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-12-27treewide: use pythonPackages.pyqt5_with_qtwebkit where QtWebKit is neededDmitry Kalinkin1-1/+1
2018-03-30blink: 2.0.0 -> 3.0.3Pascal Wittmann1-6/+7
2016-09-19blink: works with recent gnutls versionsFranz Pletz1-3/+2
2016-08-14Remove top-level cython and cython3Frederik Rietdijk1-2/+2
See #11567.
2016-04-01Merge branch 'master' into closure-sizeVladimír Čunát2-13/+56
Beware that stdenv doesn't build. It seems something more will be needed than just resolution of merge conflicts.
2016-03-28fix licenseFrederik Rietdijk1-1/+1
2016-03-20blink: added icon and updated licenseleenaars1-3/+17
2016-03-12blinkqt: 1.4.1 -> 2.0.0Michiel Leenaars2-10/+39
2016-03-08Merge master into closure-sizeVladimír Čunát1-1/+1
The kde-5 stuff still didn't merge well. I hand-fixed what I saw, but there may be more problems.
2016-02-19buildPythonApplication: use new function for Python applicationsFrederik Rietdijk1-1/+1
2015-12-31Merge branch 'master' into closure-sizeVladimír Čunát1-2/+2
TODO: there was more significant refactoring of qtbase and plasma 5.5 on master, and I'm deferring pointing to correct outputs to later.
2015-12-24blink: 1.4.1 -> 1.4.2leenaars1-2/+2
2015-10-28some evaluation fixesVladimír Čunát1-1/+1
Not all multiple-output fixups were properly tested.
2015-10-05gnutls: split into multiple outputsVladimír Čunát1-1/+1
Fixed all 'gnutls}' references, too.
2015-09-05blink: 1.4.0 -> 1.4.1Rok Garbas1-2/+2
2015-07-10blink: update from 1.3.0 to 1.4.0Pascal Wittmann1-7/+12
2015-04-30New release of BlinkMichiel Leenaars1-2/+2
2015-04-08Bumped blink version to 1.2.2Jonathan Glines2-13/+24
2014-10-16Add Blink, a simple sip client.Jos van den Oever2-0/+39