summary refs log tree commit diff
path: root/pkgs/stdenv/adapters.nix
AgeCommit message (Expand)AuthorFilesLines
2012-10-31Add a stdenv adapter ‘keepDebugInfo’ to make a debug buildEelco Dolstra1-15/+27
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-3/+3
2011-12-14* Streamline the stdenv bootstrap and resulting closure by removingEelco Dolstra1-4/+5
2011-11-20validateLicenses: Warn about derivations lacking licensing information.Ludovic Courtès1-2/+8
2011-11-20stdenv adapters: Use `toString' instead of `exprToString'.Ludovic Courtès1-7/+5
2011-10-19Bootstrap clang with itselfShea Levy1-0/+1
2011-07-01* Typo.Eelco Dolstra1-1/+1
2011-01-20* makeStaticBinaries: handle the case where configureFlags isEelco Dolstra1-1/+1
2010-11-30Making the addCoverageInformation stdenv adapter better in the sense that itLluís Batlle i Rossell1-6/+7
2010-08-07Updating from trunkLluís Batlle i Rossell1-1/+1
2010-08-06TyposYury G. Kudryashov1-1/+1
2010-03-06Making gcc cross-buildable, at least for glibc.Lluís Batlle i Rossell1-1/+3
2010-03-04Fixing the cross build stdenv adapter so it tolerates buildInputs with 'null'...Lluís Batlle i Rossell1-5/+10
2010-02-27Adding a new special attribute for mkDerivation: crossAttrs. It sits next toLluís Batlle i Rossell1-1/+1
2010-01-26* Fix splashutils.Eelco Dolstra1-4/+3
2010-01-21* libjpeg updated to version 8.Eelco Dolstra1-1/+15
2010-01-14Merging from trunk.Lluís Batlle i Rossell1-1/+6
2010-01-04* Linux 2.6.32 generates weirdly named gcno files.Eelco Dolstra1-1/+6
2009-11-26Finishing the update from trunk, having resolved the eclipse related directoryLluís Batlle i Rossell1-0/+65
2009-11-23I should learn to concatenate lists.Lluís Batlle i Rossell1-1/+1
2009-11-23Making, in cross-builds, every buildInput a propagatedBuildInput. We needLluís Batlle i Rossell1-2/+8
2009-11-22On native builds:Lluís Batlle i Rossell1-2/+2
2009-11-22Big fixes in the cross build:Lluís Batlle i Rossell1-0/+9
2009-11-22* Add an adapter which abort an install if the installed package dependsNicolas Pierron1-0/+40
2009-11-21* Add a script to retrieve licenses of the current derivation and of allNicolas Pierron1-0/+25
2009-11-20Adding a new mkDerivation flag for the cross stdenv, selfNativeBuildInput =Lluís Batlle i Rossell1-2/+4
2009-11-20Allowing in the cross stdenv adapter the calls to mkDerivation without name.Lluís Batlle i Rossell1-1/+1
2009-11-19Attention, people who care on the builders for native builds. In the stdenvLluís Batlle i Rossell1-8/+22
2009-11-19Merging from trunk. I had to do two manual merges, quite trivial I think.Lluís Batlle i Rossell1-0/+16
2009-11-19- Removed all *NoCross expressions I dupilcated in nixpkgs, while maintainingLluís Batlle i Rossell1-14/+10
2009-11-18Fixing what I broke in the last commit in setup.sh.Lluís Batlle i Rossell1-16/+11
2009-11-17I made the whole nixpkgs dependencies available to the cross compiler, noLluís Batlle i Rossell1-10/+32
2009-11-17Trying to move all stdenv cross-compiling details out of the stdenv expression,Lluís Batlle i Rossell1-0/+12
2009-11-16* Add a stdenv adapter which can remove all maintainers fields. This canNicolas Pierron1-0/+16
2009-09-02* Factor out an adapter to clean up the build tree.Eelco Dolstra1-14/+18
2009-09-01* addCoverageInstrumentation: factor out the code that keeps the buildEelco Dolstra1-22/+33
2009-08-28* A stdenv adapter to build a package with coverage instrumentation.Eelco Dolstra1-0/+50
2009-06-22* Fix duplication of the version in dietlibc's gcc wrapper.Eelco Dolstra1-1/+1
2009-03-30* Move some functions for manipulating meta and name attributes out ofEelco Dolstra1-2/+15
2009-02-10* More refactoring: move all the stdenv adapter functions (likeEelco Dolstra1-0/+111