nixpkgs/doc/languages-frameworks
Silvan Mosberger 155ae682a5 buildGoModule/buildGoPackage: Introduce ldflags argument
Previously it was not possible to define multiple ldflags, since only
the last definition applies, and there's some quoting issues with
`buildFlagsArray`. With the new `ldflags` argument it's possible to do
this, e.g.

    ldflags = drv.ldflags or [] ++ [
      "-X main.Version=1.0"
    ]

can now properly append a flag without clearing all previous ldflags.
2021-06-05 09:54:36 +10:00
..
agda.section.md agda: extend agda language frameworks manual section 2021-04-23 18:31:04 +02:00
android.section.md androidenv: Allow multiple ndkVersions to be specified 2021-04-24 15:56:08 -06:00
beam.section.md beam-packages: drop erlang R18 R19 R20 and cuter 2021-05-25 07:38:41 +09:00
bower.section.md doc: Converted Bower docs from xml to md 2020-12-07 09:38:47 +01:00
coq.section.md coqPackages.multinomials: 1.5.2 -> 1.5.4 (#115427) 2021-03-10 16:25:32 +01:00
crystal.section.md doc: explicit Markdown anchors for top-level headings; remove metadata 2021-01-01 10:02:57 -08:00
dhall.section.md doc: Add anchors to dhall sections 2021-05-17 09:37:49 +02:00
dotnet.section.md mkShell: introduce packages argument (#122180) 2021-05-13 19:17:29 +02:00
emscripten.section.md docs: pkgconfig -> pkg-config 2021-01-19 01:16:25 -08:00
gnome.section.md gnome: rename from gnome3 2021-05-08 09:47:42 +02:00
go.section.md buildGoModule/buildGoPackage: Introduce ldflags argument 2021-06-05 09:54:36 +10:00
haskell.section.md doc: explicit Markdown anchors for top-level headings; remove metadata 2021-01-01 10:02:57 -08:00
idris.section.md doc/languages-frameworks/*: add missing languages to code fences 2021-04-05 05:23:19 +02:00
index.xml dhall: Document language support in the Nixpkgs manual (#123051) 2021-05-15 08:51:08 -07:00
ios.section.md doc: explicit Markdown anchors for top-level headings; remove metadata 2021-01-01 10:02:57 -08:00
java.section.md doc/java: convert to markdown 2020-11-28 15:29:04 +01:00
lua.section.md Remove repeating words from doc 2021-03-14 12:15:34 +01:00
maven.section.md doc: add function argument order convention (#110060) 2021-01-20 19:07:16 -05:00
node.section.md doc: explicit Markdown anchors for top-level headings; remove metadata 2021-01-01 10:02:57 -08:00
ocaml.section.md doc: add function argument order convention (#110060) 2021-01-20 19:07:16 -05:00
perl.section.md doc: add function argument order convention (#110060) 2021-01-20 19:07:16 -05:00
php.section.md php.packages: Make packages overridable 2020-12-16 18:32:27 +01:00
python.section.md treewide: setuptools_scm -> setuptools-scm 2021-06-03 12:44:33 +02:00
qt.section.md doc/languages-frameworks/*: add missing languages to code fences 2021-04-05 05:23:19 +02:00
r.section.md doc: add function argument order convention (#110060) 2021-01-20 19:07:16 -05:00
ruby.section.md mkShell: introduce packages argument (#122180) 2021-05-13 19:17:29 +02:00
rust.section.md doc: fix incorrect use of cargoDeps 2021-06-01 13:14:28 +02:00
texlive.section.md doc: explicit Markdown anchors for top-level headings; remove metadata 2021-01-01 10:02:57 -08:00
titanium.section.md doc: explicit Markdown anchors for top-level headings; remove metadata 2021-01-01 10:02:57 -08:00
vim.section.md Include custom package in vim docs (#92811) 2021-04-20 21:28:06 +01:00