From 53b1d67fa224b6c52d16ec19477a89c114241047 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 19 Oct 2021 18:36:17 +0200 Subject: ... --- custom/uucp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom') diff --git a/custom/uucp.nix b/custom/uucp.nix index e812c4cf..fd4d21ce 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix @@ -309,7 +309,7 @@ in { in listToAttrs (map wrapper ["uucico" "cu" "uucp" "uuname" "uustat" "uux" "uuxqt"]); nixpkgs.overlays = [(self: super: { - uucp = super.stdenv.lib.overrideDerivation super.uucp (oldAttrs: { + uucp = super.lib.overrideDerivation super.uucp (oldAttrs: { configureFlags = "--with-newconfigdir=/etc/uucp"; patches = [ (super.writeText "mailprogram" '' -- cgit v1.2.3