about summary refs log tree commit diff
path: root/doc/stdenv
AgeCommit message (Collapse)AuthorFilesLines
2020-08-15doc: Add anchors to stdenv variablesJan Tojnar1-97/+97
Wanted to link them.
2020-07-18Merge pull request #92348 from jtojnar/explicit-only-gplJan Tojnar1-3/+3
licenses: Make single-version-only GPL explicit
2020-07-05licenses: Make single-version-only GPL explicitJan Tojnar1-3/+3
I commonly see people use the former when they should use the latter. Would be also in line with the SPDX change https://www.gnu.org/licenses/identify-licenses-clearly.html
2020-06-22add autoPatchelfIgnoreMissingDeps to auto-patchelf.shDavHau1-0/+3
2020-06-02Merge pull request #87866 from danieldk/validate-pkgconfig-hookBenjamin Hipple1-0/+10
validatePkgConfig: init
2020-06-01doc/stdenv: improve autoPatchelfHook descriptionJan Tojnar1-5/+3
* Add id * Mention rpath * The control variables do not really have to be env vars (though without structuredAttrs there is not a difference)
2020-05-31validatePkgConfig: initDaniël de Kok1-0/+10
This adds the `validatePkgConfig` hook, which can be used to validate pkg-config files in the output(s). Currently, this will just run `pkg-config --validate` on all `.pc` files, capturing errors such as the issue that was fixed in #87789. The hook could be extended in the future with more fine-grained checks.
2020-05-07Remove outdated reference to nix-log2xmlEelco Dolstra1-1/+1
2020-04-18Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson1-1/+1
2020-04-18treewide: per RFC45, remove more unquoted URLsPavol Rusnak1-1/+1
2020-04-16Merge branch 'staging-next' into stagingJan Tojnar1-1/+1
2020-04-12setup.sh: add dontPatchworldofpeace1-0/+10
Fixes #85038
2020-04-06doc/stdenv: Update default for stripDebugList.Greg Price1-1/+1
This has changed a few times from 2008 to 2012: cdc74e167, d9213df2c, and 095db9fe3.
2020-04-06patchelf: Fix homepage URLJakub Kądziołka1-1/+1
Since this commit on nixos-homepage, the homepage was 404-ing: https://github.com/NixOS/nixos-homepage/commit/179733c176c1f625bb18d4eba38480b888471a7a
2020-02-16manual: use quoted homepage urlsJonathan Ringer1-1/+1
2020-02-10nixpkgs manual: fix a typo in cross-compilationVladimír Čunát1-1/+1
I can't say I really understand that much about our cross stuff, but this seems very clear.
2019-11-28doc/stdenv: Add docs for 'dontInstall' variableMarc Busqué1-0/+10
2019-11-26doc: Remove improper use of backticksJosef Kemetmüller2-2/+2
2019-11-09documentation: drop double 'the'Arnout Engelen1-2/+2
2019-10-30nixpkgs manual: move stdenv chapters into one folderFrederik Rietdijk5-0/+3434