about summary refs log tree commit diff
path: root/pkgs/build-support/setup-hooks
AgeCommit message (Expand)AuthorFilesLines
2022-09-19Merge pull request #186323 from ShamrockLee/make-setuphook-passthruRobert Hensing3-7/+9
2022-08-13wrapGAppsHook: Set nameRobert Hensing1-0/+1
2022-08-13setup hooks: substitutions.passthru -> passthruRobert Hensing2-4/+6
2022-08-13trivial-builders.nix: Add input argument `passthru` to makeSetupHookShamrock Lee1-3/+2
2022-08-07setup-hooks/separate-debug-info.sh: don't inhibit strip hookSergei Trofimovich2-13/+12
2022-08-03gcc: extend stripping of .a libraries and .o objectsSergei Trofimovich1-1/+1
2022-07-28Merge pull request #182513 from trofi/strip-for-host-and-targetBernardo Meurer1-18/+24
2022-07-25setup-hooks/strip.sh: run RANLIB on static archives after strippingSergei Trofimovich1-4/+13
2022-07-25setup-hooks/strip.sh: add strip{All,Debug}ListTarget variablesSergei Trofimovich1-15/+12
2022-07-22setup-hooks/strip.sh: use STRIP_FOR_TARGET, not TARGET_STRIPSergei Trofimovich1-2/+2
2022-07-21Merge pull request #181525 from alyssais/rust-debugJohn Ericson1-0/+1
2022-07-20makePkgconfigItem: init new function to generate pc filesArtturin1-0/+46
2022-07-14separateDebugInfo: enable full Rust debug infoAlyssa Ross1-0/+1
2022-06-12Merge pull request #172769 from ncfavier/wrappers-append-argsThiago Kenji Okada2-38/+60
2022-05-31makeBinaryWrapper: fix cross-compilation and add testNaïm Favier1-2/+3
2022-05-30makeWrapper,makeBinaryWrapper: implement `--append-flags`Naïm Favier2-38/+60
2022-05-22makeBinaryWrapper: fix codesign on aarch64-darwinNaïm Favier1-2/+1
2022-05-12makeBinaryWrapper: add commentNaïm Favier1-3/+1
2022-05-12makeBinaryWrapper: add extractCmdNaïm Favier2-3/+10
2022-05-10makeWrapper: implement --inherit-argv0Naïm Favier2-13/+14
2022-05-10makeBinaryWrapper: remove cc from depsNaïm Favier1-1/+4
2022-05-10wrapGAppsHook: rename argument to makeWrapperNaïm Favier1-2/+2
2022-05-10makeWrapper,makeBinaryWrapper: introduce explicitly named functionsNaïm Favier2-4/+8
2022-05-10makeBinaryWrapper: move into its own folderNaïm Favier2-1/+21
2022-05-06makeBinaryWrapper: really unset NIX_CFLAGSNaïm Favier1-2/+1
2022-05-06makeBinaryWrapper: add -Wno-overlength-stringsNaïm Favier1-0/+1
2022-04-26makeBinaryWrapper: unset NIX_CFLAGSNaïm Favier1-0/+2
2022-04-26wrapGAppsHook: use makeBinaryWrapperNaïm Favier2-16/+17
2022-04-22Merge pull request #165111 from toonn/darwin-bundle-outputBinLassulus1-4/+4
2022-04-20Merge pull request #165112 from toonn/darwin-bundle-Exec-field-codesDomen Kožar1-2/+22
2022-04-18Merge pull request #168932 from hercules-ci/init-postgresqlTestHookRobert Hensing3-0/+115
2022-04-16postgresqlTestHook: initRobert Hensing3-0/+115
2022-04-16Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt1-3/+4
2022-04-15autoPatchelfHook: fix precise dependency ignoranceLin Yinfeng1-3/+4
2022-04-14Merge branch 'staging-next' into stagingVladimír Čunát2-18/+31
2022-04-12Merge pull request #167397 from samuela/samuela/autopatchelfSamuel Ainsworth2-18/+31
2022-04-11autoPatchelfHook: more precise dependency ignoranceSamuel Ainsworth2-18/+31
2022-04-07Merge remote-tracking branch 'origin/staging-next' into stagingzowoq1-4/+5
2022-04-07copyDesktopItems: Use variable for repeated pathtoonn1-6/+5
2022-04-07copyDesktopItems: Use bin outputtoonn1-4/+6
2022-03-31desktopToDarwinBundle: Implement %F and %U Exec field codestoonn1-1/+1
2022-03-31desktopToDarwinBundle: Implement %f and %u Exec field codestoonn1-1/+2
2022-03-31desktopToDarwinBundle: Implement %i Exec field codetoonn1-1/+3
2022-03-31desktopToDarwinBundle: Implement %c Exec field codetoonn1-1/+2
2022-03-31desktopToDarwinBundle: Implement %k Exec field codetoonn1-5/+12
2022-03-31desktopToDarwinBundle: Change empty directory testtoonn1-1/+1
2022-03-30desktopToDarwinBundle: Add X-macOS-Exec and log editing Exectoonn1-2/+10
2022-03-30desktopToDarwinBundle: Complete field code removaltoonn1-1/+2
2022-03-30desktopToDarwinBundle: Fixup Exectoonn1-1/+1
2022-03-25Merge staging-next into staginggithub-actions[bot]1-11/+37