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
William A. Kennington III
c82410eeda
java: Normalize to the default jre / jdk
2015-01-07 14:55:41 -08:00
Mathijs Kwik
eb1ed09b1d
neoload: provide fake fontconfig file (fixes chroot builds)
2014-09-23 09:17:02 +02:00
Mathijs Kwik
d2edc329e1
neoload: upgrade to 4.1.4 and fix mem issues
2014-04-24 08:05:44 +02:00
Mathijs Kwik
5943227a26
neoload: fix for the new jdk/jre location
2014-03-27 11:29:26 +01:00
Mathijs Kwik
079ea60624
neoload: upgrade to 4.1.3
2013-06-04 07:50:59 +02:00
Mathijs Kwik
81022e4b0a
neoload: upgrade to 4.1.2
2013-05-12 22:46:41 +02:00
Eelco Dolstra
4adad458e7
Remove the "proprietary" license
...
We already had "unfree".
2013-04-12 14:37:50 +02:00
Mathijs Kwik
2b4fba3d03
neoload: upgrade to 4.1.1
2012-12-04 12:02:36 +01:00
Mathijs Kwik
288d98afd9
neoload: upgrade to 4.1.0
2012-11-27 02:14:06 +01:00
Mathijs Kwik
b155a188e3
neoload: link used jre to a location which is hard-coded into some binaries
2012-11-21 09:49:35 +01:00
Mathijs Kwik
3ab0cd1d41
neoload: fix evaluation of tarball job
2012-11-18 18:35:01 +01:00
Mathijs Kwik
125953f1bc
add package: neoload-4.0.4
2012-11-18 15:33:52 +01:00