Getting rid of the var indirection and using a bin path instead
This commit is contained in:
@@ -16,8 +16,8 @@ stdenv.mkDerivation rec {
|
||||
# configured on the build machine).
|
||||
preConfigure= "
|
||||
configureFlagsArray=(
|
||||
--with-ping-command='/run/wrappers/ping -n -U -w %d -c %d %s'
|
||||
--with-ping6-command='/run/wrappers/ping6 -n -U -w %d -c %d %s'
|
||||
--with-ping-command='/run/wrappers/bin/ping -n -U -w %d -c %d %s'
|
||||
--with-ping6-command='/run/wrappers/bin/ping6 -n -U -w %d -c %d %s'
|
||||
)
|
||||
";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user