mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
cmocka: cross-compilation support (#17462)
This commit is contained in:
parent
29df026df4
commit
61a5c24209
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user