summary refs log tree commit diff
path: root/pkgs/build-support/vm/test.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2009-02-24 10:56:42 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2009-02-24 10:56:42 +0000
commit7782a3189e770396789720be5ca2b17404e104a3 (patch)
tree7fc03cc287f1631296fd7cd56a533a81f789ec94 /pkgs/build-support/vm/test.nix
parent370e545be579a89c7ebb4fc7135b17832a0f7611 (diff)
downloadnixlib-7782a3189e770396789720be5ca2b17404e104a3.tar
nixlib-7782a3189e770396789720be5ca2b17404e104a3.tar.gz
nixlib-7782a3189e770396789720be5ca2b17404e104a3.tar.bz2
nixlib-7782a3189e770396789720be5ca2b17404e104a3.tar.lz
nixlib-7782a3189e770396789720be5ca2b17404e104a3.tar.xz
nixlib-7782a3189e770396789720be5ca2b17404e104a3.tar.zst
nixlib-7782a3189e770396789720be5ca2b17404e104a3.zip
* Added Debian 5.0 (Lenny). Added the "login" package to the base
  image, otherwise the post-installs script of the "passwd" package
  will fail because /etc/login.defs is missing.  This also fixes the
  Ubuntu 8.10 image generation, woohoo!

svn path=/nixpkgs/trunk/; revision=14217
Diffstat (limited to 'pkgs/build-support/vm/test.nix')
-rw-r--r--pkgs/build-support/vm/test.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/vm/test.nix b/pkgs/build-support/vm/test.nix
index 064fabdd5002..c61469bf2262 100644
--- a/pkgs/build-support/vm/test.nix
+++ b/pkgs/build-support/vm/test.nix
@@ -23,7 +23,7 @@ rec {
   
   buildInDebian = runInLinuxImage (stdenv.mkDerivation {
     name = "deb-compile";
-    src = nixUnstable.src;
+    src = patchelf.src;
     diskImage = diskImages.ubuntu810i386;
     memSize = 512;
     phases = "sysInfoPhase unpackPhase patchPhase configurePhase buildPhase checkPhase installPhase fixupPhase distPhase";