summary refs log tree commit diff
path: root/pkgs/build-support
Commit message (Collapse)AuthorAge
* * Revert r19331 - Linux 2.6.27 doesn't support bzip2.Eelco Dolstra2010-01-10
| | | | svn path=/nixpkgs/trunk/; revision=19335
* * Compress the initrd with bzip2.Eelco Dolstra2010-01-10
| | | | svn path=/nixpkgs/trunk/; revision=19331
* obviously just c/p'ing without testing should result in taking away commit ↵Rob Vermaas2010-01-04
| | | | | | rights... svn path=/nixpkgs/trunk/; revision=19208
* * nix-build.nix: omit phases and define postPhases, suggested by eelcoRob Vermaas2010-01-04
| | | | svn path=/nixpkgs/trunk/; revision=19203
* * removed wrong order of phases from nixbuild, for now make check after ↵Rob Vermaas2010-01-04
| | | | | | install for strategoxt packages svn path=/nixpkgs/trunk/; revision=19202
* * Add a wrapper to find any set-uid version of a program in the environment.Nicolas Pierron2010-01-03
| | | | svn path=/nixpkgs/trunk/; revision=19181
* * Fix nix-env evaluation.Eelco Dolstra2009-12-25
| | | | svn path=/nixpkgs/trunk/; revision=19122
* * Include the ext2 and unix modules in the initrd.Eelco Dolstra2009-12-18
| | | | | | | | * Don't assume that /dev/vda has major 253, since that's not always the case. * Use Linux 2.6.32. svn path=/nixpkgs/trunk/; revision=19031
* removing old bleeding edge cruft replacing it by a niftier version usingMarc Weber2009-12-11
| | | | | | | | | | | | source regions which are substituded by the tool nix-repository-manager. See http://github.com/MarcWeber/nix-repository-manager/raw/master/README. sourceByName is called sourceFromHead now. updates: MPlayerTrunk, haxe, neko, netsurf, cinelerra, ctags cinelerra does no longer build due to Xorg update svn path=/nixpkgs/trunk/; revision=18894
* Adding a new version of the gcc-wrapper, named gcc-wrapper2, in order not to ↵Lluís Batlle i Rossell2009-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | rebuild stdenv. In this gcc-wrapper2 I made the ld-wrapper.sh to handle the linking with shared objects through direct pass as ld command arguments of the absolute path to shared objects, instead of using the -L/-l combinations. cmake 'FindXXX.cmake' modules make a strong usage of the dynamic linking directly passing the absolute path to the shared object to the linker, and as our wrapper did not add any -rpath for those, writting the nix expressions for some cmake packages resulted in a lot of tricks, compared to using this gcc-wrapper2. This gcc-wrapper2/ld-wrapper.sh should become the gcc-wrapper/ld-wrapper in a stdenv update. I also updated some cmake expressions to use this gcc-wrapper2, and reduced its tricks. I also updated the cmake setup-hook for it to make cmake not touch any rpath decided at build time, when running the 'make install' of makefiles created by cmake. svn path=/nixpkgs/trunk/; revision=18885
* * Added Fedora 12. This requires the latest RPM, because the RPMs areEelco Dolstra2009-12-09
| | | | | | compressed with xz. svn path=/nixpkgs/trunk/; revision=18868
* Update CouchDB; add Apache-related snippets to update-upstream-data. Michael Raskin2009-12-09
| | | | svn path=/nixpkgs/trunk/; revision=18851
* releaseTools.sourceTarball: Allow overriding of the bootstrap build inputs.Ludovic Courtès2009-12-04
| | | | svn path=/nixpkgs/trunk/; revision=18804
* nix-prefetch-svn: Support $NIX_PREFETCH_SVN_LEAVE_DOT_SVN.Ludovic Courtès2009-12-03
| | | | svn path=/nixpkgs/trunk/; revision=18789
* revert change from ludo rev. 18634. for now this order is needed for the ↵Rob Vermaas2009-11-26
| | | | | | stratego packages in the buildfarm, and the order should matter as normally nothing gets built in check phase that is needed for install phase svn path=/nixpkgs/trunk/; revision=18637
* releaseTools.nixBuild: Perform `checkPhase' before `installPhase'.Ludovic Courtès2009-11-25
| | | | svn path=/nixpkgs/trunk/; revision=18634
* Fix linkFarm for its new locationMichael Raskin2009-11-23
| | | | svn path=/nixpkgs/trunk/; revision=18567
* Restore linkFarm trivial builderMichael Raskin2009-11-23
| | | | svn path=/nixpkgs/trunk/; revision=18566
* * Move `modifyDerivation' from build-support/vm to lib and rename itEelco Dolstra2009-11-19
| | | | | | to `overrideDerivation'. svn path=/nixpkgs/trunk/; revision=18466
* * Move functions like `runCommand' out of all-packages.nix and intoEelco Dolstra2009-11-19
| | | | | | build-support/. svn path=/nixpkgs/trunk/; revision=18465
* move autoconfPhase so it can be overridenRob Vermaas2009-11-19
| | | | svn path=/nixpkgs/trunk/; revision=18458
* echo to stderr in stead of stdout. else hydra cannot read hash/pathRob Vermaas2009-11-18
| | | | svn path=/nixpkgs/trunk/; revision=18448
* nix-prefetch-git: Default to SHA256.Ludovic Courtès2009-11-18
| | | | svn path=/nixpkgs/trunk/; revision=18443
* nix-prefetch-git: Support $NIX_PREFETCH_GIT_LEAVE_DOT_GIT.Ludovic Courtès2009-11-18
| | | | svn path=/nixpkgs/trunk/; revision=18442
* nix-prefetch-git: Remove `--depth' argument since it's risky.Ludovic Courtès2009-11-18
| | | | | | | | | The `--depth' argument asks Git to fetch the last revisions of the given repo on *any* branch, which is often useless. Thanks to Lluís Battle for clarifying this. svn path=/nixpkgs/trunk/; revision=18438
* Slightly generalize `sourceTarball'.Ludovic Courtès2009-11-18
| | | | svn path=/nixpkgs/trunk/; revision=18426
* fetchurl: Improve GNU mirror list.Ludovic Courtès2009-11-18
| | | | svn path=/nixpkgs/trunk/; revision=18416
* redirect stdout of git calls to stderr to allow git to work in hydra as inputRob Vermaas2009-11-17
| | | | svn path=/nixpkgs/trunk/; revision=18393
* * Remove some more unused functions.Eelco Dolstra2009-11-17
| | | | svn path=/nixpkgs/trunk/; revision=18390
* * Add an openSUSE mirror that contains discontinued releases (such asEelco Dolstra2009-11-17
| | | | | | 10.3). svn path=/nixpkgs/trunk/; revision=18385
* * Add a fetchhg builder to checkout mercurial repositories.Nicolas Pierron2009-11-14
| | | | svn path=/nixpkgs/trunk/; revision=18347
* Reduce fetchmtn verbosityMichael Raskin2009-11-08
| | | | svn path=/nixpkgs/trunk/; revision=18300
* Fix fetchmtnMichael Raskin2009-11-08
| | | | svn path=/nixpkgs/trunk/; revision=18298
* some fetchgit documentationMarc Weber2009-11-08
| | | | svn path=/nixpkgs/trunk/; revision=18283
* Forgot some 'depth' regarding fetchgit still.Lluís Batlle i Rossell2009-11-08
| | | | svn path=/nixpkgs/trunk/; revision=18279
* Removing fetchgit --depth and its usage. It does not provide much advantages...Lluís Batlle i Rossell2009-11-08
| | | | | | | I think it takes the recent N commits into the repository, which says very little, even for wanting master/HEAD. svn path=/nixpkgs/trunk/; revision=18277
* Roll back SBCLMichael Raskin2009-11-06
| | | | svn path=/nixpkgs/trunk/; revision=18189
* * Added Ubuntu 9.10 ("Karmic Koala").Eelco Dolstra2009-11-05
| | | | svn path=/nixpkgs/trunk/; revision=18142
* * Allow additional Deb provides/requires to be specified.Eelco Dolstra2009-11-05
| | | | svn path=/nixpkgs/trunk/; revision=18139
* Allow not-that-shallow git fetches; enable it for uzblMichael Raskin2009-10-27
| | | | svn path=/nixpkgs/trunk/; revision=17980
* * Work around an apparent bug in the Nix expression lexer (it doesn'tEelco Dolstra2009-10-23
| | | | | | accept $' in ''-strings). svn path=/nixpkgs/trunk/; revision=17942
* * Give SRPMs a different build product type.Eelco Dolstra2009-10-21
| | | | svn path=/nixpkgs/trunk/; revision=17912
* Add xz support to builderDefsMichael Raskin2009-10-17
| | | | svn path=/nixpkgs/trunk/; revision=17855
* * Postgres updated to 8.3.8 and 8.4.1. Dropped the "with args" andEelco Dolstra2009-10-14
| | | | | | "version" argument. Added a few Postgres mirrors. svn path=/nixpkgs/trunk/; revision=17804
* Change fetchsvn as well as nix-prefect-svn to use the repository name andNicolas Pierron2009-10-06
| | | | | | the revision number inside the derivation name. svn path=/nixpkgs/trunk/; revision=17677
* give extraRPMs/-Debs file type rpm-extra or deb-extra in build productsRob Vermaas2009-10-02
| | | | svn path=/nixpkgs/trunk/; revision=17592
* dash as default shell for debian/ubuntu systemsRob Vermaas2009-10-02
| | | | svn path=/nixpkgs/trunk/; revision=17590
* svn path=/nixpkgs/trunk/; revision=17588Rob Vermaas2009-10-02
|
* add extrarpms to build-products of rpm buildRob Vermaas2009-10-01
| | | | svn path=/nixpkgs/trunk/; revision=17581
* svn path=/nixpkgs/trunk/; revision=17571Rob Vermaas2009-10-01
|