Skip to content

Commit

Permalink
Workaround for macOS builds with recent nixpkgs
Browse files Browse the repository at this point in the history
Issue introduced by NixOS/nixpkgs@bcbdb80

See notes in #233
  • Loading branch information
purcell committed Jan 11, 2024
1 parent d78de68 commit f92e814
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions emacs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ stdenv.mkDerivation rec {

hardeningDisable = [ "format" ];

dontStrip = stdenv.isDarwin && lib.versionOlder version "27.1";

patches =
lib.optionals ("23.4" == version) [
./patches/all-dso-handle.patch
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f92e814

Please sign in to comment.