about summary refs log tree commit diff
path: root/pkgs/build-support/setup-hooks
AgeCommit message (Expand)AuthorFilesLines
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
2022-03-24Merge pull request #163623 from ilya-fedin/fix-mate-utils-inkscapeJosé Romildo Malaquias1-4/+0
2022-03-21desktopToDarwinBundle: Fall back to scaling availabletoonn1-1/+32
2022-03-21desktopToDarwinBundle: Include TOC in generated ICNS filetoonn1-1/+1
2022-03-21desktopToDarwinBundle: Simplify double negationtoonn1-1/+1
2022-03-21desktopToDarwinBundle: Drop 48x48 sizetoonn1-8/+3
2022-03-21make-darwin-bundle: Use actual bin outputtoonn1-4/+4
2022-03-18makeWrapper: add `--chdir`Naïm Favier1-0/+5
2022-03-11nixos/wrap-gapps-hook: don't add data directories of icon dependencies into X...Ilya Fedin1-4/+0
2022-03-02Merge master into staging-nextgithub-actions[bot]1-16/+141
2022-03-01desktopToDarwinBundle: use Bash arithmeticRandy Eckenrode1-9/+9
2022-03-01desktopToDarwinBundle: support 48x48 iconsRandy Eckenrode1-1/+10
2022-02-23desktopToDarwinBundle: fix squircle iconsRandy Eckenrode1-16/+132
2022-02-12makeWrapper: Don't glob in prefix/suffixtalyz1-1/+17