about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/torchat
AgeCommit message (Collapse)AuthorFilesLines
2021-05-16torchat: use fetchFromGitHubBen Siraphob1-5/+7
2021-02-20treewide: unzip buildInputs to nativeBuildInputs (#112302)Ben Siraphob1-1/+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-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-03-02torchat: not brokenRobin Gloster1-1/+0
2017-03-03torchat: mark as brokenJoachim Fasting1-0/+1
Looks abandoned by upstream (last commit 2014, no response on issue tracker). For an application of this nature it seems prudent to simply mark the package as broken instead of attempting to fix the build. Prospective users can check out richochet or tor messenger.
2013-10-11Updating torchat to 0.9.9.553.Lluís Batlle i Rossell1-7/+6
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-1/+1
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2011-12-11torchat: tell Hydra that it shouldn't attempt to build that package an ↵Peter Simons1-1/+1
Cygwin (fails with an assertion) svn path=/nixpkgs/trunk/; revision=30833
2011-11-19TorChat: packagedEvgeny Egorochkin1-0/+38
svn path=/nixpkgs/trunk/; revision=30480