Merge pull request #114512 from adisbladis/native-compilation-flag
emacs: Use --with-native-compilation instead of --with-nativecomp
This commit is contained in:
commit
4de0f6142f
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ let emacs = stdenv.mkDerivation (lib.optionalAttrs nativeComp {
|
|||
else [ "--with-x=no" "--with-xpm=no" "--with-jpeg=no" "--with-png=no"
|
||||
"--with-gif=no" "--with-tiff=no" ])
|
||||
++ lib.optional withXwidgets "--with-xwidgets"
|
||||
++ lib.optional nativeComp "--with-nativecomp"
|
||||
++ lib.optional nativeComp "--with-native-compilation"
|
||||
++ lib.optional withImageMagick "--with-imagemagick"
|
||||
;
|
||||
|
||||
|
|
Loading…
Reference in a new issue