Merge pull request #267946 from slotThe/emacs/no-compression

emacs: Add withCompressInstall flag

authored by

adisbladis and committed by
GitHub
8374287c 0b3cc378

+2
+2
pkgs/applications/editors/emacs/make-emacs.nix
··· 90 90 , withXinput2 ? withX && lib.versionAtLeast version "29" 91 91 , withXwidgets ? !stdenv.isDarwin && !noGui && (withGTK3 || withPgtk) 92 92 , withSmallJaDic ? false 93 + , withCompressInstall ? true 93 94 94 95 # Options 95 96 , siteStart ? ./site-start.el ··· 339 340 ++ lib.optional withXinput2 "--with-xinput2" 340 341 ++ lib.optional withXwidgets "--with-xwidgets" 341 342 ++ lib.optional withSmallJaDic "--with-small-ja-dic" 343 + ++ lib.optional (!withCompressInstall) "--without-compress-install" 342 344 ; 343 345 344 346 env = lib.optionalAttrs withNativeCompilation {