cmocka: cross-compilation support (#17462)

This commit is contained in:
Alexey Shmalko 2016-08-03 09:16:01 +03:00 committed by Franz Pletz
parent 29df026df4
commit 61a5c24209

View File

@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "0fvm6rdalqcxckbddch8ycdw6n2ckldblv117n09chi2l7bm0q5k";
};
buildInputs = [ cmake ];
nativeBuildInputs = [ cmake ];
meta = with stdenv.lib; {
description = "Lightweight library to simplify and generalize unit tests for C";