Skip to content

Commit

Permalink
remove unneeded buildInputs
Browse files Browse the repository at this point in the history
  • Loading branch information
erikarvstedt committed Mar 3, 2020
1 parent b700924 commit cd1273b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pkgs/tools/networking/connman/connman.nix
Expand Up @@ -44,11 +44,7 @@ stdenv.mkDerivation rec {
readline
(if (firewallType == "iptables") then iptables else libnftnl)
]
++ optionals (openvpn != null) [ openvpn ]
++ optionals (openconnect != null) [ openconnect ]
++ optionals (vpnc != null) [ vpnc ]
++ optionals (polkit != null) [ polkit ]
++ optionals (pptp != null) [ pptp ppp ]
++ optionals (pptp != null) [ ppp ]
;

nativeBuildInputs = [
Expand Down

0 comments on commit cd1273b

Please sign in to comment.