diff options
Diffstat (limited to 'modules/uucp.nix')
-rw-r--r-- | modules/uucp.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/uucp.nix b/modules/uucp.nix index 8d8ac1a2..0334a3db 100644 --- a/modules/uucp.nix +++ b/modules/uucp.nix | |||
@@ -307,7 +307,7 @@ in { | |||
307 | in listToAttrs (map wrapper ["uucico" "cu" "uucp" "uuname" "uustat" "uux" "uuxqt"]); | 307 | in listToAttrs (map wrapper ["uucico" "cu" "uucp" "uuname" "uustat" "uux" "uuxqt"]); |
308 | 308 | ||
309 | nixpkgs.overlays = [(self: super: { | 309 | nixpkgs.overlays = [(self: super: { |
310 | uucp = super.stdenv.lib.overrideDerivation super.uucp (oldAttrs: { | 310 | uucp = super.lib.overrideDerivation super.uucp (oldAttrs: { |
311 | configureFlags = "--with-newconfigdir=/etc/uucp"; | 311 | configureFlags = "--with-newconfigdir=/etc/uucp"; |
312 | patches = [ | 312 | patches = [ |
313 | (super.writeText "mailprogram" '' | 313 | (super.writeText "mailprogram" '' |