about summary refs log tree commit diff
path: root/pkgs/servers/xmpp/pyIRCt
AgeCommit message (Collapse)AuthorFilesLines
2019-09-02treewide: remove uses of doBuild and doConfigureMilan Pässler (work)1-1/+0
doBuild and doConfigure are not actually used by any builders, they were probably added by mistake and just confuse people.
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-5/+5
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-02-26treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim1-2/+2
Whenever we create scripts that are installed to $out, we must use runtimeShell in order to get the shell that can be executed on the machine we create the package for. This is relevant for cross-compiling. The only use case for stdenv.shell are scripts that are executed as part of the build system. Usages in checkPhase are borderline however to decrease the likelyhood of people copying the wrong examples, I decided to use runtimeShell as well.
2018-11-15pyIRCt,pyMAILt: add licenseMarkus Kowalewski1-2/+3
2017-04-30/bin/sh -> ${stdenv.shell}rht1-1/+1
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2016-01-30pyIRCt: use mkDerivationRobin Gloster1-20/+22
2015-09-14all-packages: Use callPackage where possibleMathnerd3141-4/+4
2013-07-14Even more mirror:// fixesEvgeny Egorochkin1-1/+1
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
2009-05-24big breaking change: renaming lib.getAttr to lib.attrByPathMarc Weber1-1/+1
getAttr was ambiguous. It's also a builtin function fix svn path=/nixpkgs/trunk/; revision=15692
2009-05-19FullDepEntry -> fullDepEntry, PackEntry -> packEntryMarc Weber1-1/+1
svn path=/nixpkgs/trunk/; revision=15662
2009-04-12Added xmpppy - python XMPP library and pyIRCt - python IRC transportMichael Raskin1-0/+38
svn path=/nixpkgs/trunk/; revision=15005