treewide: cmake buildInputs to nativeBuildInputs, minor cleanups
This commit is contained in:
@@ -8,7 +8,8 @@ stdenv.mkDerivation rec {
|
||||
rev = "v${version}";
|
||||
sha256 = "04kw19g8qrv3kd40va3sqbfish7kfczkdpxdwraifk9950wfs3gx";
|
||||
};
|
||||
buildInputs = [ cmake ];
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
meta = {
|
||||
description = "C++ implementation of the OpenTracing API";
|
||||
|
||||
Reference in New Issue
Block a user