about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/swift-im
AgeCommit message (Collapse)AuthorFilesLines
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-16pkgs/applications: pkgconfig -> pkg-configBen Siraphob1-2/+2
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-07-18scons.py2: Replace with sconsPackages.scons_3_1_2Michael Weiss1-2/+2
Required since SCons 4.0.0 doesn't support Python 2.7 anymore.
2020-04-22swift-im: use qt5's mkDerivationMartin Milata1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-27scons: Add passthru.py2 for backward compatibilityMichael Weiss1-1/+1
Not all packages build with Python 3, see #75877. The goal is to get rid of Python 2 but this approach ensures a smoother transition.
2019-12-31treewide: NIX_*_FLAGS -> stringRobin Gloster1-1/+1
2019-12-30treewide: installFlags is a listRobin Gloster1-4/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-11-13treewide: use scons setup hookMatthew Bauer1-9/+5
Lots of packages can use it. Here is the list: - jackmix - klick - mixx - nova-filters - rhvoice - giv - mypaint - swift-im - bombono - mapnik - serf - nuitka - pyexiv2 - godot - hammer - toluapp - btanks - dxx-rebirth - endless-sky - globulation - the-powder-toy - fceux - gpsd - mongodb - rippled - mariadb - lprof
2018-09-04swift-im: fix build with Qt 5.11 and split QtWebKitOrivej Desh2-1/+13
2018-05-20swift-im: init at 4.0.2Orivej Desh2-0/+101
(cherry picked from commit d7117945f5a3edf44b3c71432a8a6a4f94e1d75b)