Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-03-10 00:39:15 +00:00
committed by GitHub
65 changed files with 1235 additions and 376 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{ lib, stdenv, fetchFromGitHub, cmake, pkg-config, docutils
, pandoc, ethtool, iproute, libnl, udev, python, perl
, pandoc, ethtool, iproute, libnl, udev, python3, perl
, makeWrapper
} :
@@ -18,7 +18,7 @@ in stdenv.mkDerivation {
};
nativeBuildInputs = [ cmake pkg-config pandoc docutils makeWrapper ];
buildInputs = [ libnl ethtool iproute udev python perl ];
buildInputs = [ libnl ethtool iproute udev python3 perl ];
cmakeFlags = [
"-DCMAKE_INSTALL_RUNDIR=/run"