summaryrefslogtreecommitdiff
path: root/pkgs/build-support/dlang/builddubpackage/hooks (follow)
Commit message (Expand)AuthorAgeFilesLines
* buildDubPackage: fix flag arrays not being expanded correctly•••Use concatTo to properly handle dubBuildFlags, dubTestFlags, and dubFlags. Previously these were used as "${var[@]}" but Nix lists become space-separated strings, not bash arrays, causing all flags to be concatenated into a single argument. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> Claude Code2026-02-032-2/+15
* buildDubPackage: split into hooks and into importDubLockTomaSajt2025-08-294-0/+71