summary refs log tree commit diff
path: root/pkgs/build-support/setup-hooks
AgeCommit message (Expand)AuthorFilesLines
2020-07-24wrapGAppsHook: add commentsJan Tojnar1-1/+18
2020-07-24wrapGAppsHook: add testsJan Tojnar3-0/+202
2020-07-23wrapGAppsHook: move to a separate fileJan Tojnar2-0/+16
2020-06-29stdenv: fix backward multiple outputs conditionalAlyssa Ross1-1/+1
2020-06-22add autoPatchelfIgnoreMissingDeps to auto-patchelf.shDavHau1-1/+1
2020-06-04Merge master into staging-nextFrederik Rietdijk1-0/+19
2020-05-31validatePkgConfig: initDaniël de Kok1-0/+19
2020-05-12*-wrapper; Switch from `infixSalt` to `suffixSalt`John Ericson1-9/+5
2020-04-17Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson1-0/+37
2020-04-17setup-hooks/audit-blas.sh: initMatthew Bauer1-0/+37
2020-04-06setup-hooks/auto-patchelf.sh: get prefixed readelfMatthew Bauer1-2/+2
2020-03-20patch-shebangs.sh: Fix error messages to go to stderr, not '0' file.Bryan Gardiner1-2/+2
2020-03-03wrapGAppsHook: Fix #78803worldofpeace1-61/+66
2020-02-28enable-coverage-instrumentation.sh: Fix unbound variable errorEelco Dolstra1-12/+1
2020-01-15stdenv: make symlinks that refer to the same output relativeAndreas Rammhold1-0/+28
2019-12-10wrapGAppsHook: don't add empty variablesKovacsics Robert1-1/+3
2019-11-24java classpath hook: allow unbound $CLASSPATHJason Felice1-1/+1
2019-11-04multiple-outputs setup hook: Remove accidentally added tabJohn Ericson1-1/+1
2019-11-01find-xml-catalogues: Ensure XML_CATALOG_FILES is definedJohn Ericson1-2/+2
2019-11-01treewide: Make still dont* Variables are optional in most casesJohn Ericson4-4/+4
2019-11-01common setup hooks: set -u robustnessJohn Ericson7-10/+10
2019-09-25makeWrapper: Remove unused extraFlagsArray featureChuck1-8/+1
2019-09-10wrapGAppsHook: address some shellcheck suggestionsJan Tojnar1-7/+8
2019-09-10wrapGAppsHook: simplify taking env varsJan Tojnar1-2/+1
2019-09-10wrapGAppsHook: add wrapGApp helperJan Tojnar1-2/+8
2019-09-04installShellFiles: init (#65211)Lily Ballard1-0/+165
2019-08-18add shortenPerlShebang functionBenjamin Esham1-0/+88
2019-05-26patchShebangs: Exit if no arguments were givenDaniel Schaefer1-2/+7
2019-05-25patchShebangs: Allow for multiple argumentsDaniel Schaefer1-8/+5
2019-05-25patchShebangs: Explain that script must be executableDaniel Schaefer1-0/+2
2019-04-26Merge pull request #56744 from matthewbauer/macos-10-12Matthew Bauer1-3/+50
2019-04-26patch-shebangs: fix dev detectionMatthew Bauer1-1/+1
2019-04-26Revert "Revert "patch-shebangs: respect cross compilation""Matthew Bauer1-3/+50
2019-04-25Merge pull request #60215 from nmattia/nm-tmp-timestampGraham Christensen1-3/+4
2019-04-25patchShebangs: create timestamp in tmp dirNicolas Mattia1-3/+4
2019-03-21Merge remote-tracking branch 'origin/master' into stagingWael M. Nasreddine1-4/+7
2019-03-20auto-patchelf: don't use grep -q, as it causes Broken pipe (#56958)Danylo Hlynskyi1-4/+7
2019-03-13wrapGAppsHook: add package’s own modules to GIO_EXTRA_MODULESJan Tojnar1-0/+4
2019-02-13Merge master into staging-nextFrederik Rietdijk1-1/+1
2019-02-11Document undocumented argument to makeWrapper()deliciouslytyped1-1/+1
2019-02-08Merge pull request #54578 from alyssais/gcj-darwinAlyssa Ross1-1/+8
2019-01-31wrap-gapps-hook.sh: only wrap links when requiredBruce Toll1-2/+26
2019-01-30gcj: fix build on DarwinAlyssa Ross1-1/+8
2018-12-09pruneLibtoolFiles: check if prefix existsPiotr Bogdan1-1/+1
2018-12-09pruneLibtoolFiles: more permissive regex for detecting libtool filesPiotr Bogdan1-1/+1
2018-12-02audit-tmpdir hook: clean up whitespaceBjørn Forsman1-1/+1
2018-12-02audit-tmpdir hook: use abspath matching on RPATH entriesBjørn Forsman1-1/+1
2018-11-29Merge pull request #51217 from mayflower/source-date-epoch-fix-warningJohn Ericson1-1/+1
2018-11-29set-source-date-epoch-to-latest: fix warningRobin Gloster1-1/+1
2018-11-29Merge master into staging-nextFrederik Rietdijk1-9/+58