Loading pkgs/by-name/ki/kissat/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -66,6 +66,11 @@ stdenv.mkDerivation (finalAttrs: { ./configure # Kissat's configure only detects cross-compilation for *-linux-gnu-gcc, # missing other cross toolchains (e.g. musl). Fix AR in the generated makefile. substituteInPlace build/makefile \ --replace-fail "AR=ar" "AR=${stdenv.cc.targetPrefix}ar" runHook postConfigure ''; Loading Loading
pkgs/by-name/ki/kissat/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -66,6 +66,11 @@ stdenv.mkDerivation (finalAttrs: { ./configure # Kissat's configure only detects cross-compilation for *-linux-gnu-gcc, # missing other cross toolchains (e.g. musl). Fix AR in the generated makefile. substituteInPlace build/makefile \ --replace-fail "AR=ar" "AR=${stdenv.cc.targetPrefix}ar" runHook postConfigure ''; Loading