Skip to content

Commit

Permalink
dhcpcd: fix /bin/sh impurity
Browse files Browse the repository at this point in the history
The usual error during configuration:
syntax error: you disabled math support for $((arith)) syntax
  • Loading branch information
vcunat committed Mar 30, 2018
1 parent 700475a commit cb196f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/tools/networking/dhcpcd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ udev ];

preConfigure = "patchShebangs ./configure";

configureFlags = [
"--sysconfdir=/etc"
"--localstatedir=/var"
Expand Down

0 comments on commit cb196f4

Please sign in to comment.