summary refs log tree commit diff
path: root/pkgs/build-support/release
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2009-03-27 14:13:49 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2009-03-27 14:13:49 +0000
commit5d279477035ad8d56928fccee164c222f2163dc2 (patch)
treed289d96b8f5f2089ba8a46b04b4a5af80a52c539 /pkgs/build-support/release
parent7a0f6b1a40b9af0de06df0fa653544720d73941a (diff)
downloadnixlib-5d279477035ad8d56928fccee164c222f2163dc2.tar
nixlib-5d279477035ad8d56928fccee164c222f2163dc2.tar.gz
nixlib-5d279477035ad8d56928fccee164c222f2163dc2.tar.bz2
nixlib-5d279477035ad8d56928fccee164c222f2163dc2.tar.lz
nixlib-5d279477035ad8d56928fccee164c222f2163dc2.tar.xz
nixlib-5d279477035ad8d56928fccee164c222f2163dc2.tar.zst
nixlib-5d279477035ad8d56928fccee164c222f2163dc2.zip
* Don't try to auto-include documentation in Debian packages.
svn path=/nixpkgs/trunk/; revision=14737
Diffstat (limited to 'pkgs/build-support/release')
-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 0dfcbf065ab5..b352e993b94d 100644
--- a/pkgs/build-support/release/debian-build.nix
+++ b/pkgs/build-support/release/debian-build.nix
@@ -52,7 +52,7 @@ vmTools.runInLinuxImage (stdenv.mkDerivation (
     installCommand = ''
       export LOGNAME=root
 
-      ${checkinstall}/sbin/checkinstall -y -D make install
+      ${checkinstall}/sbin/checkinstall --nodoc -y -D make install
 
       ensureDir $out/debs
       find . -name "*.deb" -exec cp {} $out/debs \;