treewide: cmake buildInputs to nativeBuildInputs, minor cleanups

This commit is contained in:
Ben Siraphob
2021-01-01 11:52:33 +07:00
parent 54ab07c1fe
commit b04fc593e7
212 changed files with 611 additions and 634 deletions
+4 -2
View File
@@ -1,5 +1,5 @@
{ stdenv, fetchFromGitHub, fetchurl
, cmake, pkgconfig, dbus, makeWrapper
, cmake, pkg-config, dbus, makeWrapper
, gtest
, boost
, libcap
@@ -55,11 +55,13 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [
cmake
pkg-config
makeWrapper
];
buildInputs = [
cmake pkgconfig dbus boost libcap gtest systemd mesa glib
dbus boost libcap gtest systemd mesa glib
SDL2 SDL2_image protobuf protobufc properties-cpp lxc python
libGL
];