about summary refs log tree commit diff
path: root/pkgs/development/libraries/iksemel
AgeCommit message (Collapse)AuthorFilesLines
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-2/+2
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
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-07-04iksemel: init at 1.4Samuel Leathers1-0/+25
2016-11-04Remove iksemelTim Steinbach1-24/+0
Sources no longer exist
2013-06-21iksemel: Add new package with version 1.4.aszlig1-0/+24
This library is used by Zabbix in order to send XMPP alerts/notifications. Signed-off-by: aszlig <aszlig@redmoonstudios.org>