index
:
nixos/nixpkgs.git
master
nixos-16.03
nixos-16.09
nixos-18.09
nixos-18.09-small
nixos-19.03
nixos-19.03-small
nixos-19.09
nixos-19.09-small
nixos-20.03
nixos-20.03-small
nixos-20.09
nixos-20.09-aarch64
nixos-20.09-small
nixos-21.05
nixos-21.05-aarch64
nixos-21.05-small
nixos-21.11
nixos-21.11-aarch64
nixos-21.11-small
nixos-22.05
nixos-22.05-aarch64
nixos-22.05-small
nixos-22.11
nixos-22.11-small
nixos-23.05
nixos-23.05-small
nixos-23.11
nixos-23.11-small
nixos-24.05
nixos-24.05-small
nixos-24.11
nixos-24.11-small
nixos-25.05
nixos-25.05-small
nixos-25.11
nixos-25.11-small
nixos-26.05-small
nixos-test-staging
nixos-test-staging-baseline
nixos-unstable
nixos-unstable-small
nixpkgs-stable
nixpkgs-testing
nixpkgs-unstable
release-13.10
release-14.04
release-14.12
release-15.09
release-16.03
release-16.09
release-17.03
release-17.09
release-18.03
release-18.09
release-18.09-firefox64
release-19.03
release-19.09
release-20.03
release-20.09
release-21.05
release-21.11
release-22.05
release-22.11
release-23.05
release-23.11
release-24.05
release-24.11
release-25.05
release-25.11
release-26.05
staging
staging-18.03
staging-18.09
staging-19.03
staging-19.09
staging-20.03
staging-20.09
staging-21.05
staging-21.11
staging-22.05
staging-22.11
staging-23.05
staging-23.11
staging-24.05
staging-24.11
staging-25.05
staging-25.11
staging-26.05
staging-next
staging-next-21.05
staging-next-21.11
staging-next-22.05
staging-next-22.11
staging-next-23.05
staging-next-23.11
staging-next-24.05
staging-next-24.11
staging-next-25.05
staging-next-25.11
staging-next-26.05
staging-next-xdg-desktop-portal-gnome-dependency
staging-nixos
staging-patchelf
staging-python
staging.patchShebangs
Nix Packages collection
Octavian Cerna
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pkgs
/
build-support
/
setup-hooks
/
make-wrapper.sh
Age
Commit message (
Expand
)
Author
2025-04-25
makeWrapper: --add-flag and --append-flag arguments
BirdeeHub
2024-03-21
Fix venv creation in Python environments
Colin Putney
2023-06-11
makeWrapper: fix flag handling
James Kay
2023-04-30
pkgs/build-support: call the right makeWrapper function from wrapProgram<Type>
K900
2022-05-30
makeWrapper,makeBinaryWrapper: implement `--append-flags`
Naïm Favier
2022-05-10
makeWrapper: implement --inherit-argv0
Naïm Favier
2022-05-10
makeWrapper,makeBinaryWrapper: introduce explicitly named functions
Naïm Favier
2022-03-18
makeWrapper: add `--chdir`
Naïm Favier
2022-02-12
makeWrapper: Don't glob in prefix/suffix
talyz
2022-02-02
makeWrapper: Don't readd existing values in prefix/suffix
talyz
2021-12-27
makeWrapper: Add `--prefix-each` flag (#145104)
Gabriella Gonzalez
2019-09-25
makeWrapper: Remove unused extraFlagsArray feature
Chuck
2019-02-11
Document undocumented argument to makeWrapper()
deliciouslytyped
2018-11-11
make-wrapper should use runtimeShell, not bash, for cross-compilation
Travis Athougies
2018-08-24
makeWrapper: document --set-default
Alyssa Ross
2017-11-17
makeWrapper: delete --set-eval
Orivej Desh
2017-11-17
makeWrapper: add --set-default and --set-eval
Orivej Desh
2017-11-11
makeWrapper: quote values properly
Nikolay Amiantov
2017-08-11
makeWrapper: use consistent style
Tuomas Tynkkynen
2017-08-09
makeWrapper: fix regression introduced in #24944
Frederik Rietdijk
2017-08-08
Merge pull request #24944 from ahmedtd/make-makewrapper-picky
Peter Simons
2017-08-08
makeWrapper: Only wrap normal executable files
Taahir Ahmed
2017-08-08
makeWrapper: Die on unsupported arguments
Taahir Ahmed
2017-04-12
makeWrapper: search for free unwrapped file name
Nikolay Amiantov
2017-03-16
makeWrapper: quote paths
Nikolay Amiantov
2016-10-08
stdenv/makeWrapper: make extraFlagsArray local
Profpatsch
2016-10-08
stdenv: document makeWrapper
Profpatsch
2016-06-19
make-wrapper: fixup #14753 changes to make tests work
Vladimír Čunát
2016-04-16
makeWrapper: allow special characters in variable contents
Marius Bakke
2016-03-06
make-wrapper.sh: add an --unset argument
zimbatm
2015-09-01
makeWrapper: accept `--argv0` flag (/cc #9562)
Thomas Tuegel
2015-08-23
makeWrapper: child process inherits argv[0]
Thomas Tuegel
2014-09-02
Revert "python-wrapper: fix wrapped argv[0] w/o sed, maybe"
Michael Raskin
2014-09-02
Revert "Create wrapper directory outside of /bin/ for FHS chroots to be close...
Michael Raskin
2014-09-02
Create wrapper directory outside of /bin/ for FHS chroots to be closer to FHS
Michael Raskin
2014-09-02
python-wrapper: fix wrapped argv[0] w/o sed, maybe
tv@shackspace.de
2012-05-19
* Add a setup hook ‘autoreconfHook’ to simplify packages that need to
Eelco Dolstra