about summary refs log tree commit diff
path: root/pkgs/build-support
Commit message (Collapse)AuthorAge
* * Folded the Cygwin, powerpc-darwin and FreeBSD stdenv into the "native"Eelco Dolstra2008-06-18
| | | | | | stdenv. svn path=/nixpkgs/trunk/; revision=12147
* * Remove `~' from Debian package filenames (they're not allowed in theEelco Dolstra2008-06-17
| | | | | | Nix store at top-level for portability reasons). (NIX-106) svn path=/nixpkgs/trunk/; revision=12133
* * ioquake: updated to 1.34rc3.Eelco Dolstra2008-06-14
| | | | | | | | | * rss-glx: fixed the build. * Removed the OpenGL wrapper stuff, it's no longer needed (thanks to the RUNPATH you just need to put the appropriate libGL.so in the LD_LIBRARY_PATH). svn path=/nixpkgs/trunk/; revision=12093
* * makeWrapper: --add-flags to add extra flags to the command beingEelco Dolstra2008-06-14
| | | | | | wrapped. svn path=/nixpkgs/trunk/; revision=12091
* * Merged the stdenv branchEelco Dolstra2008-06-13
|\ | | | | | | | | | | | | (https://svn.nixos.org/repos/nix/nixpkgs/branches/stdenv-updates -r10966:12061). svn path=/nixpkgs/trunk/; revision=12073
| * * mirror://gnome/ scheme.Eelco Dolstra2008-03-07
| | | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=11016
| * revert of my last commit to stdenv-update nix-env -qa \* --out-path works ↵Marc Weber2008-03-06
| | | | | | | | | | | | | | | | for me again - sorry for the inconvinience svn path=/nixpkgs/branches/stdenv-updates/; revision=11000
| * - fetchdarcs supports now partialMarc Weber2008-03-06
| | | | | | | | | | | | | | | | | | | | | | | | - fetchdarcs_2pre added - flapjax added - no longer used : annotatedDerivations - added bleeding edge repos with a tiny nix repository manager which dowloads and updates repostiries, then creates tar.gz dist files which are used by bleeding_edge_source (darcs tested only by now) - added experimental my_environment with example svn path=/nixpkgs/branches/stdenv-updates/; revision=10973
* | * Doh!Eelco Dolstra2008-05-28
| | | | | | | | svn path=/nixpkgs/trunk/; revision=11922
* | * Use kernelPackages.Eelco Dolstra2008-05-26
| | | | | | | | svn path=/nixpkgs/trunk/; revision=11897
* | * Added a Fedora 9 image.Eelco Dolstra2008-05-21
| | | | | | | | svn path=/nixpkgs/trunk/; revision=11865
* | * A function `runInGenericVM' that performs a build in an arbitrary VMEelco Dolstra2008-04-29
| | | | | | | | | | | | | | | | | | | | image (i.e., it can contain any OS that obeys the interface documented in the comment). See `testFreeBSD' for an example that performs a build of the ATerm library on FreeBSD 7.0. This will be used in the build farm to perform builds for platforms for which we cannot synthesize VM images automatically. svn path=/nixpkgs/trunk/; revision=11753
* | getopt is in util-linux on opensuseMartin Bravenboer2008-04-13
| | | | | | | | svn path=/nixpkgs/trunk/; revision=11620
* | suse doesn't have getopt ... Martin Bravenboer2008-04-13
| | | | | | | | svn path=/nixpkgs/trunk/; revision=11619
* | Added getopt to the opensuse package list.Martin Bravenboer2008-04-13
| | | | | | | | svn path=/nixpkgs/trunk/; revision=11617
* | svn path=/nixpkgs/trunk/; revision=11605Martin Bravenboer2008-04-12
| |
* | Install all RPMs at the same timeMartin Bravenboer2008-04-12
| | | | | | | | svn path=/nixpkgs/trunk/; revision=11603
* | * Use another Red Hat mirror.Eelco Dolstra2008-04-11
| | | | | | | | svn path=/nixpkgs/trunk/; revision=11577
* | * Don't run the RPM post-install scripts for Fedora 2/3. It seems toEelco Dolstra2008-04-11
| | | | | | | | | | | | hang. svn path=/nixpkgs/trunk/; revision=11575
* | * Image generation for openSUSE 10.3.Eelco Dolstra2008-04-11
| | | | | | | | svn path=/nixpkgs/trunk/; revision=11570
* | * Generate the Fedora 5 RPM closure automatically.Eelco Dolstra2008-04-09
| | | | | | | | svn path=/nixpkgs/trunk/; revision=11514
* | * Moved the Debian and RPM closure generators to vm/default.nix.Eelco Dolstra2008-04-09
| | | | | | | | | | | | | | | | | | | | | | | | | | * In addition to the `diskImages' set, there now is a `diskImageFuns' set that holds functions to build a disk image for a specific distribution, given a list of names of top-level packages that should be included in the image. This makes it easier to customise an image (e.g. if you want to build an RPM in an image with some very specific dependencies that aren't in the default image). * Added Fedora 6. svn path=/nixpkgs/trunk/; revision=11513
* | * Use the `import <derivation>' feature to generate and import the NixEelco Dolstra2008-04-09
| | | | | | | | | | | | | | | | | | expression for a Debian closure automatically (so that we don't have to remember to regenerate those files ourselves). The `import <derivation>' feature generally shouldn't be used in Nixpkgs, but since it's only used in the buildfarm it should be fine. svn path=/nixpkgs/trunk/; revision=11512
* | * A tool for generating the closure of a set of top-level RPM packagesEelco Dolstra2008-04-09
| | | | | | | | | | | | | | | | | | from the "primary.xml.gz" file of Fedora and OpenSUSE distributions. Analogous to the Deb closure generator. * Image for Fedora 8. svn path=/nixpkgs/trunk/; revision=11510
* | * mirror://fedora.Eelco Dolstra2008-04-09
| | | | | | | | svn path=/nixpkgs/trunk/; revision=11504
* | * Optionally install extra RPMs before doing the build.Eelco Dolstra2008-04-09
| | | | | | | | svn path=/nixpkgs/trunk/; revision=11500
* | Added hacky fetchsvn component which allows users to fetch code over svn+sshSander van der Burg2008-04-02
| | | | | | | | svn path=/nixpkgs/trunk/; revision=11455
* | svn path=/nixpkgs/trunk/; revision=11302Eelco Dolstra2008-03-27
| |
* | ignoring config option servicesProposal (is checked in upstart-jobs/default.nix)Marc Weber2008-03-24
| | | | | | | | svn path=/nixpkgs/trunk/; revision=11278
* | Allow to skip non-existent modules. For custom kernels.Michael Raskin2008-03-24
| | | | | | | | svn path=/nixpkgs/trunk/; revision=11273
* | svn path=/nixpkgs/trunk/; revision=11189Eelco Dolstra2008-03-18
| |
* | svn path=/nixpkgs/trunk/; revision=11185Eelco Dolstra2008-03-18
| |
* | * Install RPMs without the --notriggers and --nodeps options in orderEelco Dolstra2008-03-18
| | | | | | | | | | | | | | to construct an image that better approximates the Linux distribution in question. svn path=/nixpkgs/trunk/; revision=11184
* | * Put all the RPM/Debian images in an attribute set `diskImage'.Eelco Dolstra2008-03-18
| | | | | | | | svn path=/nixpkgs/trunk/; revision=11181
* | * buildRPM: print out the RPMs in the image.Eelco Dolstra2008-03-17
| | | | | | | | svn path=/nixpkgs/trunk/; revision=11168
* | * Cleanup.Eelco Dolstra2008-03-17
| | | | | | | | svn path=/nixpkgs/trunk/; revision=11166
* | * Use SCSI instead of IDE, much faster.Eelco Dolstra2008-03-17
| | | | | | | | svn path=/nixpkgs/trunk/; revision=11165
* | * makeInitrd, makeModulesClosure: moved from NixOS.Eelco Dolstra2008-03-17
| | | | | | | | | | | | * Use sh from klibc in the initrd. svn path=/nixpkgs/trunk/; revision=11154
* | * Also moved to Nixpkgs.Eelco Dolstra2008-03-14
| | | | | | | | svn path=/nixpkgs/trunk/; revision=11127
* | * Move to Nixpkgs: support for building in VMs is more generallyEelco Dolstra2008-03-14
| | | | | | | | | | | | useful, probably. svn path=/nixpkgs/trunk/; revision=11126
* | * Nasty hacks to get dpkg to set the architecture correctly.Eelco Dolstra2008-03-13
| | | | | | | | svn path=/nixpkgs/trunk/; revision=11100
* | * mirror://debian: stripped the /pool part; there are other DebianEelco Dolstra2008-03-13
| | | | | | | | | | | | | | files that can be useful. * mirror://ubuntu. svn path=/nixpkgs/trunk/; revision=11097
* | - fetchdarcs supports now partialMarc Weber2008-03-06
|/ | | | | | | | | | | | - fetchdarcs_2pre added - flapjax added - no longer used : annotatedDerivations - added bleeding edge repos with a tiny nix repository manager which dowloads and updates repostiries, then creates tar.gz dist files which are used by bleeding_edge_source (darcs tested only by now) - added experimental my_environment with example svn path=/nixpkgs/trunk/; revision=10974
* Add GCC-UPC, a compiler for the UPC distributed shared memory language.Ludovic Courtès2008-03-04
| | | | svn path=/nixpkgs/trunk/; revision=10956
* Additions to deb-package to handle more borderline cases (which constitute ↵Michael Raskin2008-03-02
| | | | | | 90%, of course). svn path=/nixpkgs/trunk/; revision=10907
* Added helper for adding Debian packagesMichael Raskin2008-03-02
| | | | svn path=/nixpkgs/trunk/; revision=10906
* Added some Debian mirrorsMichael Raskin2008-03-02
| | | | svn path=/nixpkgs/trunk/; revision=10905
* * fetchsvn: Nix already checks the hash, no need for the builder to do it.Eelco Dolstra2008-02-29
| | | | svn path=/nixpkgs/trunk/; revision=10896
* * Quick hack to support checkout by date.Eelco Dolstra2008-02-28
| | | | svn path=/nixpkgs/trunk/; revision=10890
* * fetchcvs: cleanup, use nix-store --add-fixed like fetchurl/svn.Eelco Dolstra2008-02-28
| | | | | | Argument "url" renamed to "cvsRoot" (it's not a URL). svn path=/nixpkgs/trunk/; revision=10889