Commit Graph

394 Commits (d4aa650608fdbf78a9697e272d88f5f6e809744b)

Author SHA1 Message Date
Naïm Favier d4aa650608
makeBinaryWrapper: really unset NIX_CFLAGS 2 years ago
Naïm Favier 42a4c05dd0
makeBinaryWrapper: add -Wno-overlength-strings 2 years ago
Naïm Favier f8cc8ff575
makeBinaryWrapper: unset NIX_CFLAGS 2 years ago
Naïm Favier 532ebf6b57
wrapGAppsHook: use makeBinaryWrapper 2 years ago
Robert Hensing e77e09c5d2 postgresqlTestHook: init 2 years ago
Lin Yinfeng bedc267a78
autoPatchelfHook: fix precise dependency ignorance 2 years ago
Samuel Ainsworth a7fc2f6392 autoPatchelfHook: more precise dependency ignorance 2 years ago
toonn 5eb21a55ee copyDesktopItems: Use variable for repeated path 2 years ago
toonn d1bbb2b3d6 copyDesktopItems: Use bin output 2 years ago
toonn 261b736521
desktopToDarwinBundle: Implement %F and %U Exec field codes 2 years ago
toonn f31d945755
desktopToDarwinBundle: Implement %f and %u Exec field codes 2 years ago
toonn 196f989ae8
desktopToDarwinBundle: Implement %i Exec field code 2 years ago
toonn 4dc94e1489
desktopToDarwinBundle: Implement %c Exec field code 2 years ago
toonn 4a749a89c4
desktopToDarwinBundle: Implement %k Exec field code 2 years ago
toonn 30e8e0a9a3
desktopToDarwinBundle: Change empty directory test 2 years ago
toonn 7ef15c96dc
desktopToDarwinBundle: Add X-macOS-Exec and log editing Exec 2 years ago
toonn b52a962141
desktopToDarwinBundle: Complete field code removal 2 years ago
toonn 99f387e462
desktopToDarwinBundle: Fixup Exec 2 years ago
Vladimír Čunát a7ccddeb54
Revert "Merge #160259: separateDebugInfo: Use --strip-unneeded" 2 years ago
toonn 6aa5c53748
desktopToDarwinBundle: Fall back to scaling available 2 years ago
toonn 08a2b83c96
desktopToDarwinBundle: Include TOC in generated ICNS file 2 years ago
toonn c3d974e441
desktopToDarwinBundle: Simplify double negation 2 years ago
toonn 21fe5d3b8b
desktopToDarwinBundle: Drop 48x48 size 2 years ago
toonn a8d7ac1b11
make-darwin-bundle: Use actual bin output 2 years ago
Naïm Favier 10479e4f51
makeWrapper: add `--chdir` 2 years ago
Ilya Fedin b1e73fa2e0 nixos/wrap-gapps-hook: don't add data directories of icon dependencies into XDG_DATA_DIRS 2 years ago
Randy Eckenrode 8a2fdda938
desktopToDarwinBundle: use Bash arithmetic 2 years ago
Randy Eckenrode d2748e84f8
desktopToDarwinBundle: support 48x48 icons 2 years ago
Randy Eckenrode 30a09ae9ac
desktopToDarwinBundle: fix squircle icons 2 years ago
Anders Kaseorg d652556758 separateDebugInfo: Use --strip-unneeded 2 years ago
talyz 183147a037
makeWrapper: Don't glob in prefix/suffix 2 years ago
Matthew Leach 850fc57f56 build-support: make-darwin-bundle: new 2 years ago
Guillaume Maudoux 7b9fd5d1c9
rewrite autoPatchelfHook in python (#149731) 2 years ago
talyz c67f885fe4
makeWrapper: Don't readd existing values in prefix/suffix 2 years ago
Gabriella Gonzalez 07f1f2ca9c
makeWrapper: Add `--prefix-each` flag (#145104) 2 years ago
Naïm Favier ffdf9681ab
makeBinaryWrapper: create destination directory 2 years ago
Jacek Galowicz d5e028a441 make-binary-wrapper: Make CC substitution safer 3 years ago
Jacek Galowicz 87fcb7b79e make-binary-wrapper: Add -euo pipefail to bash script 3 years ago
Jacek Galowicz b7e00ed89e make-binary-wrapper: Add -Wall -Werror -Wpedantic 3 years ago
Jacek Galowicz 177f0a6eed make makeWrapper and makeBinaryWrapper drop-in-replaceable 3 years ago
Doron Behar 32d566e1b9 wrapProgramBinary -> binaryWrapProgram 3 years ago
Jacek Galowicz f3b16a6b5d Fix typo in make-binary-wrapper 3 years ago
Tobias Bergkvist 7cf1aa102a Separate out indentation responsibility to indent4 in makeCWrapper using awk. 3 years ago
Tobias Bergkvist 2b5a2d4a8e Switch to embedding input arguments instead of generated C code in binary. 3 years ago
Tobias Bergkvist 64da82731d Add new argument: --chdir DIR (alternative to --run "cd DIR" in makeWrapper) 3 years ago
Tobias Bergkvist a47286f0a0 Add argument --inherit-argv0 to replace use case `--argv0 '$0'`. Fix wrapProgramBinary by using this new argument 3 years ago
Tobias Bergkvist e3c94f3d6b Use cc instead of gcc in makeBinaryWrapper 3 years ago
Tobias Bergkvist a1e62262bc Replace concat3 with asprintf in set_env_prefix and set_env_suffix. 3 years ago
Tobias Bergkvist 3997e9de67 Switch from malloc to calloc in addFlags 3 years ago
Tobias Bergkvist 97d62a90f5 Switch from exit(1) to abort() in assert_success 3 years ago