summaryrefslogtreecommitdiff
path: root/custom/uucp.nix
diff options
context:
space:
mode:
Diffstat (limited to 'custom/uucp.nix')
-rw-r--r--custom/uucp.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/uucp.nix b/custom/uucp.nix
index e1e59f84..84dd0a4a 100644
--- a/custom/uucp.nix
+++ b/custom/uucp.nix
@@ -305,7 +305,7 @@ in {
305 }; 305 };
306 in listToAttrs (map wrapper ["uucico" "uuxqt" "cu" "uucp" "uuname" "uustat" "uux"]); 306 in listToAttrs (map wrapper ["uucico" "uuxqt" "cu" "uucp" "uuname" "uustat" "uux"]);
307 307
308 nixpkgs.config.overlays = [(self: super: { 308 nixpkgs.overlays = [(self: super: {
309 uucp = super.stdenv.lib.overrideDerivation super.uucp (oldAttrs: { 309 uucp = super.stdenv.lib.overrideDerivation super.uucp (oldAttrs: {
310 configureFlags = "--with-newconfigdir=/etc/uucp"; 310 configureFlags = "--with-newconfigdir=/etc/uucp";
311 patches = [ 311 patches = [