Skip to content

Commit 00c3188

Browse files
Copilotgfauredev
andcommitted
fix: move doctest from nativeBuildInputs to buildInputs for cross-compilation
Co-authored-by: gfauredev <19304085+gfauredev@users.noreply.github.com>
1 parent d6cc53d commit 00c3188

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

engine.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ stdenv.mkDerivation {
1818
nativeBuildInputs = [
1919
cmake # Modern build tool
2020
cppcheck # C++ Static analysis
21-
doctest # Testing framework
2221
llvm # For llvm-cov
2322
ninja # Modern build tool
2423
pkg-config # Build tool
2524
];
2625
buildInputs = [
26+
doctest # Testing framework
2727
rtmidi # MIDI lib
2828
]
2929
++ lib.optionals stdenv.isLinux [

0 commit comments

Comments
 (0)