about summary refs log tree commit diff
path: root/doc/language-support.xml
AgeCommit message (Collapse)AuthorFilesLines
2015-08-17python: add .env for convenient nix-shell'sNikolay Amiantov1-0/+21
2015-07-12language support python docs wrong statementProfpatsch1-2/+1
Remove wrong line about propagatedBuildInputs.
2015-07-08language-support python: propagatedBuildInputsProfpatsch1-1/+10
Explain difference between buildInputs and propagatedBuildInputs. Shamefully steal wording from Perl.
2015-06-02doc: fix referencesPascal Wittmann1-3/+3
2015-05-31doc: add section idsPascal Wittmann1-14/+14
This commit also use enforces consistent use of the prefixes "sec" for section and "ssec" for subsection.
2015-05-24added documentation for makeWrapperArgsAllen Nelson1-47/+61
2015-05-18go: document disabled flagLuca Bruno1-0/+13
2015-05-15go: remove renameImports and use goPackageAliasesLuca Bruno1-16/+15
2015-05-10doc: language-support: fix typoLinus Arver1-1/+1
2015-04-17manual: Document buildFlags of buildGoPackageLuca Bruno1-0/+7
2015-04-16manual: Document buildGoPackage renameImportsLuca Bruno1-2/+20
2015-03-31Update the ruby packaging docs to show how to bundle Ruby Gem-basedChristian Theune1-5/+35
applications using bundix. Fixes #5985
2015-02-15fixes #5394Domen Kožar1-46/+45
2015-02-03new Go support function 'buildGoPackage'Emery Hemingway1-0/+79
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 Strahan1-28/+407
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 Helgesson1-1/+1
2014-11-15typosDomen Kožar1-5/+5
2014-11-13Initial documentation for Python packaging. Feedback welcome.Domen Kožar1-28/+407
cc @chaoflow @offlinehacker @garbas @goodwillcoding @brodul @cillianderoiste @matejc Fixes #64
2014-11-12more rubyLibs renamingCharles Strahan1-1/+1
2014-09-28nixpkgs manual: packaging coq librariesVincent Laporte1-0/+36
2014-09-23Added description to languages-support.xmlwyvie1-0/+48
2014-09-16manual: mention go2nixDomen Kožar1-1/+6
2014-09-12package gim-nix and document itDomen Kožar1-0/+11
2014-02-15Move all db4 packages to the default db5William A. Kennington III1-3/+3
2014-01-13manual: Document Java supportEelco Dolstra1-5/+78
2014-01-06Add a setup hook that automatically sets up $CLASSPATHEelco Dolstra1-1/+1
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 Dolstra1-1/+38
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 Dolstra1-5/+6
2012-09-04Remove all svn referencesRob Vermaas1-4/+4
2012-05-11* Sync CSS with the Nix manual.Eelco Dolstra1-0/+2
svn path=/nixpkgs/trunk/; revision=34062
2009-11-18* Move classification.txt to the manual.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=18419
2009-09-25svn path=/nixpkgs/trunk/; revision=17416Eelco Dolstra1-1/+1
2009-05-25doc: Mention `buildPythonPackage'.Ludovic Courtès1-3/+38
svn path=/nixpkgs/trunk/; revision=15718
2009-04-20* Drop the "perl" prefix from Perl attribute names. It's redundantEelco Dolstra1-7/+7
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 Dolstra1-6/+25
svn path=/nixpkgs/trunk/; revision=15173
2009-04-18* Document the generic Perl builder.Eelco Dolstra1-0/+166
svn path=/nixpkgs/trunk/; revision=15124