Merge pull request #267946 from slotThe/emacs/no-compression
emacs: Add withCompressInstall flag
This commit is contained in:
@@ -90,6 +90,7 @@
|
||||
, withXinput2 ? withX && lib.versionAtLeast version "29"
|
||||
, withXwidgets ? !stdenv.isDarwin && !noGui && (withGTK3 || withPgtk)
|
||||
, withSmallJaDic ? false
|
||||
, withCompressInstall ? true
|
||||
|
||||
# Options
|
||||
, siteStart ? ./site-start.el
|
||||
@@ -339,6 +340,7 @@ mkDerivation (finalAttrs: {
|
||||
++ lib.optional withXinput2 "--with-xinput2"
|
||||
++ lib.optional withXwidgets "--with-xwidgets"
|
||||
++ lib.optional withSmallJaDic "--with-small-ja-dic"
|
||||
++ lib.optional (!withCompressInstall) "--without-compress-install"
|
||||
;
|
||||
|
||||
env = lib.optionalAttrs withNativeCompilation {
|
||||
|
||||
Reference in New Issue
Block a user