mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
82e678362f
svn path=/nixpkgs/trunk/; revision=4335
5 lines
155 B
Bash
5 lines
155 B
Bash
source $stdenv/setup
|
|
source $makeWrapper
|
|
|
|
makeWrapper "$dhcp/sbin/dhclient" "$out/sbin/dhclient" \
|
|
--set PATH_DHCLIENT_SCRIPT "$dhcp/sbin/dhclient-script"
|