summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/emacs
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-05-01 11:45:46 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2019-05-01 11:45:46 +0200
commitf13778392713bca1aca3b9252c727cf0556d6b2b (patch)
tree672fbd6677d82aa18e614a2d90248a392917f6d1 /pkgs/applications/editors/emacs
parent622f822254bdf439c44891d4919bcfb760b9514a (diff)
parenta381d42221b9fcd171fd892c75b6ea83eda36adb (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/applications/editors/emacs')
-rw-r--r--pkgs/applications/editors/emacs/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/applications/editors/emacs/default.nix b/pkgs/applications/editors/emacs/default.nix
index 219d5fca86c2..4eb988a782ca 100644
--- a/pkgs/applications/editors/emacs/default.nix
+++ b/pkgs/applications/editors/emacs/default.nix
@@ -75,7 +75,10 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "format" ];
- configureFlags = [ "--with-modules" ] ++
+ configureFlags = [
+ "--disable-build-details" # for a (more) reproducible build
+ "--with-modules"
+ ] ++
(lib.optional stdenv.isDarwin
(lib.withFeature withNS "ns")) ++
(if withNS