Bjørn Forsman
bd01fad0ed
Captialize meta.description of all packages
...
In line with the Nixpkgs manual.
A mechanical change, done with this command:
find pkgs -name "*.nix" | \
while read f; do \
sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
done
I manually skipped some:
* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Peter Simons
8e462995ba
Bring my stdenv.lib.maintainers user name in line with my github nick.
2016-05-16 22:49:55 +02:00
Robin Gloster
30ef92e0ff
jbidwatcher: fixup to last commit
2016-05-04 10:37:40 +00:00
Robin Gloster
9820cb1bf2
use dontBuild instead of hacks
...
changes:
* buildPhase = "true"
* buildPhase = ":"
2016-05-04 10:11:04 +00:00
Peter Simons
263ca3e886
jbidwatcher: update to version 2.5.2
2012-10-26 10:35:07 +02:00
Eelco Dolstra
c556a6ea46
* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
...
function, so obsolete it.
svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00
Peter Simons
7e9676bab5
jbidwatcher: generalized java support so that the package can be built on Darwin, too
...
svn path=/nixpkgs/trunk/; revision=27923
2011-07-24 20:26:28 +00:00
Peter Simons
3815442cf4
all-packages.nix: added jbidwatcher, a tool to monitor and snipe ebay auctions
...
svn path=/nixpkgs/trunk/; revision=27881
2011-07-21 17:01:31 +00:00