about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/freetalk
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2023-08-04freetalk: 4.1 -> 4.2Weijia Wang1-24/+12
2022-05-07freetalk: pull pending fix for -fno-common toolchainsSergei Trofimovich1-1/+11
Without the change build on -fno-common toolchains like clamng-13 fails as: $ nix build --impure --expr 'with import ./. {}; freetalk.override { stdenv = clang13Stdenv; }' -L ... ld: more.o:src/./more.h:15: multiple definition of `cin'; primitives.o:src/./more.h:15: first defined here ld: more.o:src/./more.h:14: multiple definition of `initial_settings'; primitives.o:src/./more.h:14: first defined here
2021-01-16pkgs/applications: pkgconfig -> pkg-configBen Siraphob1-3/+3
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
2019-08-24Merge branch 'master' into staging-nextVladimír Čunát1-7/+4
There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
2019-08-21freetalk: fixed cross-compilationVika1-7/+4
Some build-time and run-time dependencies were mixed. I put them in a right place!
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-12-02Treewide: use HTTPS on GNU domainsc0bw3b1-1/+1
HTTP -> HTTPS for : - http://gnu.org/ - http://www.gnu.org/ - http://elpa.gnu.org/ - http://lists.gnu.org/ - http://gcc.gnu.org/ - http://ftp.gnu.org/ (except in fetchurl mirrors) - http://bugs.gnu.org/
2017-09-21treewide: Manual fix more pkg-config build-inputsJohn Ericson1-1/+2
2017-03-04freetalk: 4.0rc6 -> 4.1ndowens1-27/+20
2016-06-03Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen1-1/+1
2016-01-24Remove no longer (or never) referenced patchesTobias Geerinckx-Rice1-25/+0
55 files changed, 6041 deletions. Tested with `nix-build -A tarball`.
2015-01-13fixup "git-export" directory namesVladimír Čunát1-2/+1
All tested to build. For freetalk the hash change seems unrelated to fetchgit changes. FIXME: it might be suitable to adapt nix-prefetch-git.
2014-10-07Update freetalkMichael Raskin1-41/+33
2010-12-29Adding freetalkMichael Raskin2-0/+76
svn path=/nixpkgs/trunk/; revision=25323