summary refs log tree commit diff
path: root/pkgs/build-support/vm/deb
Commit message (Collapse)AuthorAge
* Add Debian 7.0Eelco Dolstra2013-05-07
|
* Get deb-closure.pl to work with the latest dpkgEelco Dolstra2012-12-04
|
* Make the "universe" repository available to the Ubuntu image generatorEelco Dolstra2012-08-27
| | | | Also fix Ubuntu 12.04 name from "oneiric" to "precise".
* Remove trailing whitespaceEelco Dolstra2012-08-27
|
* * 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
* * 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
* * Move to Nixpkgs: support for building in VMs is more generallyEelco Dolstra2008-03-14
useful, probably. svn path=/nixpkgs/trunk/; revision=11126