summary refs log tree commit diff
path: root/doc/language-support.xml
Commit message (Collapse)AuthorAge
* manual: document Qt packaging toolsThomas Tuegel2015-09-27
|
* python: add .env for convenient nix-shell'sNikolay Amiantov2015-08-17
|
* language support python docs wrong statementProfpatsch2015-07-12
| | | Remove wrong line about propagatedBuildInputs.
* language-support python: propagatedBuildInputsProfpatsch2015-07-08
| | | | | Explain difference between buildInputs and propagatedBuildInputs. Shamefully steal wording from Perl.
* doc: fix referencesPascal Wittmann2015-06-02
|
* doc: add section idsPascal Wittmann2015-05-31
| | | | | This commit also use enforces consistent use of the prefixes "sec" for section and "ssec" for subsection.
* added documentation for makeWrapperArgsAllen Nelson2015-05-24
|
* go: document disabled flagLuca Bruno2015-05-18
|
* go: remove renameImports and use goPackageAliasesLuca Bruno2015-05-15
|
* doc: language-support: fix typoLinus Arver2015-05-10
|
* manual: Document buildFlags of buildGoPackageLuca Bruno2015-04-17
|
* manual: Document buildGoPackage renameImportsLuca Bruno2015-04-16
|
* Update the ruby packaging docs to show how to bundle Ruby Gem-basedChristian Theune2015-03-31
| | | | | | applications using bundix. Fixes #5985
* fixes #5394Domen Kožar2015-02-15
|
* new Go support function 'buildGoPackage'Emery Hemingway2015-02-03
| | | | | add a setupHook to the Go compiler that builds a GOPATH new buildGoPackage function that overides the phases of stdenv
* Merge branch 'master' of github.com:nixos/nixpkgs into pleasant-rubyCharles Strahan2014-12-28
|\ | | | | | | | | | | | | | | | | | | Conflicts: pkgs/applications/version-management/redmine/default.nix pkgs/development/interpreters/ruby/gem.nix pkgs/development/interpreters/ruby/generated.nix pkgs/development/interpreters/ruby/patches.nix pkgs/development/tools/vagrant/default.nix pkgs/servers/consul/default.nix
| * Fix minor typo.Robert Helgesson2014-12-19
| |
| * typosDomen Kožar2014-11-15
| |
| * Initial documentation for Python packaging. Feedback welcome.Domen Kožar2014-11-13
| | | | | | | | | | | | | | cc @chaoflow @offlinehacker @garbas @goodwillcoding @brodul @cillianderoiste @matejc Fixes #64
* | more rubyLibs renamingCharles Strahan2014-11-12
|/
* nixpkgs manual: packaging coq librariesVincent Laporte2014-09-28
|
* Added description to languages-support.xmlwyvie2014-09-23
|
* manual: mention go2nixDomen Kožar2014-09-16
|
* package gim-nix and document itDomen Kožar2014-09-12
|
* 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