summaryrefslogtreecommitdiffstats
path: root/pkgs/stdenv/generic
AgeCommit message (Expand)Author
2017-02-24nixpkgs: allow packages to be marked insecureGraham Christensen
2017-02-23Revert "nixpkgs: allow packages to be marked insecure"Graham Christensen
2017-02-17nixpkgs: allow packages to be marked insecureGraham Christensen
2017-02-01~/.nixpkgs -> ~/.config/nixpkgsEelco Dolstra
2017-01-29stdenv: make is64bit evaluate true on aarch64Tuomas Tynkkynen
2017-01-25stdenv: Bringup aarch64 architecture supportTuomas Tynkkynen
2017-01-24top-level: Introduce `buildPackages` for resolving build-time depsJohn Ericson
2017-01-13top-level: Modernize stdenv.overrides giving it self and superJohn Ericson
2016-11-16allowUnfree: mention the solution that works for nix-shell as wellDomen Kožar
2016-10-30Merge pull request #18660 from aneeshusa/add-override-attrsDomen Kožar
2016-10-24Merge pull request #19769 from groxxda/licenseJoachim F
2016-10-22stdenv: throwEvalHelp performance (#19779)Alexander Ried
2016-10-22stdenv.hasLicense: ? supports nested lookupAlexander Ried
2016-10-12stdenv stripHash(): fixup after #19324Vladimír Čunát
2016-10-11stdenv/stripHash: print to stdout, not to variableProfpatsch
2016-10-02mkDerivation: add overrideAttrs functionAneesh Agrawal
2016-09-18stdenv.mkDerivation: add comments w/ manual links (#18707)Chris Martin
2016-09-01stdenv: leave SSL_CERT_FILE in shells (#15571)Nikolay Amiantov
2016-08-29stdenv.mkDerivation: Use chooseDevOutputsTuomas Tynkkynen
2016-08-29Merge remote-tracking branch 'upstream/master' into stagingRobin Gloster
2016-08-28stdenv: Add platformsTuomas Tynkkynen
2016-08-26Tweak error messageEelco Dolstra
2016-08-26stdenv substitute: fail on non-existant input fileRobin Gloster
2016-06-10pkgs.runCommand: passAsFile (buildCommand can be very long)Domen Kožar
2016-05-27stdenv: fix paxmarkJoachim Fasting
2016-05-12stdenv setup.sh: revert most of changes around #14907Vladimír Čunát
2016-05-08stdenv substituteAll: use yet another implementationVladimír Čunát
2016-05-07stdenv substituteAll: use more robust codeVladimír Čunát
2016-05-05Merge #14920: windows improvements, mainly mingwVladimír Čunát
2016-04-25Merge commit 'refs/pull/14907/head' of git://github.com/NixOS/nixpkgs into st...Nikolay Amiantov
2016-04-25stdenv: clarify how `outputsToInstall` is chosenNikolay Amiantov
2016-04-25add get* helper functions and mass-replace manual outputs search with themNikolay Amiantov
2016-04-23doc/stdenv.xml document substitution env variablesProfpatsch
2016-04-23setup.hs: substitute uses only valid bash namesProfpatsch
2016-04-23stdenv for windows: auto-link dependency DLLsVladimír Čunát
2016-04-07Merge #12653: rework default outputsVladimír Čunát
2016-04-07buildEnv: respect meta.outputsToInstallVladimír Čunát
2016-04-07stdenv: set meta.outputsToInstall unless overriddenVladimír Čunát
2016-04-07Merge 'staging' into closure-sizeVladimír Čunát
2016-04-02stdenv: don't complain about configure script not existingCharles Strahan
2016-04-01Merge branch 'master' into closure-sizeVladimír Čunát
2016-03-08Merge master into closure-sizeVladimír Čunát
2016-02-28stdenv-linux: Ensure binutils comes before bootstrapTools in $PATHEelco Dolstra
2016-02-25stdenv: set SSL_CERT_FILE only if it isn't alreadyNikolay Amiantov
2016-02-18Don't try to apply patchelf to non-ELF binariesEelco Dolstra
2016-02-03stdenv: accept wider range of $configureScript optionsVladimír Čunát
2016-02-03Merge recent 'staging' into closure-sizeVladimír Čunát
2016-02-03Move setting $SSL_CERT_FILE to stdenvEelco Dolstra
2016-01-26defaultUnpack: Preserve timestamps when copying filesEelco Dolstra
2016-01-19Merge branch 'staging' into closure-sizeVladimír Čunát