about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/psi/default.nix
Commit message (Collapse)AuthorAge
* psi: fix remove psimedia and spellcheckerSilvio Frischknecht2016-04-03
| | | | spellchecker (aspell -> enchant)
* qca2: Update to new upstream version 2.1.0.aszlig2015-03-31
| | | | | | | | | | This also removes qca2_ossl, because it's now bundled with the main QCA package and we can now drop all those patches and build system fixes, because they have switched from autotools to cmake. Tested against a few builds like PSI and Tomahawk. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update PsiMichael Raskin2012-10-17
|
* Fix psi buildEelco Dolstra2012-10-15
| | | | hydra.nixos.org/build/3154247
* Make nixpkgs ready for gst_all attrset removalYury G. Kudryashov2012-03-14
| | | | svn path=/nixpkgs/trunk/; revision=33092
* svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-01-26
|\ | | | | | | | | | | Conflicts: cups, all-packages.nix (gcc45_debug) svn path=/nixpkgs/branches/stdenv-updates/; revision=31863
| * Get psi to compile with kde47 and kde48.Karn Kallio2012-01-24
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31799
* | * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
|/ | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* Add OpenSSL and VoIP support to GajimMichael Raskin2010-06-09
| | | | svn path=/nixpkgs/trunk/; revision=22194
* Updating psi, so it builds with gcc 4.4LluĂ­s Batlle i Rossell2010-02-22
| | | | svn path=/nixpkgs/trunk/; revision=20165
* * Removed selectVersion. There's no good reason to writeEelco Dolstra2009-11-18
`selectVersion ./foo "bar"' instead of `import ./foo/bar.nix'. * Replaced `with args' with formal function arguments in several packages. * Renamed several files to `default.nix'. As a general rule, version numbers should only be included in the filename when there is a reason to keep multiple versions of a package in Nixpkgs. Otherwise, it just makes it harder to update the package. svn path=/nixpkgs/trunk/; revision=18403