about summary refs log tree commit diff
path: root/pkgs/profpatsch
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2021-11-22 20:01:58 +0100
committerProfpatsch <mail@profpatsch.de>2021-11-22 20:01:58 +0100
commit926d5f260a308c37f6c1e2fea44077c9ee1054e4 (patch)
tree8c0e2b3d0314cc1f8312091f018d211d0800caf1 /pkgs/profpatsch
parent735a4df49a7df2751144edf501b6a3ef1f6d48b1 (diff)
pkgs/profatsch: really comment out emacs overlay
This should do the trick.
Diffstat (limited to 'pkgs/profpatsch')
-rw-r--r--pkgs/profpatsch/default.nix2
1 files changed, 1 insertions, 1 deletions
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 {