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 8bee6077..e05a35d3 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix | |||
@@ -308,7 +308,7 @@ in { | |||
308 | setgid = false; | 308 | setgid = false; |
309 | }; | 309 | }; |
310 | }; | 310 | }; |
311 | in listToAttrs (map niceWrapper ["uucico" "cu" "uucp" "uuname" "uustat"]); | 311 | in listToAttrs (map niceWrapper ["uucico" "cu" "uucp" "uuname" "uustat" "uux" "uuxqt"]); |
312 | 312 | ||
313 | nixpkgs.overlays = [(self: super: { | 313 | nixpkgs.overlays = [(self: super: { |
314 | uucp = super.stdenv.lib.overrideDerivation super.uucp (oldAttrs: { | 314 | uucp = super.stdenv.lib.overrideDerivation super.uucp (oldAttrs: { |