Robert Scott
12eea1c636
treewide/development: add sourceType binaryNativeCode for many packages
...
excluding compilers and interpreters as some new tricks may be
needed to cover their various bootstrapping processes properly
2022-06-16 20:12:04 +01:00
Felix Buehler
6f04cd0e69
application/development: /s/name/pname&version/
2021-06-30 09:55:22 +02:00
Ben Siraphob
e03c068af5
treewide: makeWrapper buildInputs to nativeBuildInputs
2021-02-19 20:09:16 +07:00
Ben Siraphob
c522fec274
pkgs/development/tools: stdenv.lib -> lib
2021-01-23 20:30:03 +07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
John Ericson
2c2f1e37d4
reewide: Purge all uses stdenv.system
and top-level system
...
It is deprecated and will be removed after 18.09.
2018-08-30 17:20:32 -04:00
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