Skip to content

Commit e510beb

Browse files
JohnRTitorgithub-actions[bot]
authored andcommitted
limine: no need for unwrapped clang anymore
According to the latest changelog: Limine-Bootloader/Limine@v9.5.2...v9.6.0 (cherry picked from commit 4f59d13)
1 parent 538b5c4 commit e510beb

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

pkgs/by-name/li/limine/package.nix

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ stdenv.mkDerivation (finalAttrs: {
5555
enableParallelBuilding = true;
5656

5757
nativeBuildInputs = [
58-
llvmPackages.clang-unwrapped
5958
llvmPackages.libllvm
6059
llvmPackages.lld
6160
]
@@ -79,13 +78,7 @@ stdenv.mkDerivation (finalAttrs: {
7978
++ lib.optionals pxeSupport' [ "--enable-bios-pxe" ]
8079
++ lib.concatMap uefiFlags (
8180
if targets == [ ] then [ stdenv.hostPlatform.parsed.cpu.name ] else targets
82-
)
83-
++ [
84-
"TOOLCHAIN_FOR_TARGET=llvm"
85-
# `clang` on `PATH` has to be unwrapped, but *a* wrapped clang
86-
# still needs to be available
87-
"CC=${lib.getExe stdenv.cc}"
88-
];
81+
);
8982

9083
passthru.tests = nixosTests.limine;
9184

0 commit comments

Comments
 (0)