Merge pull request #60407 from peterhoeg/f/emacs
emacs: do not capture build environment details for a reproducible build
This commit is contained in:
commit
0a2bf3b0a6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user