summaryrefslogtreecommitdiff
path: root/pkgs/applications/version-management/git-and-tools/git-bz (follow)
Commit message (Expand)AuthorAgeFilesLines
* git-bz: stay with python2Frederik Rietdijk2021-04-031-4/+4
* treewide: with stdenv.lib; in meta -> with lib;•••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 Profpatsch2021-01-111-2/+2
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* treewide: remove redundant recvolth2019-08-281-1/+1
* treewide: name -> pname (easy cases) (#66585)•••treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pnamevolth2019-08-151-1/+1
* Remove nckx as a maintainer for all packages•••Goodbye, and thanks for all the Nix... Tobias Geerinckx-Rice2018-01-161-1/+0
* git-bz: add pycrypto dependency (#21013)Chris Martin2016-12-081-0/+1
* Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen2016-06-031-1/+1
* Add version attribute where maintainers |= nckx•••This will probably be mandatory soon, and is a step in the right direction. Removes the deprecated meta.version, and move some meta sections to the end of the file where I should have put them in the first place. Tobias Geerinckx-Rice2016-01-251-4/+2
* git-bz: fix meta typo•••Thanks to @heydojo. Vladimír Čunát2016-01-151-1/+1
* git-bz: meta: un-break; fix licence; maintain•••CC @nbp (I assume it was abandoned years ago, apologies otherwise). Tobias Geerinckx-Rice2016-01-151-8/+7
* git-bz: 3.20110902 -> 3.2015-09-08Tobias Geerinckx-Rice2016-01-151-16/+19
* Fix user-facing typos (mainly in descriptions)Tobias Geerinckx-Rice2014-12-301-1/+1
* Another attempt to eradicate ensureDir•••See c556a6ea46e71e1907d78b71fab36df30297b3ad. Eelco Dolstra2014-06-301-2/+2
* Silence some Hydra evaluation warningsEelco Dolstra2014-04-241-0/+1
* Add git-bz nix expression.•••svn path=/nixpkgs/trunk/; revision=33801 Nicolas Pierron2012-04-151-0/+53