We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538b5c4 commit e510bebCopy full SHA for e510beb
pkgs/by-name/li/limine/package.nix
@@ -55,7 +55,6 @@ stdenv.mkDerivation (finalAttrs: {
55
enableParallelBuilding = true;
56
57
nativeBuildInputs = [
58
- llvmPackages.clang-unwrapped
59
llvmPackages.libllvm
60
llvmPackages.lld
61
]
@@ -79,13 +78,7 @@ stdenv.mkDerivation (finalAttrs: {
79
78
++ lib.optionals pxeSupport' [ "--enable-bios-pxe" ]
80
++ lib.concatMap uefiFlags (
81
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
- ];
+ );
89
90
passthru.tests = nixosTests.limine;
91
0 commit comments