summaryrefslogtreecommitdiffstats
path: root/pkgs/stdenv/generic/make-derivation.nix
AgeCommit message (Expand)Author
2019-07-27stdenv: correct cross CMAKE_SYSTEM_NAMEarcnmx
2019-06-16treewide: remove unused variables (#63177)volth
2019-04-23Merge pull request #59755 from matthewbauer/patches-in-make-derivationMatthew Bauer
2019-04-21make-derivation.nix: minorvolth
2019-04-21make-derivation.nix: @matthewbauer's reviewvolth
2019-04-21fix bootstrap when platform.gcc.arch=="skylake"volth
2019-04-16make-derivation: put patches in all derivationsMatthew Bauer
2019-04-11check-env: don't execute check-meta.nix 15,000 timesGraham Christensen
2019-03-01Merge staging-next into masterFrederik Rietdijk
2019-02-26llvm: support cross compilation with useLLVM flagMatthew Bauer
2019-02-14stdenv: only set __darwinAllowLocalNetworking on darwinDaiderd Jordan
2019-02-09Merge remote-tracking branch 'origin/master' into stagingMatthew Bauer
2019-02-06Merge branch 'master' into staging-nextVladimír Čunát
2019-02-04make-derivation: only modify name when name is givenMatthew Bauer
2019-02-01mkDerivation: cleaner handling of the `name` argumentVincent Laporte
2019-02-01Merge branch 'master' into staging-nextVladimír Čunát
2019-01-31Merge pull request #35884 from dtzWill/fix/man-in-outputsToInstallMatthew Bauer
2019-01-28make-derivation: fix ordering of conditionalsMatthew Bauer
2019-01-28make-derivation: try to fix stdenv.cc == null conditionalMatthew Bauer
2019-01-28make-derivation: fix position in traceMatthew Bauer
2019-01-27stdenv/make-derivation: don't hide broken packagesMatthew Bauer
2019-01-26Merge branch 'master' into fix/man-in-outputsToInstallMatthew Bauer
2019-01-13stdenv: make checkInputs nativeFrederik Rietdijk
2018-11-30Merge remote-tracking branch 'upstream/master' into stagingJan Tojnar
2018-11-30make-derivation: remove selfConsistent checkMatthew Bauer
2018-11-30Merge master into staging-nextFrederik Rietdijk
2018-11-29Merge pull request #51183 from matthewbauer/make-derivation-no-assertionsMatthew Bauer
2018-11-29pkgs/stdenv/generic/make-derivation.nix: s/targetPlatform/hostPlatform/Vaibhav Sagar
2018-11-28make-derivation: don’t add host suffix if there is no c compilerMatthew Bauer
2018-11-28make-derivation: don’t assert on separateDebugInfoMatthew Bauer
2018-11-28make-derivation: remove selfConsistent checkMatthew Bauer
2018-11-26Merge branch 'master' into staging-nextVladimír Čunát
2018-11-25Revert "make-derivation: add disallowedReferences in strictDeps"Matthew Bauer
2018-11-22Merge master into staging-nextFrederik Rietdijk
2018-11-21make-derivation: don’t disallow propagated native inputsMatthew Bauer
2018-11-11Merge staging-next into stagingFrederik Rietdijk
2018-11-10Merge master into staging-nextFrederik Rietdijk
2018-11-07make-derivation: enable pie hardening with muslMatthew Bauer
2018-11-06make-derivation: use pname-version as default name if both are presentPatrick Hilhorst
2018-11-04Merge master into staging-nextFrederik Rietdijk
2018-11-04Revert "Merge pull request #49398 from Synthetica9/implement-rfc0035" to fix ...Frederik Rietdijk
2018-11-04Merge master into staging-nextFrederik Rietdijk
2018-11-02make-derivation: add disallowedReferences in strictDepsMatthew Bauer
2018-10-30make-derivation: use a more descriptive assert messagePatrick Hilhorst
2018-10-29make-derivation: use `lib.assertMsg`Patrick Hilhorst
2018-10-29make-derivation: use `?` instead of `builtins.hasAttr`Patrick Hilhorst
2018-10-29make-derivation: add check that the name is consistent with pname and versionPatrick Hilhorst
2018-10-29make-derivation: get position info from versionPatrick Hilhorst
2018-10-29make-derivation: use pname-version as default name if both are presentPatrick Hilhorst
2018-10-16make-derivation: set CMAKE_SYSTEM_* when cross compilingMatthew Bauer