about summary refs log tree commit diff
path: root/pkgs/build-support/setup-hooks
AgeCommit message (Expand)AuthorFilesLines
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
2022-02-11Merge staging-next into staginggithub-actions[bot]1-0/+48
2022-02-11Merge pull request #131891 from hexagonal-sun/darwin-app-creationUri Baghin1-0/+48
2022-02-10build-support: make-darwin-bundle: newMatthew Leach1-0/+48
2022-02-04rewrite autoPatchelfHook in python (#149731)Guillaume Maudoux2-314/+346
2022-02-02makeWrapper: Don't readd existing values in prefix/suffixtalyz1-22/+56
2021-12-27makeWrapper: Add `--prefix-each` flag (#145104)Gabriella Gonzalez1-0/+9
2021-12-22Merge master into staging-nextgithub-actions[bot]1-3/+10
2021-12-21makeBinaryWrapper: create destination directoryNaïm Favier1-3/+10
2021-12-10Merge master into staging-nextgithub-actions[bot]1-0/+384
2021-12-10Merge pull request #124556 from bergkvist/bergkvist/make-c-wrapperRobert Hensing1-0/+384
2021-12-09make-binary-wrapper: Make CC substitution saferJacek Galowicz1-1/+1
2021-12-09make-binary-wrapper: Add -euo pipefail to bash scriptJacek Galowicz1-0/+3
2021-12-09make-binary-wrapper: Add -Wall -Werror -WpedanticJacek Galowicz1-1/+6
2021-12-09Merge branch 'bergkvist/make-c-wrapper' into make-c-wrapperTobias Bergkvist1-41/+120
2021-12-09make makeWrapper and makeBinaryWrapper drop-in-replaceableJacek Galowicz1-7/+7
2021-12-08wrapProgramBinary -> binaryWrapProgramDoron Behar1-2/+2
2021-12-08Fix typo in make-binary-wrapperJacek Galowicz1-1/+1
2021-12-07Separate out indentation responsibility to indent4 in makeCWrapper using awk. Tobias Bergkvist1-30/+36
2021-12-07Switch to embedding input arguments instead of generated C code in binary.Tobias Bergkvist1-11/+84
2021-12-02Add new argument: --chdir DIR (alternative to --run "cd DIR" in makeWrapper)Tobias Bergkvist1-0/+16
2021-12-02Add argument --inherit-argv0 to replace use case `--argv0 '$0'`. Fix wrapProg...Tobias Bergkvist1-3/+10
2021-12-02Use cc instead of gcc in makeBinaryWrapperTobias Bergkvist1-1/+1
2021-12-01Replace concat3 with asprintf in set_env_prefix and set_env_suffix.Tobias Bergkvist1-34/+30
2021-12-01Switch from malloc to calloc in addFlagsTobias Bergkvist1-1/+1
2021-12-01Switch from exit(1) to abort() in assert_successTobias Bergkvist1-1/+1
2021-12-01Add assertValidEnvName and check that variable name is valid during code gene...Tobias Bergkvist1-5/+23
2021-11-21separateDebugInfo: skip files objcopy can't readAlyssa Ross1-4/+10
2021-11-18Merge pull request #145841 from l0b0/fix-indentationRobert Hensing1-3/+3
2021-11-17Merge master into staging-nextgithub-actions[bot]1-2/+2
2021-11-17Merge pull request #140911 from sersorrel/copy-desktop-itemsSandro1-2/+2
2021-11-14misc: Replace tab indentation with spacesVictor Engmark1-3/+3
2021-11-13Merge pull request #144839 from l0b0/fix-redirectJohn Ericson1-2/+2
2021-11-11pkgs/build-support: Redirect to standard error rather than file "2"Victor Engmark1-2/+2
2021-11-09Assert that malloc does not return a NULL pointer for better error messages +...Tobias Bergkvist1-1/+7
2021-10-28Merge remote-tracking branch 'nixpkgs/staging-next' into stagingAlyssa Ross1-0/+17
2021-10-27Merge master into staging-nextgithub-actions[bot]1-0/+17
2021-10-27canonicalize-jars-hook: addbb010g1-0/+17
2021-10-23Merge pull request #141072 from r-burns/validatepkgconfig-crossJohn Ericson1-1/+1
2021-10-23validatePkgConfig: fix cross-compilationRyan Burns1-1/+1
2021-10-19Move assertExecutable from makeCWrapper to makeBinaryWrapper to ensure that m...Tobias Bergkvist1-1/+1
2021-10-19makeBinaryWrapper: add wrapProgramBinary (like wrapProgram)Doron Behar1-0/+17
2021-10-19makeBinaryWrapper: Assert $1 is executableDoron Behar1-0/+10
2021-10-08copyDesktopItems: fix handling of plain pathsash1-2/+2
2021-10-07Merge pull request #138289 from sternenseemann/fix-non-gnu-stripsterni1-1/+1
2021-10-04Specify uses_prefix, uses_suffix and uses_concat3 as local vars. Make sure er...Tobias Bergkvist1-8/+9