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
coq.section.md
crystal.section.md
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
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
idris.section.md
index.xml dhall: Document language support in the Nixpkgs manual (#123051) 2021-05-15 08:51:08 -07:00
ios.section.md
java.section.md
lua.section.md
maven.section.md
node.section.md
ocaml.section.md
perl.section.md
php.section.md
python.section.md treewide: setuptools_scm -> setuptools-scm 2021-06-03 12:44:33 +02:00
qt.section.md
r.section.md
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
titanium.section.md
vim.section.md