Skip to content

Commit

Permalink
fix jre on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
goodlyrottenapple committed Oct 20, 2023
1 parent 9d8ca8e commit 681d06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/k.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ in let
flex
(if stdenv.isDarwin then clang else gcc)
gmp
(jre_minimal.override { jdk = jdk.override { headless = true; }; })
(if stdenv.isDarwin then jre_minimal else jre_minimal.override { jdk = jdk.override { headless = true; }; })
mpfr
ncurses
pkgconfig
Expand Down

0 comments on commit 681d06c

Please sign in to comment.