diff options
Diffstat (limited to 'custom/uucp.nix')
-rw-r--r-- | custom/uucp.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
309 | in listToAttrs (map wrapper ["uucico" "cu" "uucp" "uuname" "uustat" "uux" "uuxqt"]); | 309 | in listToAttrs (map wrapper ["uucico" "cu" "uucp" "uuname" "uustat" "uux" "uuxqt"]); |
310 | 310 | ||
311 | nixpkgs.overlays = [(self: super: { | 311 | nixpkgs.overlays = [(self: super: { |
312 | uucp = super.stdenv.lib.overrideDerivation super.uucp (oldAttrs: { | 312 | uucp = super.lib.overrideDerivation super.uucp (oldAttrs: { |
313 | configureFlags = "--with-newconfigdir=/etc/uucp"; | 313 | configureFlags = "--with-newconfigdir=/etc/uucp"; |
314 | patches = [ | 314 | patches = [ |
315 | (super.writeText "mailprogram" '' | 315 | (super.writeText "mailprogram" '' |