openvpn: Fix build for systemd 230

This commit is contained in:
Franz Pletz 2016-05-26 19:12:18 +02:00
parent 93c010ddad
commit bf12560053

View file

@ -32,8 +32,6 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
NIX_LDFLAGS = optionalString stdenv.isLinux "-lsystemd-daemon"; # hacky
meta = {
description = "A robust and highly flexible tunneling application";
homepage = http://openvpn.net/;