summary refs log tree commit diff
path: root/doc/language-support.xml
Commit message (Collapse)AuthorAge
* Move all db4 packages to the default db5William A. Kennington III2014-02-15
|
* manual: Document Java supportEelco Dolstra2014-01-13
|
* Add a setup hook that automatically sets up $CLASSPATHEelco Dolstra2014-01-06
| | | | | | | | | | | | | | | | | | | All JARs in $pkg/share/java (for each $pkg in the build inputs) are added to $CLASSPATH. Thus, you can say buildInputs = [ setJavaClassPath someJavaDependency ]; and the JARs in someJavaDependency will be found automatically by tools like javac or ant. Note that the manual used to say that JARs should be installed in lib/java; this is now share/java, following the Debian policy: http://www.debian.org/doc/packaging-manuals/java-policy/x110.html The directory share/java makes more sense because JARs are architecture-independent. (Also, a quick grep shows that we were not exactly consistent about this in Nixpkgs.)
* Rewrite the CPAN generator to PerlEelco Dolstra2013-06-13
| | | | | | | | | | | | | Also: - It's now installable by doing "nix-env -i nix-generate-from-cpan". - It maps dependencies to the correct attribute (e.g. HTML::HeadParser is mapped to HTMLParser). - It automatically selects buildPerlPackage or buildPerlModule. - It's documented in the manual.
* Document that Java packages should install JARs in $out/lib/javaEelco Dolstra2012-11-08
|
* Remove all svn referencesRob Vermaas2012-09-04
|
* * Sync CSS with the Nix manual.Eelco Dolstra2012-05-11
| | | | svn path=/nixpkgs/trunk/; revision=34062
* * Move classification.txt to the manual.Eelco Dolstra2009-11-18
| | | | svn path=/nixpkgs/trunk/; revision=18419
* svn path=/nixpkgs/trunk/; revision=17416Eelco Dolstra2009-09-25
|
* doc: Mention `buildPythonPackage'.Ludovic Courtès2009-05-25
| | | | svn path=/nixpkgs/trunk/; revision=15718
* * Drop the "perl" prefix from Perl attribute names. It's redundantEelco Dolstra2009-04-20
| | | | | | | now that Perl packages are in their own namespace (perlPackages.<pkg>). svn path=/nixpkgs/trunk/; revision=15176
* * Updated the Perl section of the manual.Eelco Dolstra2009-04-20
| | | | svn path=/nixpkgs/trunk/; revision=15173
* * Document the generic Perl builder.Eelco Dolstra2009-04-18
svn path=/nixpkgs/trunk/; revision=15124