summary refs log tree commit diff
path: root/pkgs/tools/package-management
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-03-23 13:36:31 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-03-24 20:24:00 +0100
commit99c4f143d90493ca8c79a28482488b7ab53046e9 (patch)
tree8bf8f2c38296760e0e0628f6904ad24421e73c9c /pkgs/tools/package-management
parent6db204b7d97fe2b55dd69c0bf05022eb2afc6f3c (diff)
downloadnixlib-99c4f143d90493ca8c79a28482488b7ab53046e9.tar
nixlib-99c4f143d90493ca8c79a28482488b7ab53046e9.tar.gz
nixlib-99c4f143d90493ca8c79a28482488b7ab53046e9.tar.bz2
nixlib-99c4f143d90493ca8c79a28482488b7ab53046e9.tar.lz
nixlib-99c4f143d90493ca8c79a28482488b7ab53046e9.tar.xz
nixlib-99c4f143d90493ca8c79a28482488b7ab53046e9.tar.zst
nixlib-99c4f143d90493ca8c79a28482488b7ab53046e9.zip
debian-devscripts: rename from deprecated debian_devscripts
Diffstat (limited to 'pkgs/tools/package-management')
-rw-r--r--pkgs/tools/package-management/dpkg/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/package-management/dpkg/default.nix b/pkgs/tools/package-management/dpkg/default.nix
index f65b25d119d8..ad351914cb3b 100644
--- a/pkgs/tools/package-management/dpkg/default.nix
+++ b/pkgs/tools/package-management/dpkg/default.nix
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
   };
 
   postPatch = ''
-    # dpkg tries to force some dependents like debian_devscripts to use
+    # dpkg tries to force some dependents like debian-devscripts to use
     # -fstack-protector-strong - not (yet?) a good idea. Disable for now:
     substituteInPlace scripts/Dpkg/Vendor/Debian.pm \
       --replace "stackprotectorstrong => 1" "stackprotectorstrong => 0"