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