summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
authorArmijn Hemel <armijn@gpl-violations.org>2005-10-16 21:48:27 +0000
committerArmijn Hemel <armijn@gpl-violations.org>2005-10-16 21:48:27 +0000
commit91e960b40011a04ea4d44c6e0344127961098264 (patch)
tree5dc692d6e1cc0a3ac79adebb9ecca64ff258ef83 /pkgs/system/all-packages-generic.nix
parent3d9df37b339cf2738eac63c9f7d7cde07738a1d5 (diff)
downloadnixpkgs-91e960b40011a04ea4d44c6e0344127961098264.tar
nixpkgs-91e960b40011a04ea4d44c6e0344127961098264.tar.gz
nixpkgs-91e960b40011a04ea4d44c6e0344127961098264.tar.bz2
nixpkgs-91e960b40011a04ea4d44c6e0344127961098264.tar.lz
nixpkgs-91e960b40011a04ea4d44c6e0344127961098264.tar.xz
nixpkgs-91e960b40011a04ea4d44c6e0344127961098264.tar.zst
nixpkgs-91e960b40011a04ea4d44c6e0344127961098264.zip
remove dependency on /bin/bash for dhclient
svn path=/nixpkgs/trunk/; revision=4094
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index 2f1eef38088..d62d8e8bb23 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -197,7 +197,7 @@ rec {
   };
 
   dhcp = (import ../tools/networking/dhcp) {
-    inherit fetchurl stdenv groff nettools coreutils iputils gnused;
+    inherit fetchurl stdenv groff nettools coreutils iputils gnused bash;
   };
 
   dhcpWrapper = (import ../tools/networking/dhcp-wrapper) {