diff options
Diffstat (limited to 'tv/5pkgs/override/dhcpcd.nix')
-rw-r--r-- | tv/5pkgs/override/dhcpcd.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tv/5pkgs/override/dhcpcd.nix b/tv/5pkgs/override/dhcpcd.nix deleted file mode 100644 index 202b8e5da..000000000 --- a/tv/5pkgs/override/dhcpcd.nix +++ /dev/null @@ -1,7 +0,0 @@ -self: super: - -self.lib.overrideDerivation super.dhcpcd (old: { - configureFlags = old.configureFlags ++ [ - "--dbdir=/var/lib/dhcpcd" - ]; -}) |