summary refs log tree commit diff
path: root/pkgs/build-support/emacs
diff options
context:
space:
mode:
authorMatthieu Le brazidec (r3v2d0g) <r3v2d0g@jesus.gg>2020-12-20 21:15:18 +0100
committerMatthieu Le brazidec (r3v2d0g) <r3v2d0g@jesus.gg>2020-12-20 21:15:18 +0100
commitbfec6c34b4868659d7722583572802795034623e (patch)
treeba9086956544b852a9c4de1da87449149c64e5f5 /pkgs/build-support/emacs
parenta333985d59dd190f7b3dd96c862962fc8a09c5fd (diff)
downloadnixpkgs-bfec6c34b4868659d7722583572802795034623e.tar
nixpkgs-bfec6c34b4868659d7722583572802795034623e.tar.gz
nixpkgs-bfec6c34b4868659d7722583572802795034623e.tar.bz2
nixpkgs-bfec6c34b4868659d7722583572802795034623e.tar.lz
nixpkgs-bfec6c34b4868659d7722583572802795034623e.tar.xz
nixpkgs-bfec6c34b4868659d7722583572802795034623e.tar.zst
nixpkgs-bfec6c34b4868659d7722583572802795034623e.zip
emacs: replace 'emacs.nativeComp' in wrapper with 'nativeComp'
Diffstat (limited to 'pkgs/build-support/emacs')
-rw-r--r--pkgs/build-support/emacs/wrapper.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/emacs/wrapper.nix b/pkgs/build-support/emacs/wrapper.nix
index 6314c953b74..a3136839122 100644
--- a/pkgs/build-support/emacs/wrapper.nix
+++ b/pkgs/build-support/emacs/wrapper.nix
@@ -103,7 +103,7 @@ runCommand
         }
         mkdir -p $out/bin
         mkdir -p $out/share/emacs/site-lisp
-        ${optionalString emacs.nativeComp ''
+        ${optionalString nativeComp ''
           mkdir -p $out/share/emacs/native-lisp
         ''}