about summary refs log tree commit diff
path: root/pkgs/stdenv/generic
AgeCommit message (Expand)AuthorFilesLines
2018-11-30Merge remote-tracking branch 'upstream/master' into stagingJan Tojnar1-1/+1
2018-11-30make-derivation: remove selfConsistent checkMatthew Bauer1-8/+1
2018-11-30Merge master into staging-nextFrederik Rietdijk1-1/+1
2018-11-29Merge pull request #51183 from matthewbauer/make-derivation-no-assertionsMatthew Bauer1-12/+6
2018-11-29pkgs/stdenv/generic/make-derivation.nix: s/targetPlatform/hostPlatform/Vaibhav Sagar1-1/+1
2018-11-28make-derivation: don’t add host suffix if there is no c compilerMatthew Bauer1-2/+2
2018-11-28make-derivation: don’t assert on separateDebugInfoMatthew Bauer1-3/+4
2018-11-28make-derivation: remove selfConsistent checkMatthew Bauer1-8/+1
2018-11-26Merge branch 'master' into staging-nextVladimír Čunát1-16/+0
2018-11-25Revert "make-derivation: add disallowedReferences in strictDeps"Matthew Bauer1-16/+0
2018-11-22Merge master into staging-nextFrederik Rietdijk1-3/+3
2018-11-21make-derivation: don’t disallow propagated native inputsMatthew Bauer1-3/+3
2018-11-14Revert "patch-shebangs: use --build for auto patch shebangs"Daiderd Jordan1-0/+8
2018-11-12Merge pull request #35304 from volth/patch-97Matthew Bauer1-6/+15
2018-11-12Merge staging-next into stagingFrederik Rietdijk1-4/+5
2018-11-12Merge master into staging-nextFrederik Rietdijk1-4/+5
2018-11-11meta.tests: rename into passthru.testsLéo Gaspard1-0/+1
2018-11-11meta.tests: drop `meta.needsVMSupport`Léo Gaspard1-3/+1
2018-11-11tests: split into a separate `all-tests.nix` fileLéo Gaspard1-2/+4
2018-11-11Merge staging-next into stagingFrederik Rietdijk2-3/+13
2018-11-10Merge master into staging-nextFrederik Rietdijk2-3/+13
2018-11-07Merge pull request #49608 from matthewbauer/cross-patch-shebangs-2Matthew Bauer1-8/+0
2018-11-07make-derivation: enable pie hardening with muslMatthew Bauer1-1/+3
2018-11-06make-derivation: use pname-version as default name if both are presentPatrick Hilhorst1-2/+13
2018-11-04Merge master into staging-nextFrederik Rietdijk1-12/+1
2018-11-04Revert "Merge pull request #49398 from Synthetica9/implement-rfc0035" to fix ...Frederik Rietdijk1-12/+1
2018-11-04Merge master into staging-nextFrederik Rietdijk1-1/+12
2018-11-02make-derivation: add disallowedReferences in strictDepsMatthew Bauer1-0/+16
2018-11-02patch-shebangs: use --build for auto patch shebangsMatthew Bauer1-8/+0
2018-10-30make-derivation: use a more descriptive assert messagePatrick Hilhorst1-1/+2
2018-10-30dovecot, opensmtpd: add link to test in `meta.tests`Léo Gaspard1-2/+10
2018-10-29make-derivation: use `lib.assertMsg`Patrick Hilhorst1-2/+4
2018-10-29make-derivation: use `?` instead of `builtins.hasAttr`Patrick Hilhorst1-1/+1
2018-10-29make-derivation: add check that the name is consistent with pname and versionPatrick Hilhorst1-0/+4
2018-10-29make-derivation: get position info from versionPatrick Hilhorst1-0/+2
2018-10-29make-derivation: use pname-version as default name if both are presentPatrick Hilhorst1-1/+3
2018-10-16make-derivation: set CMAKE_SYSTEM_* when cross compilingMatthew Bauer1-0/+12
2018-10-05Merge pull request #47230 from bhipple/fix/licensesMatthew Bauer1-3/+2
2018-09-25stdenv: Improve ELF detection for isELFaszlig1-1/+1
2018-09-23Remove dead code from stdenv check-meta license logicBenjamin Hipple1-3/+2
2018-09-18Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson2-4/+27
2018-09-18Merge pull request #46857 from obsidiansystems/darwin-to-linux-prepJohn Ericson1-4/+2
2018-09-18mkDerivation: Make `separateDebugInfo` assertion lazier to match other assert...John Ericson1-4/+2
2018-09-18stdenv: Validate meta.outputsToInstallGraham Christensen1-0/+25
2018-09-17stdenv: fix HOST_PATH changeMatthew Bauer1-7/+7
2018-09-16stdenv: add shell to HOST_PATH for backwards compatibilityMatthew Bauer1-0/+7
2018-09-08Merge branch 'master' into stagingJan Malakhovski1-1/+4
2018-09-06top-level, stdenv: Make `system` and `stdenv.system` describe the hostPlatform.John Ericson1-0/+3
2018-09-05stdenv, neovim: Use `lib.warn` for deprecation warningsJohn Ericson1-1/+1
2018-09-05stdenv: implement enableParallelChecking optionJan Malakhovski2-2/+4