Loading pkgs/by-name/li/limine/package.nix +11 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,13 @@ let || (if targets == [ ] then stdenv.hostPlatform.isx86_64 else (builtins.elem "x86_64" targets)) || enableAll; missingZerocallusedregs = ( if targets == [ ] then stdenv.hostPlatform.isLoongArch64 else (builtins.elem "loongarch64" targets) ) || (if targets == [ ] then stdenv.hostPlatform.isRiscV64 else (builtins.elem "riscv64" targets)) || enableAll; biosSupport' = biosSupport && hasX86; pxeSupport' = pxeSupport && hasX86; Loading Loading @@ -54,6 +61,10 @@ stdenv.mkDerivation (finalAttrs: { enableParallelBuilding = true; hardeningDisable = lib.optionals missingZerocallusedregs [ "zerocallusedregs" ]; nativeBuildInputs = [ llvmPackages.libllvm llvmPackages.lld Loading Loading
pkgs/by-name/li/limine/package.nix +11 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,13 @@ let || (if targets == [ ] then stdenv.hostPlatform.isx86_64 else (builtins.elem "x86_64" targets)) || enableAll; missingZerocallusedregs = ( if targets == [ ] then stdenv.hostPlatform.isLoongArch64 else (builtins.elem "loongarch64" targets) ) || (if targets == [ ] then stdenv.hostPlatform.isRiscV64 else (builtins.elem "riscv64" targets)) || enableAll; biosSupport' = biosSupport && hasX86; pxeSupport' = pxeSupport && hasX86; Loading Loading @@ -54,6 +61,10 @@ stdenv.mkDerivation (finalAttrs: { enableParallelBuilding = true; hardeningDisable = lib.optionals missingZerocallusedregs [ "zerocallusedregs" ]; nativeBuildInputs = [ llvmPackages.libllvm llvmPackages.lld Loading