summary refs log tree commit diff
path: root/pkgs/build-support
Commit message (Collapse)AuthorAge
...
* add hfs/hfsplus/squashfs support to extractfsRob Vermaas2011-01-31
| | | | svn path=/nixpkgs/trunk/; revision=25737
* * Handle FreeBSD filesystems.Eelco Dolstra2011-01-19
| | | | svn path=/nixpkgs/trunk/; revision=25624
* added vm function to extract some filesystemRob Vermaas2011-01-19
| | | | svn path=/nixpkgs/trunk/; revision=25622
* remove aterm242fixesRob Vermaas2011-01-05
| | | | svn path=/nixpkgs/trunk/; revision=25407
* nix-build.nix/source-tarball.nix: remove -v flag when copying build ↵Rob Vermaas2011-01-05
| | | | | | directory, to avoid polluting the log svn path=/nixpkgs/trunk/; revision=25404
* also add succeedOnFailure/keepBuildDirectory behaviour to source-tarball.nixRob Vermaas2011-01-05
| | | | svn path=/nixpkgs/trunk/; revision=25400
* Remove semicolon causing evaluation error.Karn Kallio2011-01-02
| | | | svn path=/nixpkgs/trunk/; revision=25354
* Live builds support: initially for git and svn. taglib_live is packaged as ↵Evgeny Egorochkin2011-01-02
| | | | | | an example. svn path=/nixpkgs/trunk/; revision=25351
* Adding isedMichael Raskin2011-01-01
| | | | svn path=/nixpkgs/trunk/; revision=25331
* * Sync with the trunk.Eelco Dolstra2010-12-22
|\ | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=25244
| * nixBuild: add failurehook that saves build dir when succeedOnFailure = true ↵Rob Vermaas2010-12-22
| | | | | | | | | | | | and keepBuildDirectory = true svn path=/nixpkgs/trunk/; revision=25243
| * Adding OGRE - object-oriented graphical engineMichael Raskin2010-12-22
| | | | | | | | svn path=/nixpkgs/trunk/; revision=25240
* | Fix about the order of -rpath and -L in the ld-wrapperLluís Batlle i Rossell2010-12-14
| | | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=25128
* | Fixing a bug in the ld-wrapper, where the dynamic-linker path was taken as aLluís Batlle i Rossell2010-12-13
| | | | | | | | | | | | | | | | | | | | | | | | path worth a "-rpath" entry. This put a problem in the bootstrap, where we built 'zlib' and wanted to link programs with it, and while they got linked well, at runtime the boostrap-tools zlib came first on rpath becaue the ld call was done with "-dynamic-linker ..." before "-lz". I saw this trouble on the fuloong, where the zlib in boostrap-tools is not runtime compatible with that binutils are linked to. svn path=/nixpkgs/branches/stdenv-updates/; revision=25107
* | Updating from trunk. I resolved simple conflicts.Lluís Batlle i Rossell2010-12-11
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=25061
| * * Run smbd in its own session / process group (setsid) because smbdEelco Dolstra2010-12-06
| | | | | | | | | | | | | | | | | | | | now kills its process group when it exits. Without setsid, this ends up killing the parent (i.e., the builder). * Use port 445 instead of 139 because the CIFS kernel module tries port 445 first. If there is an actual Samba running on the host, it would end up connecting to that one instead of our own and fail. svn path=/nixpkgs/trunk/; revision=25017
| * fix debian lenny hashesRob Vermaas2010-12-06
| | | | | | | | svn path=/nixpkgs/trunk/; revision=24986
| * Adding Satallax proverMichael Raskin2010-12-03
| | | | | | | | svn path=/nixpkgs/trunk/; revision=24963
* | I had changed the gcc-wrapper shell attribute, for it to be a specific kind ofLluís Batlle i Rossell2010-12-07
| | | | | | | | | | | | | | | | | | | | derivation instead of a string, but this did not cover all use cases we had. Instead of updating the use cases, I made the wrapper accept also a string. We saw this problem trying to build gcc43_multi. svn path=/nixpkgs/branches/stdenv-updates/; revision=25029
* | I made changes to achieve a working cross-built gcc wrapper. Now,Lluís Batlle i Rossell2010-12-04
| | | | | | | | | | | | | | | | "gcc45.hostDrv" works in the host system, together with libc, binutils, dynamic linker, ... svn path=/nixpkgs/branches/stdenv-updates/; revision=24971
* | Updating from trunk againMichael Raskin2010-11-17
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=24745
| * Add autogen.sh phaseMichael Raskin2010-11-16
| | | | | | | | svn path=/nixpkgs/trunk/; revision=24706
* | Updating from trunk.Lluís Batlle i Rossell2010-11-11
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=24674
| * Add progress reporting for generation of fontsMichael Raskin2010-11-11
| | | | | | | | svn path=/nixpkgs/trunk/; revision=24660
| * fixing wrappers in ant-buildRob Vermaas2010-11-10
| | | | | | | | svn path=/nixpkgs/trunk/; revision=24637
| * * buildEnv: use $SHELL (i.e. bash) rather than /bin/sh. This allowsEelco Dolstra2010-11-03
| | | | | | | | | | | | | | NixOS VM tests to be built on Ubuntu, where /bin/sh is dash rather than bash. svn path=/nixpkgs/trunk/; revision=24592
* | Merging from trunk. I resolved some conflicts; I hope that well.Lluís Batlle i Rossell2010-10-23
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=24429
| * fixes to ant-buildRob Vermaas2010-10-20
| | | | | | | | svn path=/nixpkgs/trunk/; revision=24383
| * antBuild: minor changesRob Vermaas2010-10-20
| | | | | | | | svn path=/nixpkgs/trunk/; revision=24376
| * svn path=/nixpkgs/trunk/; revision=24366Rob Vermaas2010-10-19
| |
* | Updating from trunk. I had to resolve the pcre and some stdenv2 in all-packagesLluís Batlle i Rossell2010-10-07
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=24155
| * * Add some openSUSE mirrors that still have 10.3 and 11.0.Eelco Dolstra2010-10-04
| | | | | | | | svn path=/nixpkgs/trunk/; revision=24053
* | Updating from trunkLluís Batlle i Rossell2010-10-03
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=24038
| * Recursive sourceInfo is more convenientMichael Raskin2010-09-20
| | | | | | | | svn path=/nixpkgs/trunk/; revision=23868
* | Updating from trunk.Lluís Batlle i Rossell2010-09-17
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=23840
| * nixBuild: Add `buildOutOfSourceTree' option.Ludovic Courtès2010-09-10
| | | | | | | | svn path=/nixpkgs/trunk/; revision=23717
| * maven-build: do full assembly without tests, add site to build productsRob Vermaas2010-09-09
| | | | | | | | svn path=/nixpkgs/trunk/; revision=23694
| * maven-build: only copy site dir if it existsRob Vermaas2010-09-09
| | | | | | | | svn path=/nixpkgs/trunk/; revision=23692
| * maven-build: copy whole site dir and adapted hydra-build-productsRob Vermaas2010-09-09
| | | | | | | | svn path=/nixpkgs/trunk/; revision=23691
| * vm/default.nix: updating debian lenny hashesRob Vermaas2010-09-07
| | | | | | | | svn path=/nixpkgs/trunk/; revision=23674
| * * Mark the VM builds as requiring KVM support.Eelco Dolstra2010-08-29
| | | | | | | | svn path=/nixpkgs/trunk/; revision=23526
* | Setting any stdenv.system references for the loongson2f system to ↵Lluís Batlle i Rossell2010-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | 'mips64-linux'. (my git-svn info:) Merge branch 'mips64' into stdenv-updates Conflicts: pkgs/applications/networking/browsers/firefox/3.6.nix pkgs/top-level/all-packages.nix svn path=/nixpkgs/branches/stdenv-updates/; revision=23588
* | Updating from trunk. I had to do some changes to make it fit.Lluís Batlle i Rossell2010-08-29
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=23500
| * Update the currently used autocallable template to make it usable with ↵Michael Raskin2010-08-20
| | | | | | | | | | | | probable future autoupdater.. svn path=/nixpkgs/trunk/; revision=23297
* | Updated from trunk.Lluís Batlle i Rossell2010-08-20
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=23275
| * maven-build: use single target in stead of assembly to prevent test from ↵Rob Vermaas2010-08-19
| | | | | | | | | | | | being run twice svn path=/nixpkgs/trunk/; revision=23249
| * maven-build: if surefire was run, generate html and add to resultRob Vermaas2010-08-19
| | | | | | | | svn path=/nixpkgs/trunk/; revision=23246
| * startSamba: reintroduce force user option set to current userRob Vermaas2010-08-19
| | | | | | | | svn path=/nixpkgs/trunk/; revision=23242
| * wrong location for surefire reportsRob Vermaas2010-08-18
| | | | | | | | svn path=/nixpkgs/trunk/; revision=23224
| * revert earlier changeRob Vermaas2010-08-18
| | | | | | | | svn path=/nixpkgs/trunk/; revision=23222