summaryrefslogtreecommitdiff
path: root/custom/uucp.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-04-21 16:38:42 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-04-21 16:38:42 +0200
commitf85a9f4407cb5f6a4223d3be14974e78e65b54c9 (patch)
tree8bd48f883464613e964e402d0e6c9e04e230bd7f /custom/uucp.nix
parenteb63b80f52c4efeafb74032b1d9f191a94a01c17 (diff)
downloadnixos-f85a9f4407cb5f6a4223d3be14974e78e65b54c9.tar
nixos-f85a9f4407cb5f6a4223d3be14974e78e65b54c9.tar.gz
nixos-f85a9f4407cb5f6a4223d3be14974e78e65b54c9.tar.bz2
nixos-f85a9f4407cb5f6a4223d3be14974e78e65b54c9.tar.xz
nixos-f85a9f4407cb5f6a4223d3be14974e78e65b54c9.zip
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 = [