summary refs log tree commit diff
path: root/pkgs/build-support
Commit message (Collapse)AuthorAge
* Trying to add Zen Linux KernelMichael Raskin2009-09-11
| | | | svn path=/nixpkgs/trunk/; revision=17050
* added note that steps in builderDefs should be rewritten using '' syntaxMarc Weber2009-09-10
| | | | | | in order to strip spaces svn path=/nixpkgs/trunk/; revision=17019
* Update source updater to support fetchgit; add aufs2 using that method. ↵Michael Raskin2009-09-08
| | | | | | Unfortunately, AUFS2 seems to require some strict conditions on kernel options and version.. svn path=/nixpkgs/trunk/; revision=16983
* * addCoverageInstrumentation: factor out the code that keeps the buildEelco Dolstra2009-09-01
| | | | | | | | tree under $out into a separate stdenv adapter named keepBuildTree. * makeModulesClosure: support building an initrd for a kernel that has been compiled with coverage instrumentation. svn path=/nixpkgs/trunk/; revision=16916
* Adding GVPE - a protected virtual multinode ethernetMichael Raskin2009-09-01
| | | | svn path=/nixpkgs/trunk/; revision=16913
* * Use --coverage, which is identical to -fprofile-arcs -ftest-coverage.Eelco Dolstra2009-08-31
| | | | svn path=/nixpkgs/trunk/; revision=16903
* Adding libev - an even loop library remotely similar to libeventMichael Raskin2009-08-27
| | | | svn path=/nixpkgs/trunk/; revision=16877
* Adding monit monitoring tool; in the course of action creating a script to ↵Michael Raskin2009-08-26
| | | | | | auto-prepare basic autoupdate layout svn path=/nixpkgs/trunk/; revision=16863
* Adding WebDruid log analyzer. In the same time, reworking source autoupdate ↵Michael Raskin2009-08-26
| | | | | | system a bit svn path=/nixpkgs/trunk/; revision=16859
* Adding Gphoto2FS - filesystem for attached camerasMichael Raskin2009-08-24
| | | | svn path=/nixpkgs/trunk/; revision=16841
* Update WebKit to latest and use Git checkout for libsoupMichael Raskin2009-08-24
| | | | svn path=/nixpkgs/trunk/; revision=16820
* Add an automated updater script and definitions for its use for WebKitMichael Raskin2009-08-23
| | | | svn path=/nixpkgs/trunk/; revision=16816
* Revert r16645, which was intended for the `stdenv-updates' branch.Ludovic Courtès2009-08-10
| | | | svn path=/nixpkgs/trunk/; revision=16646
* GCC wrapper: Don't create dangling symlinks; create a `gcj' symlink.Ludovic Courtès2009-08-10
| | | | svn path=/nixpkgs/trunk/; revision=16645
* Adding fbida, framebuffer image viewerMichael Raskin2009-08-04
| | | | svn path=/nixpkgs/trunk/; revision=16571
* Initialize DB in fetchmtnMichael Raskin2009-08-03
| | | | svn path=/nixpkgs/trunk/; revision=16545
* I revert my changes to get nixpkgs working on armv5tel-linux.Lluís Batlle i Rossell2009-07-26
| | | | | | | | | I thought I didn't change stdenv, but I did. This will go soon into the stdenv branch then. Reverse-merging r16467 through r16465. svn path=/nixpkgs/trunk/; revision=16468
* Adding armv5tel to the 'if' checks in stdenv, gcc-wrapper and kernel headersLluís Batlle i Rossell2009-07-26
| | | | svn path=/nixpkgs/trunk/; revision=16466
* Revert "adding NIX_CONTINUE_DOWNLOADS feature, see mkdir comment"Marc Weber2009-07-16
| | | | | | This reverts commit -r16401 svn path=/nixpkgs/trunk/; revision=16405
* adding NIX_CONTINUE_DOWNLOADS feature, see mkdir commentMarc Weber2009-07-16
| | | | svn path=/nixpkgs/trunk/; revision=16401
* * Firefox wrapper: put gecko-mediaplayer and mplayer at the start ofEelco Dolstra2009-07-16
| | | | | | | $PATH rather than the end. This makes the behaviour more predictable. svn path=/nixpkgs/trunk/; revision=16390
* Added setuid-ready chroot utility.Michael Raskin2009-07-12
| | | | svn path=/nixpkgs/trunk/; revision=16331
* nix-prefetch-svn: Use SHA256/Base32 by default.Ludovic Courtès2009-07-10
| | | | svn path=/nixpkgs/trunk/; revision=16322
* Add fetchmtnMichael Raskin2009-07-07
| | | | svn path=/nixpkgs/trunk/; revision=16204
* * Sync with the trunk.Eelco Dolstra2009-07-03
|\ | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=16160
| * changed mem size for rpm/deb build vms, added version specific packages for ↵Rob Vermaas2009-07-02
| | | | | | | | | | | | fedora9++ svn path=/nixpkgs/trunk/; revision=16136
| * revrting my accident only keeping rubygem updates and ruby libsMarc Weber2009-06-30
| | | | | | | | | | | | This partially reverts commit -r 16100 svn path=/nixpkgs/trunk/; revision=16107
| * adding rubygems support to nix - implemented target libraries/apps: sup mail ↵Marc Weber2009-06-30
| | | | | | | | | | | | client svn path=/nixpkgs/trunk/; revision=16100
* | * Sync with the trunk.Eelco Dolstra2009-06-30
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=16094
| * make fetchgit and nix-prefetch-git use --depth 1 to receive only a shallow ↵Marc Weber2009-06-26
| | | | | | | | | | | | clone cutting history svn path=/nixpkgs/trunk/; revision=16047
| * * Revive klibc 1.5 for now since vmtools still uses its insmod.Eelco Dolstra2009-06-25
| | | | | | | | svn path=/nixpkgs/trunk/; revision=16040
| * * fetchgit and nix-prefetch-gitRob Vermaas2009-06-24
| | | | | | | | svn path=/nixpkgs/trunk/; revision=16035
| * * Changed version of gcc to 4.0.1 - 5484 on darwinRob Vermaas2009-06-21
| | | | | | | | | | | | | | | | | | * Added dsymutil to gcc wrapper env on darwin * turned off make check for gnugrep on darwin * added --enable-bsd=libs configure flag for gnugrep on darwin svn path=/nixpkgs/trunk/; revision=16014
| * moved finalPhase so it is possible to override through argsRob Vermaas2009-06-17
| | | | | | | | svn path=/nixpkgs/trunk/; revision=15977
| * svn path=/nixpkgs/trunk/; revision=15909Eelco Dolstra2009-06-09
| |
| * * Fedora 11 uses SHA-256 hashes instead of SHA-1 in primary.xml.Eelco Dolstra2009-06-09
| | | | | | | | svn path=/nixpkgs/trunk/; revision=15908
| * * Fedora 11. Completely untested.Eelco Dolstra2009-06-09
| | | | | | | | svn path=/nixpkgs/trunk/; revision=15907
| * * --fstrans=no for building debian packagesRob Vermaas2009-06-05
| | | | | | | | svn path=/nixpkgs/trunk/; revision=15859
| * typoRob Vermaas2009-06-03
| | | | | | | | svn path=/nixpkgs/trunk/; revision=15846
| * svn path=/nixpkgs/trunk/; revision=15845Rob Vermaas2009-06-03
| |
| * * added pre-/postInstall hook to debbuildRob Vermaas2009-06-03
| | | | | | | | svn path=/nixpkgs/trunk/; revision=15843
| * * renamed installCommand -> installPhase for debian buildRob Vermaas2009-06-02
| | | | | | | | svn path=/nixpkgs/trunk/; revision=15816
| * removed all __primops from nixpkgsMarc Weber2009-05-24
| | | | | | | | svn path=/nixpkgs/trunk/; revision=15693
| * big breaking change: renaming lib.getAttr to lib.attrByPathMarc Weber2009-05-24
| | | | | | | | | | | | | | | | getAttr was ambiguous. It's also a builtin function fix svn path=/nixpkgs/trunk/; revision=15692
| * FullDepEntry -> fullDepEntry, PackEntry -> packEntryMarc Weber2009-05-19
| | | | | | | | svn path=/nixpkgs/trunk/; revision=15662
| * Update fetchsvn for proxy supportMichael Raskin2009-05-19
| | | | | | | | svn path=/nixpkgs/trunk/; revision=15654
| * Added Idris and updated fetchdarcs.Andres Löh2009-05-13
| | | | | | | | svn path=/nixpkgs/trunk/; revision=15595
| * * textClosure: don't use uniqList, and don't rely on buggy behaviourEelco Dolstra2009-05-11
| | | | | | | | | | | | | | | | in the Nix expression evaluator (namely that comparison of attribute sets works properly). * Removed some redundant parentheses in builder-defs. svn path=/nixpkgs/trunk/; revision=15551
| * Added desktop file generation function and desktop item for firefoxSander van der Burg2009-05-10
| | | | | | | | svn path=/nixpkgs/trunk/; revision=15529
| * More archive types..Michael Raskin2009-05-10
| | | | | | | | svn path=/nixpkgs/trunk/; revision=15525