summaryrefslogtreecommitdiffstats
path: root/doc/language-support.xml
AgeCommit message (Collapse)Author
2015-12-19nixpkgs manual: split languages into separate filesVladimír Čunát
There's no change in content except for amending the title of the section to mention "frameworks", as e.g. I don't consider Qt a language, and it's likely there will be more of similar cases in future. To be certain, I checked diff of the generated HTMLs.
2015-12-10Manual: Fix indent of config sectionEelco Dolstra
2015-11-26doc: fix typo in language-support.xmlLuca Bruno
2015-11-26doc: fix setup.py develop referenceDomen Kožar
2015-11-21buildPythonPacakage: update docsDomen Kožar
2015-11-21buildPythonPackage: get rid of setupPyInstallFlags since there is no such thingDomen Kožar
2015-11-20manual: typo fixeszimbatm
2015-09-27manual: document Qt packaging toolsThomas Tuegel
2015-08-17python: add .env for convenient nix-shell'sNikolay Amiantov
2015-07-12language support python docs wrong statementProfpatsch
Remove wrong line about propagatedBuildInputs.
2015-07-08language-support python: propagatedBuildInputsProfpatsch
Explain difference between buildInputs and propagatedBuildInputs. Shamefully steal wording from Perl.
2015-06-02doc: fix referencesPascal Wittmann
2015-05-31doc: add section idsPascal Wittmann
This commit also use enforces consistent use of the prefixes "sec" for section and "ssec" for subsection.
2015-05-24added documentation for makeWrapperArgsAllen Nelson
2015-05-18go: document disabled flagLuca Bruno
2015-05-15go: remove renameImports and use goPackageAliasesLuca Bruno
2015-05-10doc: language-support: fix typoLinus Arver
2015-04-17manual: Document buildFlags of buildGoPackageLuca Bruno
2015-04-16manual: Document buildGoPackage renameImportsLuca Bruno
2015-03-31Update the ruby packaging docs to show how to bundle Ruby Gem-basedChristian Theune
applications using bundix. Fixes #5985
2015-02-15fixes #5394Domen Kožar
2015-02-03new Go support function 'buildGoPackage'Emery Hemingway
add a setupHook to the Go compiler that builds a GOPATH new buildGoPackage function that overides the phases of stdenv
2014-12-28Merge branch 'master' of github.com:nixos/nixpkgs into pleasant-rubyCharles Strahan
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
2014-12-19Fix minor typo.Robert Helgesson
2014-11-15typosDomen Kožar
2014-11-13Initial documentation for Python packaging. Feedback welcome.Domen Kožar
cc @chaoflow @offlinehacker @garbas @goodwillcoding @brodul @cillianderoiste @matejc Fixes #64
2014-11-12more rubyLibs renamingCharles Strahan
2014-09-28nixpkgs manual: packaging coq librariesVincent Laporte
2014-09-23Added description to languages-support.xmlwyvie
2014-09-16manual: mention go2nixDomen Kožar
2014-09-12package gim-nix and document itDomen Kožar
2014-02-15Move all db4 packages to the default db5William A. Kennington III
2014-01-13manual: Document Java supportEelco Dolstra
2014-01-06Add a setup hook that automatically sets up $CLASSPATHEelco Dolstra
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.)
2013-06-13Rewrite the CPAN generator to PerlEelco Dolstra
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.
2012-11-08Document that Java packages should install JARs in $out/lib/javaEelco Dolstra
2012-09-04Remove all svn referencesRob Vermaas
2012-05-11* Sync CSS with the Nix manual.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=34062
2009-11-18* Move classification.txt to the manual.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=18419
2009-09-25svn path=/nixpkgs/trunk/; revision=17416Eelco Dolstra
2009-05-25doc: Mention `buildPythonPackage'.Ludovic Courtès
svn path=/nixpkgs/trunk/; revision=15718
2009-04-20* Drop the "perl" prefix from Perl attribute names. It's redundantEelco Dolstra
now that Perl packages are in their own namespace (perlPackages.<pkg>). svn path=/nixpkgs/trunk/; revision=15176
2009-04-20* Updated the Perl section of the manual.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=15173
2009-04-18* Document the generic Perl builder.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=15124