Skip to content

Commit

Permalink
Merge pull request #315 from akirak/gcc-no-versioned
Browse files Browse the repository at this point in the history
Update on deprecation of gcc49Stdenv
  • Loading branch information
purcell authored Oct 14, 2024
2 parents 0444066 + 7d81f87 commit 3d6ca15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
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.

4 changes: 0 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,6 @@
src = inputs.${name};
latestPackageKeyring = inputs.emacs-snapshot
+ "/etc/package-keyring.gpg";
stdenv = if lib.versionOlder version "25" && pkgs.stdenv.cc.isGNU then
pkgs.gcc49Stdenv
else
pkgs.stdenv;
srcRepo = lib.strings.hasInfix "snapshot" version;
}) versions);

Expand Down

0 comments on commit 3d6ca15

Please sign in to comment.