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
android.section.md
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
dotnet.section.md
emscripten.section.md
gnome.section.md
go.section.md buildGoModule/buildGoPackage: Introduce ldflags argument 2021-06-05 09:54:36 +10:00
haskell.section.md
idris.section.md
index.xml
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
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