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-06 16:53:44 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2009-03-06 16:53:44 +0000
commitd0691bf1d7789c9f8e90016d9995fbc2122a43e5 (patch)
tree7b2a8bacc19e06b44f99195790b0f370f6f282ff /pkgs/build-support/release/debian-build.nix
parentbd5aed6fd61a5c46ef5d80530aa533068a128e5d (diff)
* We don't need all that src.outPath / src.path hackery anymore.
svn path=/nixpkgs/trunk/; revision=14419
Diffstat (limited to 'pkgs/build-support/release/debian-build.nix')
-rw-r--r--pkgs/build-support/release/debian-build.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/build-support/release/debian-build.nix b/pkgs/build-support/release/debian-build.nix
index 85f6a73cda391..d41750733b5d7 100644
--- a/pkgs/build-support/release/debian-build.nix
+++ b/pkgs/build-support/release/debian-build.nix
@@ -21,8 +21,6 @@ vmTools.runInLinuxImage (stdenv.mkDerivation (
   {
     name = name + "-" + diskImage.name + (if src ? version then "-" + src.version else "");
 
-    src = if src ? outPath then src.outPath else src.path;
-  
     # !!! cut&paste from rpm-build.nix
     postHook = ''
       ensureDir $out/nix-support