about summary refs log tree commit diff
path: root/pkgs/build-support/release/debian-build.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2009-03-26 14:11:59 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2009-03-26 14:11:59 +0000
commitf30fe65b3ea40434b102b881a0351fcc6fd8bb56 (patch)
tree9cc1da65d7726c048e54fa31954912898500a17d /pkgs/build-support/release/debian-build.nix
parent5322285f9789eebf8da19e7a803a58dedff67a09 (diff)
* makeSourceTarball -> sourceTarball.
* Added a function binaryTarball to do a DESTDIR build into
  /usr/local.  Useful for making statically linked binaries.  However,
  it may be better to do this in a VM (since if you do it in a Nix
  build environment, you can still end up with a lot of Nix
  dependencies in your binaries, even if you do static linking).

svn path=/nixpkgs/trunk/; revision=14726
Diffstat (limited to 'pkgs/build-support/release/debian-build.nix')
-rw-r--r--pkgs/build-support/release/debian-build.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/release/debian-build.nix b/pkgs/build-support/release/debian-build.nix
index d41750733b5d7..a0b75f9fa8ae6 100644
--- a/pkgs/build-support/release/debian-build.nix
+++ b/pkgs/build-support/release/debian-build.nix
@@ -13,7 +13,7 @@ vmTools.runInLinuxImage (stdenv.mkDerivation (
 
     prefix = "/usr";
 
-    phases = "installExtraDebsPhase sysInfoPhase unpackPhase patchPhase configurePhase buildPhase checkPhase installPhase distPhase";
+    prePhases = "installExtraDebsPhase sysInfoPhase";
   }
 
   // removeAttrs args ["vmTools"] //