From 926d5f260a308c37f6c1e2fea44077c9ee1054e4 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Mon, 22 Nov 2021 20:01:58 +0100 Subject: pkgs/profatsch: really comment out emacs overlay This should do the trick. --- pkgs/profpatsch/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/profpatsch') diff --git a/pkgs/profpatsch/default.nix b/pkgs/profpatsch/default.nix index fc718617..8aad01e2 100644 --- a/pkgs/profpatsch/default.nix +++ b/pkgs/profpatsch/default.nix @@ -114,7 +114,7 @@ let // getBins pkgs.coreutils [ "cp" ]; gawkScript = '' # patch out emacs overlay (requires fetching the overlay with builtins.fetchTarball) - /depot.third_party.overlays.emacs/ {} + /depot.third_party.overlays.emacs/ { sub("^", "#") } 1 { print } ''; src = pkgs.fetchgit { -- cgit 1.4.1